GroupId | GroupIdcom.getwemap |
---|---|
ArtifactId | ArtifactIdcommons |
Version | Version1.12.0 |
Type | Typeaar |
Filename | Size |
---|---|
commons-1.12.0.pom | |
commons-1.12.0-javadoc.jar | 355 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.getwemap/commons/ -->
<dependency>
<groupId>com.getwemap</groupId>
<artifactId>commons</artifactId>
<version>1.12.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.getwemap/commons/
implementation 'com.getwemap:commons:1.12.0'
// https://jarcasting.com/artifacts/com.getwemap/commons/
implementation ("com.getwemap:commons:1.12.0")
'com.getwemap:commons:aar:1.12.0'
<dependency org="com.getwemap" name="commons" rev="1.12.0">
<artifact name="commons" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.getwemap', module='commons', version='1.12.0')
)
libraryDependencies += "com.getwemap" % "commons" % "1.12.0"
[com.getwemap/commons "1.12.0"]