is not current version
Last Version 1.2.0

org.huiche:test 1.1.1


GroupId

GroupId

org.huiche
ArtifactId

ArtifactId

test
Version

Version

1.1.1
Type

Type

jar

Download test 1.1.1


<!-- https://jarcasting.com/artifacts/org.huiche/test/ -->
<dependency>
    <groupId>org.huiche</groupId>
    <artifactId>test</artifactId>
    <version>1.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.huiche/test/
implementation 'org.huiche:test:1.1.1'
// https://jarcasting.com/artifacts/org.huiche/test/
implementation ("org.huiche:test:1.1.1")
'org.huiche:test:jar:1.1.1'
<dependency org="org.huiche" name="test" rev="1.1.1">
  <artifact name="test" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.huiche', module='test', version='1.1.1')
)
libraryDependencies += "org.huiche" % "test" % "1.1.1"
[org.huiche/test "1.1.1"]