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