GroupId | GroupIdcom.github.codemonstur |
---|---|
ArtifactId | ArtifactIdsimplehttp |
Version | Version1.0.0 |
Type | Typejar |
Filename | Size |
---|---|
simplehttp-1.0.0.pom | |
simplehttp-1.0.0.jar | 29 KB |
simplehttp-1.0.0-sources.jar | 16 KB |
simplehttp-1.0.0-javadoc.jar | 172 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.codemonstur/simplehttp/ -->
<dependency>
<groupId>com.github.codemonstur</groupId>
<artifactId>simplehttp</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.codemonstur/simplehttp/
implementation 'com.github.codemonstur:simplehttp:1.0.0'
// https://jarcasting.com/artifacts/com.github.codemonstur/simplehttp/
implementation ("com.github.codemonstur:simplehttp:1.0.0")
'com.github.codemonstur:simplehttp:jar:1.0.0'
<dependency org="com.github.codemonstur" name="simplehttp" rev="1.0.0">
<artifact name="simplehttp" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.codemonstur', module='simplehttp', version='1.0.0')
)
libraryDependencies += "com.github.codemonstur" % "simplehttp" % "1.0.0"
[com.github.codemonstur/simplehttp "1.0.0"]