| License |
License
Kurosawa Open Source License 1.0
|
|---|---|
| GroupId | GroupIdapp.ksyuki |
| ArtifactId | ArtifactIdtest |
| Version | Version0.0.1 |
| Type | Typeaar |
| Description |
DescriptionYuki Lib
Yuki's Android Library
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| test-0.0.1.pom | |
| test-0.0.1-sources.jar | 11 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/app.ksyuki/test/ -->
<dependency>
<groupId>app.ksyuki</groupId>
<artifactId>test</artifactId>
<version>0.0.1</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/app.ksyuki/test/
implementation 'app.ksyuki:test:0.0.1'
// https://jarcasting.com/artifacts/app.ksyuki/test/
implementation ("app.ksyuki:test:0.0.1")
'app.ksyuki:test:aar:0.0.1'
<dependency org="app.ksyuki" name="test" rev="0.0.1">
<artifact name="test" type="aar" />
</dependency>
@Grapes(
@Grab(group='app.ksyuki', module='test', version='0.0.1')
)
libraryDependencies += "app.ksyuki" % "test" % "0.0.1"
[app.ksyuki/test "0.0.1"]