Categories |
CategoriesNet |
---|---|
GroupId | GroupIdnet.rootware |
ArtifactId | ArtifactIdxlog |
Version | Version1.1.0-3 |
Type | Typejar |
Filename | Size |
---|---|
xlog-1.1.0-3.pom | |
xlog-1.1.0-3.jar | 10 KB |
xlog-1.1.0-3-sources.jar | 8 KB |
xlog-1.1.0-3-javadoc.jar | 39 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.rootware/xlog/ -->
<dependency>
<groupId>net.rootware</groupId>
<artifactId>xlog</artifactId>
<version>1.1.0-3</version>
</dependency>
// https://jarcasting.com/artifacts/net.rootware/xlog/
implementation 'net.rootware:xlog:1.1.0-3'
// https://jarcasting.com/artifacts/net.rootware/xlog/
implementation ("net.rootware:xlog:1.1.0-3")
'net.rootware:xlog:jar:1.1.0-3'
<dependency org="net.rootware" name="xlog" rev="1.1.0-3">
<artifact name="xlog" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.rootware', module='xlog', version='1.1.0-3')
)
libraryDependencies += "net.rootware" % "xlog" % "1.1.0-3"
[net.rootware/xlog "1.1.0-3"]