Categories |
CategoriesJava Languages Net |
---|---|
GroupId | GroupIdnet.java.truevfs |
ArtifactId | ArtifactIdtruevfs-ext-insight |
Version | Version0.9 |
Type | Typejar |
Filename | Size |
---|---|
truevfs-ext-insight-0.9.pom | |
truevfs-ext-insight-0.9.jar | 64 KB |
truevfs-ext-insight-0.9-sources.jar | 991 bytes |
truevfs-ext-insight-0.9-javadoc.jar | 337 bytes |
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</version>
</dependency>
// https://jarcasting.com/artifacts/net.java.truevfs/truevfs-ext-insight/
implementation 'net.java.truevfs:truevfs-ext-insight:0.9'
// https://jarcasting.com/artifacts/net.java.truevfs/truevfs-ext-insight/
implementation ("net.java.truevfs:truevfs-ext-insight:0.9")
'net.java.truevfs:truevfs-ext-insight:jar:0.9'
<dependency org="net.java.truevfs" name="truevfs-ext-insight" rev="0.9">
<artifact name="truevfs-ext-insight" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.java.truevfs', module='truevfs-ext-insight', version='0.9')
)
libraryDependencies += "net.java.truevfs" % "truevfs-ext-insight" % "0.9"
[net.java.truevfs/truevfs-ext-insight "0.9"]