Maven Coordinates
Apache Maven
<dependency> <groupId>com.radixiot.mango</groupId> <artifactId>mango-http-client</artifactId> <version>5.5.7</version> </dependency>
Apache Ivy
<dependency org="com.radixiot.mango" name="mango-http-client" rev="5.5.7"> <artifact name="mango-http-client" type="jar" /> </dependency>
Groovy Grape
@Grapes( @Grab(group='com.radixiot.mango', module='mango-http-client', version='5.5.7') )
Gradle/Grails
implementation 'com.radixiot.mango:mango-http-client:5.5.7'
Scala SBT
libraryDependencies += "com.radixiot.mango" % "mango-http-client" % "5.5.7"
Leiningen
[com.radixiot.mango/mango-http-client "5.5.7"]
