| GroupId | GroupIdio.jengapgw |
|---|---|
| ArtifactId | ArtifactIdjengapgw-android |
| Version | Version1.0.0 |
| Type | Typeaar |
| Filename | Size |
|---|---|
| jengapgw-android-1.0.0.pom | |
| jengapgw-android-1.0.0-sources.jar | 36 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.jengapgw/jengapgw-android/ -->
<dependency>
<groupId>io.jengapgw</groupId>
<artifactId>jengapgw-android</artifactId>
<version>1.0.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/io.jengapgw/jengapgw-android/
implementation 'io.jengapgw:jengapgw-android:1.0.0'
// https://jarcasting.com/artifacts/io.jengapgw/jengapgw-android/
implementation ("io.jengapgw:jengapgw-android:1.0.0")
'io.jengapgw:jengapgw-android:aar:1.0.0'
<dependency org="io.jengapgw" name="jengapgw-android" rev="1.0.0">
<artifact name="jengapgw-android" type="aar" />
</dependency>
@Grapes(
@Grab(group='io.jengapgw', module='jengapgw-android', version='1.0.0')
)
libraryDependencies += "io.jengapgw" % "jengapgw-android" % "1.0.0"
[io.jengapgw/jengapgw-android "1.0.0"]