| GroupId | GroupIdcom.sefford |
|---|---|
| ArtifactId | ArtifactIdkor-common |
| Version | Version1.2 |
| Type | Typeaar |
| Filename | Size |
|---|---|
| kor-common-1.2.pom | |
| kor-common-1.2.aar | 11 KB |
| kor-common-1.2-sources.jar | 21 KB |
| kor-common-1.2-javadoc.jar | 179 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.sefford/kor-common/ -->
<dependency>
<groupId>com.sefford</groupId>
<artifactId>kor-common</artifactId>
<version>1.2</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.sefford/kor-common/
implementation 'com.sefford:kor-common:1.2'
// https://jarcasting.com/artifacts/com.sefford/kor-common/
implementation ("com.sefford:kor-common:1.2")
'com.sefford:kor-common:aar:1.2'
<dependency org="com.sefford" name="kor-common" rev="1.2">
<artifact name="kor-common" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.sefford', module='kor-common', version='1.2')
)
libraryDependencies += "com.sefford" % "kor-common" % "1.2"
[com.sefford/kor-common "1.2"]