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