GroupId | GroupIdorg.gurux |
---|---|
ArtifactId | ArtifactIdGurux.Common.Android |
Version | Version1.0.1 |
Type | Typejar |
Filename | Size |
---|---|
Gurux.Common.Android-1.0.1.pom | |
Gurux.Common.Android-1.0.1.jar | 20 KB |
Gurux.Common.Android-1.0.1-sources.jar | 27 KB |
Gurux.Common.Android-1.0.1-javadoc.jar | 89 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.gurux/Gurux.Common.Android/ -->
<dependency>
<groupId>org.gurux</groupId>
<artifactId>Gurux.Common.Android</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.gurux/Gurux.Common.Android/
implementation 'org.gurux:Gurux.Common.Android:1.0.1'
// https://jarcasting.com/artifacts/org.gurux/Gurux.Common.Android/
implementation ("org.gurux:Gurux.Common.Android:1.0.1")
'org.gurux:Gurux.Common.Android:jar:1.0.1'
<dependency org="org.gurux" name="Gurux.Common.Android" rev="1.0.1">
<artifact name="Gurux.Common.Android" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.gurux', module='Gurux.Common.Android', version='1.0.1')
)
libraryDependencies += "org.gurux" % "Gurux.Common.Android" % "1.0.1"
[org.gurux/Gurux.Common.Android "1.0.1"]