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