Categories |
CategoriesData |
---|---|
GroupId | GroupIdorg.apache.devicemap |
ArtifactId | ArtifactIddevicemap-data |
Version | Version1.0.2 |
Type | Typejar |
Filename | Size |
---|---|
devicemap-data-1.0.2.pom | |
devicemap-data-1.0.2.jar | 130 KB |
devicemap-data-1.0.2-sources.jar | 128 KB |
devicemap-data-1.0.2-source-release.zip | 131 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.devicemap/devicemap-data/ -->
<dependency>
<groupId>org.apache.devicemap</groupId>
<artifactId>devicemap-data</artifactId>
<version>1.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.devicemap/devicemap-data/
implementation 'org.apache.devicemap:devicemap-data:1.0.2'
// https://jarcasting.com/artifacts/org.apache.devicemap/devicemap-data/
implementation ("org.apache.devicemap:devicemap-data:1.0.2")
'org.apache.devicemap:devicemap-data:jar:1.0.2'
<dependency org="org.apache.devicemap" name="devicemap-data" rev="1.0.2">
<artifact name="devicemap-data" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.devicemap', module='devicemap-data', version='1.0.2')
)
libraryDependencies += "org.apache.devicemap" % "devicemap-data" % "1.0.2"
[org.apache.devicemap/devicemap-data "1.0.2"]