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