GroupId | GroupIdorg.jgrapes |
---|---|
ArtifactId | ArtifactIdorg.jgrapes.http |
Version | Version0.12.0 |
Type | Typejar |
Filename | Size |
---|---|
org.jgrapes.http-0.12.0.pom | |
org.jgrapes.http-0.12.0.jar | 112 KB |
org.jgrapes.http-0.12.0-sources.jar | 48 KB |
org.jgrapes.http-0.12.0-javadoc.jar | 558 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/org.jgrapes/org.jgrapes.http/ -->
<dependency>
<groupId>org.jgrapes</groupId>
<artifactId>org.jgrapes.http</artifactId>
<version>0.12.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.jgrapes/org.jgrapes.http/
implementation 'org.jgrapes:org.jgrapes.http:0.12.0'
// https://jarcasting.com/artifacts/org.jgrapes/org.jgrapes.http/
implementation ("org.jgrapes:org.jgrapes.http:0.12.0")
'org.jgrapes:org.jgrapes.http:jar:0.12.0'
<dependency org="org.jgrapes" name="org.jgrapes.http" rev="0.12.0">
<artifact name="org.jgrapes.http" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jgrapes', module='org.jgrapes.http', version='0.12.0')
)
libraryDependencies += "org.jgrapes" % "org.jgrapes.http" % "0.12.0"
[org.jgrapes/org.jgrapes.http "0.12.0"]