| GroupId | GroupIdio.github.pushpalroy |
|---|---|
| ArtifactId | ArtifactIdjetlime |
| Version | Version1.0.2 |
| Type | Typeaar |
| Filename | Size |
|---|---|
| jetlime-1.0.2.pom | |
| jetlime-1.0.2-sources.jar | 6 KB |
| jetlime-1.0.2-javadoc.jar | 261 bytes |
| Browse |
<!-- https://jarcasting.com/artifacts/io.github.pushpalroy/jetlime/ -->
<dependency>
<groupId>io.github.pushpalroy</groupId>
<artifactId>jetlime</artifactId>
<version>1.0.2</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.pushpalroy/jetlime/
implementation 'io.github.pushpalroy:jetlime:1.0.2'
// https://jarcasting.com/artifacts/io.github.pushpalroy/jetlime/
implementation ("io.github.pushpalroy:jetlime:1.0.2")
'io.github.pushpalroy:jetlime:aar:1.0.2'
<dependency org="io.github.pushpalroy" name="jetlime" rev="1.0.2">
<artifact name="jetlime" type="aar" />
</dependency>
@Grapes(
@Grab(group='io.github.pushpalroy', module='jetlime', version='1.0.2')
)
libraryDependencies += "io.github.pushpalroy" % "jetlime" % "1.0.2"
[io.github.pushpalroy/jetlime "1.0.2"]