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