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