Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdorg.eclipse.leshan |
ArtifactId | ArtifactIdleshan-integration-tests |
Version | Version0.1.11-M3 |
Type | Typejar |
Filename | Size |
---|---|
leshan-integration-tests-0.1.11-M3.pom | |
leshan-integration-tests-0.1.11-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>0.1.11-M3</version>
</dependency>
// https://jarcasting.com/artifacts/org.eclipse.leshan/leshan-integration-tests/
implementation 'org.eclipse.leshan:leshan-integration-tests:0.1.11-M3'
// https://jarcasting.com/artifacts/org.eclipse.leshan/leshan-integration-tests/
implementation ("org.eclipse.leshan:leshan-integration-tests:0.1.11-M3")
'org.eclipse.leshan:leshan-integration-tests:jar:0.1.11-M3'
<dependency org="org.eclipse.leshan" name="leshan-integration-tests" rev="0.1.11-M3">
<artifact name="leshan-integration-tests" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.eclipse.leshan', module='leshan-integration-tests', version='0.1.11-M3')
)
libraryDependencies += "org.eclipse.leshan" % "leshan-integration-tests" % "0.1.11-M3"
[org.eclipse.leshan/leshan-integration-tests "0.1.11-M3"]