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