Dependency Information
Apache Maven
<dependency> <groupId>com.fwmotion</groupId> <artifactId>3scale-cms-rest-client</artifactId> <version>2.0.1</version> </dependency>
Apache Ivy
<dependency org="com.fwmotion" name="3scale-cms-rest-client" rev="2.0.1"> <artifact name="3scale-cms-rest-client" type="jar" /> </dependency>
Groovy Grape
@Grapes( @Grab(group='com.fwmotion', module='3scale-cms-rest-client', version='2.0.1') )
Gradle/Grails
implementation 'com.fwmotion:3scale-cms-rest-client:2.0.1'
Scala SBT
libraryDependencies += "com.fwmotion" % "3scale-cms-rest-client" % "2.0.1"
Leiningen
[com.fwmotion/3scale-cms-rest-client "2.0.1"]