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