Categories |
CategoriesAnt Build Tools |
---|---|
GroupId | GroupIdio.github.naverz |
ArtifactId | ArtifactIdantonio |
Version | Version1.0.1-alpha |
Type | Typeaar |
Filename | Size |
---|---|
antonio-1.0.1-alpha.pom | |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.naverz/antonio/ -->
<dependency>
<groupId>io.github.naverz</groupId>
<artifactId>antonio</artifactId>
<version>1.0.1-alpha</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.naverz/antonio/
implementation 'io.github.naverz:antonio:1.0.1-alpha'
// https://jarcasting.com/artifacts/io.github.naverz/antonio/
implementation ("io.github.naverz:antonio:1.0.1-alpha")
'io.github.naverz:antonio:aar:1.0.1-alpha'
<dependency org="io.github.naverz" name="antonio" rev="1.0.1-alpha">
<artifact name="antonio" type="aar" />
</dependency>
@Grapes(
@Grab(group='io.github.naverz', module='antonio', version='1.0.1-alpha')
)
libraryDependencies += "io.github.naverz" % "antonio" % "1.0.1-alpha"
[io.github.naverz/antonio "1.0.1-alpha"]