is not current version
Last Version 1.2.1

io.github.wuyan001:maven_test 1.2.0

maven_test项目描述-需要修改成你自己的

Categories

Categories

Maven Build Tools
GroupId

GroupId

io.github.wuyan001
ArtifactId

ArtifactId

maven_test
Version

Version

1.2.0
Type

Type

aar

Download maven_test 1.2.0


<!-- 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"]