Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdcom.agapsys |
ArtifactId | ArtifactIdsimple-http-client |
Version | Version0.1.0-20170322 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.agapsys/simple-http-client/ -->
<dependency>
<groupId>com.agapsys</groupId>
<artifactId>simple-http-client</artifactId>
<version>0.1.0-20170322</version>
</dependency>
// https://jarcasting.com/artifacts/com.agapsys/simple-http-client/
implementation 'com.agapsys:simple-http-client:0.1.0-20170322'
// https://jarcasting.com/artifacts/com.agapsys/simple-http-client/
implementation ("com.agapsys:simple-http-client:0.1.0-20170322")
'com.agapsys:simple-http-client:jar:0.1.0-20170322'
<dependency org="com.agapsys" name="simple-http-client" rev="0.1.0-20170322">
<artifact name="simple-http-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.agapsys', module='simple-http-client', version='0.1.0-20170322')
)
libraryDependencies += "com.agapsys" % "simple-http-client" % "0.1.0-20170322"
[com.agapsys/simple-http-client "0.1.0-20170322"]