| GroupId | GroupIdorg.github.leshan |
|---|---|
| ArtifactId | ArtifactIdleshan-standalone |
| Version | Version0.1.5 |
| Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.github.leshan/leshan-standalone/ -->
<dependency>
<groupId>org.github.leshan</groupId>
<artifactId>leshan-standalone</artifactId>
<version>0.1.5</version>
</dependency>
// https://jarcasting.com/artifacts/org.github.leshan/leshan-standalone/
implementation 'org.github.leshan:leshan-standalone:0.1.5'
// https://jarcasting.com/artifacts/org.github.leshan/leshan-standalone/
implementation ("org.github.leshan:leshan-standalone:0.1.5")
'org.github.leshan:leshan-standalone:jar:0.1.5'
<dependency org="org.github.leshan" name="leshan-standalone" rev="0.1.5">
<artifact name="leshan-standalone" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.github.leshan', module='leshan-standalone', version='0.1.5')
)
libraryDependencies += "org.github.leshan" % "leshan-standalone" % "0.1.5"
[org.github.leshan/leshan-standalone "0.1.5"]