GroupId | GroupIdcom.github.qicodes |
---|---|
ArtifactId | ArtifactIdlockitem |
Version | Version1.0.1 |
Type | Typeaar |
Filename | Size |
---|---|
lockitem-1.0.1.pom | |
lockitem-1.0.1.aar | 112 KB |
lockitem-1.0.1-sources.jar | 2 KB |
lockitem-1.0.1-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.qicodes/lockitem/ -->
<dependency>
<groupId>com.github.qicodes</groupId>
<artifactId>lockitem</artifactId>
<version>1.0.1</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.qicodes/lockitem/
implementation 'com.github.qicodes:lockitem:1.0.1'
// https://jarcasting.com/artifacts/com.github.qicodes/lockitem/
implementation ("com.github.qicodes:lockitem:1.0.1")
'com.github.qicodes:lockitem:aar:1.0.1'
<dependency org="com.github.qicodes" name="lockitem" rev="1.0.1">
<artifact name="lockitem" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.github.qicodes', module='lockitem', version='1.0.1')
)
libraryDependencies += "com.github.qicodes" % "lockitem" % "1.0.1"
[com.github.qicodes/lockitem "1.0.1"]