Categories |
CategoriesGeo Business Logic Libraries Geospatial |
---|---|
GroupId | GroupIdcom.devdungeon.tools |
ArtifactId | ArtifactIdhttp |
Version | Version1.0.1 |
Type | Typejar |
Filename | Size |
---|---|
http-1.0.1.pom | |
http-1.0.1.jar | 3 KB |
http-1.0.1-sources.jar | 3 KB |
http-1.0.1-javadoc.jar | 23 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.devdungeon.tools/http/ -->
<dependency>
<groupId>com.devdungeon.tools</groupId>
<artifactId>http</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.devdungeon.tools/http/
implementation 'com.devdungeon.tools:http:1.0.1'
// https://jarcasting.com/artifacts/com.devdungeon.tools/http/
implementation ("com.devdungeon.tools:http:1.0.1")
'com.devdungeon.tools:http:jar:1.0.1'
<dependency org="com.devdungeon.tools" name="http" rev="1.0.1">
<artifact name="http" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.devdungeon.tools', module='http', version='1.0.1')
)
libraryDependencies += "com.devdungeon.tools" % "http" % "1.0.1"
[com.devdungeon.tools/http "1.0.1"]