GroupId | GroupIdorg.jgrapes |
---|---|
ArtifactId | ArtifactIdorg.jgrapes.http |
Version | Version0.16.1 |
Type | Typejar |
Filename | Size |
---|---|
org.jgrapes.http-0.16.1.pom | |
org.jgrapes.http-0.16.1.jar | 124 KB |
org.jgrapes.http-0.16.1-sources.jar | 51 KB |
org.jgrapes.http-0.16.1-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.16.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.jgrapes/org.jgrapes.http/
implementation 'org.jgrapes:org.jgrapes.http:0.16.1'
// https://jarcasting.com/artifacts/org.jgrapes/org.jgrapes.http/
implementation ("org.jgrapes:org.jgrapes.http:0.16.1")
'org.jgrapes:org.jgrapes.http:jar:0.16.1'
<dependency org="org.jgrapes" name="org.jgrapes.http" rev="0.16.1">
<artifact name="org.jgrapes.http" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jgrapes', module='org.jgrapes.http', version='0.16.1')
)
libraryDependencies += "org.jgrapes" % "org.jgrapes.http" % "0.16.1"
[org.jgrapes/org.jgrapes.http "0.16.1"]