| GroupId | GroupIdcom.github.Trans88 |
|---|---|
| ArtifactId | ArtifactIdKuroLibrary |
| Version | Version0.1.0 |
| Type | Typeaar |
| Filename | Size |
|---|---|
| KuroLibrary-0.1.0.pom | |
| KuroLibrary-0.1.0.aar | 136 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.Trans88/KuroLibrary/ -->
<dependency>
<groupId>com.github.Trans88</groupId>
<artifactId>KuroLibrary</artifactId>
<version>0.1.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.Trans88/KuroLibrary/
implementation 'com.github.Trans88:KuroLibrary:0.1.0'
// https://jarcasting.com/artifacts/com.github.Trans88/KuroLibrary/
implementation ("com.github.Trans88:KuroLibrary:0.1.0")
'com.github.Trans88:KuroLibrary:aar:0.1.0'
<dependency org="com.github.Trans88" name="KuroLibrary" rev="0.1.0">
<artifact name="KuroLibrary" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.github.Trans88', module='KuroLibrary', version='0.1.0')
)
libraryDependencies += "com.github.Trans88" % "KuroLibrary" % "0.1.0"
[com.github.Trans88/KuroLibrary "0.1.0"]