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