Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdorg.eclipse.leshan |
ArtifactId | ArtifactIdleshan-integration-tests |
Version | Version1.0.0-M3 |
Type | Typejar |
Filename | Size |
---|---|
leshan-integration-tests-1.0.0-M3.pom | |
leshan-integration-tests-1.0.0-M3.jar | 2 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.eclipse.leshan/leshan-integration-tests/ -->
<dependency>
<groupId>org.eclipse.leshan</groupId>
<artifactId>leshan-integration-tests</artifactId>
<version>1.0.0-M3</version>
</dependency>
// https://jarcasting.com/artifacts/org.eclipse.leshan/leshan-integration-tests/
implementation 'org.eclipse.leshan:leshan-integration-tests:1.0.0-M3'
// https://jarcasting.com/artifacts/org.eclipse.leshan/leshan-integration-tests/
implementation ("org.eclipse.leshan:leshan-integration-tests:1.0.0-M3")
'org.eclipse.leshan:leshan-integration-tests:jar:1.0.0-M3'
<dependency org="org.eclipse.leshan" name="leshan-integration-tests" rev="1.0.0-M3">
<artifact name="leshan-integration-tests" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.eclipse.leshan', module='leshan-integration-tests', version='1.0.0-M3')
)
libraryDependencies += "org.eclipse.leshan" % "leshan-integration-tests" % "1.0.0-M3"
[org.eclipse.leshan/leshan-integration-tests "1.0.0-M3"]