GroupId | GroupIdorg.linuxprobe |
---|---|
ArtifactId | ArtifactIdluava-http |
Version | Version0.0.1.RELEASE |
Type | Typejar |
Filename | Size |
---|---|
luava-http-0.0.1.RELEASE.pom | |
luava-http-0.0.1.RELEASE.jar | 12 KB |
luava-http-0.0.1.RELEASE-sources.jar | 7 KB |
luava-http-0.0.1.RELEASE-javadoc.jar | 36 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.linuxprobe/luava-http/ -->
<dependency>
<groupId>org.linuxprobe</groupId>
<artifactId>luava-http</artifactId>
<version>0.0.1.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/org.linuxprobe/luava-http/
implementation 'org.linuxprobe:luava-http:0.0.1.RELEASE'
// https://jarcasting.com/artifacts/org.linuxprobe/luava-http/
implementation ("org.linuxprobe:luava-http:0.0.1.RELEASE")
'org.linuxprobe:luava-http:jar:0.0.1.RELEASE'
<dependency org="org.linuxprobe" name="luava-http" rev="0.0.1.RELEASE">
<artifact name="luava-http" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.linuxprobe', module='luava-http', version='0.0.1.RELEASE')
)
libraryDependencies += "org.linuxprobe" % "luava-http" % "0.0.1.RELEASE"
[org.linuxprobe/luava-http "0.0.1.RELEASE"]