Categories |
CategoriesJava Languages Net |
---|---|
GroupId | GroupIdnet.java.truevfs |
ArtifactId | ArtifactIdtruevfs-comp-inst |
Version | Version0.10.3 |
Type | Typejar |
Filename | Size |
---|---|
truevfs-comp-inst-0.10.3.pom | |
truevfs-comp-inst-0.10.3.jar | 13 KB |
truevfs-comp-inst-0.10.3-sources.jar | 9 KB |
truevfs-comp-inst-0.10.3-javadoc.jar | 112 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.java.truevfs/truevfs-comp-inst/ -->
<dependency>
<groupId>net.java.truevfs</groupId>
<artifactId>truevfs-comp-inst</artifactId>
<version>0.10.3</version>
</dependency>
// https://jarcasting.com/artifacts/net.java.truevfs/truevfs-comp-inst/
implementation 'net.java.truevfs:truevfs-comp-inst:0.10.3'
// https://jarcasting.com/artifacts/net.java.truevfs/truevfs-comp-inst/
implementation ("net.java.truevfs:truevfs-comp-inst:0.10.3")
'net.java.truevfs:truevfs-comp-inst:jar:0.10.3'
<dependency org="net.java.truevfs" name="truevfs-comp-inst" rev="0.10.3">
<artifact name="truevfs-comp-inst" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.java.truevfs', module='truevfs-comp-inst', version='0.10.3')
)
libraryDependencies += "net.java.truevfs" % "truevfs-comp-inst" % "0.10.3"
[net.java.truevfs/truevfs-comp-inst "0.10.3"]