GroupId | GroupIdio.github.kaustubhpatange |
---|---|
ArtifactId | ArtifactIdpin-lock |
Version | Version1.0 |
Type | Typeaar |
Filename | Size |
---|---|
pin-lock-1.0.pom | |
pin-lock-1.0-sources.jar | 25 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.kaustubhpatange/pin-lock/ -->
<dependency>
<groupId>io.github.kaustubhpatange</groupId>
<artifactId>pin-lock</artifactId>
<version>1.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.kaustubhpatange/pin-lock/
implementation 'io.github.kaustubhpatange:pin-lock:1.0'
// https://jarcasting.com/artifacts/io.github.kaustubhpatange/pin-lock/
implementation ("io.github.kaustubhpatange:pin-lock:1.0")
'io.github.kaustubhpatange:pin-lock:aar:1.0'
<dependency org="io.github.kaustubhpatange" name="pin-lock" rev="1.0">
<artifact name="pin-lock" type="aar" />
</dependency>
@Grapes(
@Grab(group='io.github.kaustubhpatange', module='pin-lock', version='1.0')
)
libraryDependencies += "io.github.kaustubhpatange" % "pin-lock" % "1.0"
[io.github.kaustubhpatange/pin-lock "1.0"]