Categories |
CategoriesJava Languages Net |
---|---|
GroupId | GroupIdnet.java.truevfs |
ArtifactId | ArtifactIdtruevfs-profile-full |
Version | Version0.10.5 |
Type | Typejar |
Filename | Size |
---|---|
truevfs-profile-full-0.10.5.pom | |
truevfs-profile-full-0.10.5.jar | 2 KB |
truevfs-profile-full-0.10.5-shaded.jar | 12 MB |
Browse |
<!-- https://jarcasting.com/artifacts/net.java.truevfs/truevfs-profile-full/ -->
<dependency>
<groupId>net.java.truevfs</groupId>
<artifactId>truevfs-profile-full</artifactId>
<version>0.10.5</version>
</dependency>
// https://jarcasting.com/artifacts/net.java.truevfs/truevfs-profile-full/
implementation 'net.java.truevfs:truevfs-profile-full:0.10.5'
// https://jarcasting.com/artifacts/net.java.truevfs/truevfs-profile-full/
implementation ("net.java.truevfs:truevfs-profile-full:0.10.5")
'net.java.truevfs:truevfs-profile-full:jar:0.10.5'
<dependency org="net.java.truevfs" name="truevfs-profile-full" rev="0.10.5">
<artifact name="truevfs-profile-full" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.java.truevfs', module='truevfs-profile-full', version='0.10.5')
)
libraryDependencies += "net.java.truevfs" % "truevfs-profile-full" % "0.10.5"
[net.java.truevfs/truevfs-profile-full "0.10.5"]