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