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