| GroupId | GroupIdcom.bchun |
|---|---|
| ArtifactId | ArtifactIdlxd-base-id |
| Version | Version1.0.0 |
| Type | Typejar |
| Filename | Size |
|---|---|
| lxd-base-id-1.0.0.pom | |
| lxd-base-id-1.0.0.jar | 1 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.bchun/lxd-base-id/ -->
<dependency>
<groupId>com.bchun</groupId>
<artifactId>lxd-base-id</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.bchun/lxd-base-id/
implementation 'com.bchun:lxd-base-id:1.0.0'
// https://jarcasting.com/artifacts/com.bchun/lxd-base-id/
implementation ("com.bchun:lxd-base-id:1.0.0")
'com.bchun:lxd-base-id:jar:1.0.0'
<dependency org="com.bchun" name="lxd-base-id" rev="1.0.0">
<artifact name="lxd-base-id" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.bchun', module='lxd-base-id', version='1.0.0')
)
libraryDependencies += "com.bchun" % "lxd-base-id" % "1.0.0"
[com.bchun/lxd-base-id "1.0.0"]