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