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