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