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