Categories |
CategoriesJava Languages Net Logging Application Layer Libs |
---|---|
GroupId | GroupIdnet.java.truevfs |
ArtifactId | ArtifactIdtruevfs-ext-logging |
Version | Version0.11.1 |
Type | Typejar |
Filename | Size |
---|---|
truevfs-ext-logging-0.11.1.pom | |
truevfs-ext-logging-0.11.1.jar | 23 KB |
truevfs-ext-logging-0.11.1-sources.jar | 7 KB |
truevfs-ext-logging-0.11.1-javadoc.jar | 350 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.java.truevfs/truevfs-ext-logging/ -->
<dependency>
<groupId>net.java.truevfs</groupId>
<artifactId>truevfs-ext-logging</artifactId>
<version>0.11.1</version>
</dependency>
// https://jarcasting.com/artifacts/net.java.truevfs/truevfs-ext-logging/
implementation 'net.java.truevfs:truevfs-ext-logging:0.11.1'
// https://jarcasting.com/artifacts/net.java.truevfs/truevfs-ext-logging/
implementation ("net.java.truevfs:truevfs-ext-logging:0.11.1")
'net.java.truevfs:truevfs-ext-logging:jar:0.11.1'
<dependency org="net.java.truevfs" name="truevfs-ext-logging" rev="0.11.1">
<artifact name="truevfs-ext-logging" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.java.truevfs', module='truevfs-ext-logging', version='0.11.1')
)
libraryDependencies += "net.java.truevfs" % "truevfs-ext-logging" % "0.11.1"
[net.java.truevfs/truevfs-ext-logging "0.11.1"]