| Categories |
CategoriesNet |
|---|---|
| GroupId | GroupIdnet.landzero |
| ArtifactId | ArtifactIdxlog |
| Version | Version0.2.ALPHA04 |
| Type | Typejar |
| Filename | Size |
|---|---|
| xlog-0.2.ALPHA04.pom | |
| xlog-0.2.ALPHA04.jar | 30 KB |
| xlog-0.2.ALPHA04-sources.jar | 17 KB |
| xlog-0.2.ALPHA04-javadoc.jar | 126 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/net.landzero/xlog/ -->
<dependency>
<groupId>net.landzero</groupId>
<artifactId>xlog</artifactId>
<version>0.2.ALPHA04</version>
</dependency>
// https://jarcasting.com/artifacts/net.landzero/xlog/
implementation 'net.landzero:xlog:0.2.ALPHA04'
// https://jarcasting.com/artifacts/net.landzero/xlog/
implementation ("net.landzero:xlog:0.2.ALPHA04")
'net.landzero:xlog:jar:0.2.ALPHA04'
<dependency org="net.landzero" name="xlog" rev="0.2.ALPHA04">
<artifact name="xlog" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.landzero', module='xlog', version='0.2.ALPHA04')
)
libraryDependencies += "net.landzero" % "xlog" % "0.2.ALPHA04"
[net.landzero/xlog "0.2.ALPHA04"]