| Categories |
CategoriesNet |
|---|---|
| GroupId | GroupIdnet.rootware |
| ArtifactId | ArtifactIdxlog |
| Last Version | Last Version1.1.0-4 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Description |
| Filename | Size |
|---|---|
| xlog-1.1.0-4.pom | |
| xlog-1.1.0-4.jar | 10 KB |
| xlog-1.1.0-4-sources.jar | 8 KB |
| xlog-1.1.0-4-javadoc.jar | 39 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/net.rootware/xlog/ -->
<dependency>
<groupId>net.rootware</groupId>
<artifactId>xlog</artifactId>
<version>1.1.0-4</version>
</dependency>
// https://jarcasting.com/artifacts/net.rootware/xlog/
implementation 'net.rootware:xlog:1.1.0-4'
// https://jarcasting.com/artifacts/net.rootware/xlog/
implementation ("net.rootware:xlog:1.1.0-4")
'net.rootware:xlog:jar:1.1.0-4'
<dependency org="net.rootware" name="xlog" rev="1.1.0-4">
<artifact name="xlog" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.rootware', module='xlog', version='1.1.0-4')
)
libraryDependencies += "net.rootware" % "xlog" % "1.1.0-4"
[net.rootware/xlog "1.1.0-4"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.slf4j : slf4j-api | jar | [1.7,1.7.99) |
| ch.qos.logback : logback-classic | jar | 1.1.6 |
| ch.qos.logback : logback-core | jar | 1.1.6 |
| org.slf4j : log4j-over-slf4j | jar | 1.7.18 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | [4,) |