Categories |
CategoriesMaven Build Tools |
---|---|
GroupId | GroupIdio.github.piterrus0102 |
ArtifactId | ArtifactIdTestLibraryInMaven |
Version | Version1.0.0 |
Type | Typeaar |
Filename | Size |
---|---|
TestLibraryInMaven-1.0.0.pom | |
TestLibraryInMaven-1.0.0-sources.jar | 892 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.piterrus0102/TestLibraryInMaven/ -->
<dependency>
<groupId>io.github.piterrus0102</groupId>
<artifactId>TestLibraryInMaven</artifactId>
<version>1.0.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.piterrus0102/TestLibraryInMaven/
implementation 'io.github.piterrus0102:TestLibraryInMaven:1.0.0'
// https://jarcasting.com/artifacts/io.github.piterrus0102/TestLibraryInMaven/
implementation ("io.github.piterrus0102:TestLibraryInMaven:1.0.0")
'io.github.piterrus0102:TestLibraryInMaven:aar:1.0.0'
<dependency org="io.github.piterrus0102" name="TestLibraryInMaven" rev="1.0.0">
<artifact name="TestLibraryInMaven" type="aar" />
</dependency>
@Grapes(
@Grab(group='io.github.piterrus0102', module='TestLibraryInMaven', version='1.0.0')
)
libraryDependencies += "io.github.piterrus0102" % "TestLibraryInMaven" % "1.0.0"
[io.github.piterrus0102/TestLibraryInMaven "1.0.0"]