Categories |
CategoriesJava Languages Net |
---|---|
GroupId | GroupIdnet.java.truevfs |
ArtifactId | ArtifactIdtruevfs-driver-http |
Version | Version0.12.2 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/net.java.truevfs/truevfs-driver-http/ -->
<dependency>
<groupId>net.java.truevfs</groupId>
<artifactId>truevfs-driver-http</artifactId>
<version>0.12.2</version>
</dependency>
// https://jarcasting.com/artifacts/net.java.truevfs/truevfs-driver-http/
implementation 'net.java.truevfs:truevfs-driver-http:0.12.2'
// https://jarcasting.com/artifacts/net.java.truevfs/truevfs-driver-http/
implementation ("net.java.truevfs:truevfs-driver-http:0.12.2")
'net.java.truevfs:truevfs-driver-http:jar:0.12.2'
<dependency org="net.java.truevfs" name="truevfs-driver-http" rev="0.12.2">
<artifact name="truevfs-driver-http" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.java.truevfs', module='truevfs-driver-http', version='0.12.2')
)
libraryDependencies += "net.java.truevfs" % "truevfs-driver-http" % "0.12.2"
[net.java.truevfs/truevfs-driver-http "0.12.2"]