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