| GroupId | GroupIdapp.ksyuki |
|---|---|
| ArtifactId | ArtifactIdtest |
| Last Version | Last Version3.0.2 |
| Release Date | Release Date |
| Type | Typeaar |
| Description |
Description |
| Filename | Size |
|---|---|
| test-3.0.2.pom | |
| test-3.0.2-sources.jar | 11 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/app.ksyuki/test/ -->
<dependency>
<groupId>app.ksyuki</groupId>
<artifactId>test</artifactId>
<version>3.0.2</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/app.ksyuki/test/
implementation 'app.ksyuki:test:3.0.2'
// https://jarcasting.com/artifacts/app.ksyuki/test/
implementation ("app.ksyuki:test:3.0.2")
'app.ksyuki:test:aar:3.0.2'
<dependency org="app.ksyuki" name="test" rev="3.0.2">
<artifact name="test" type="aar" />
</dependency>
@Grapes(
@Grab(group='app.ksyuki', module='test', version='3.0.2')
)
libraryDependencies += "app.ksyuki" % "test" % "3.0.2"
[app.ksyuki/test "3.0.2"]