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