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