GroupId | GroupIdcom.github.jchanghong |
---|---|
ArtifactId | ArtifactIdtest |
Version | Version3.0.22 |
Type | Typejar |
Filename | Size |
---|---|
test-3.0.22.pom | |
test-3.0.22.jar | 4 KB |
test-3.0.22-sources.jar | 4 KB |
test-3.0.22-javadoc.jar | 19 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.jchanghong/test/ -->
<dependency>
<groupId>com.github.jchanghong</groupId>
<artifactId>test</artifactId>
<version>3.0.22</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.jchanghong/test/
implementation 'com.github.jchanghong:test:3.0.22'
// https://jarcasting.com/artifacts/com.github.jchanghong/test/
implementation ("com.github.jchanghong:test:3.0.22")
'com.github.jchanghong:test:jar:3.0.22'
<dependency org="com.github.jchanghong" name="test" rev="3.0.22">
<artifact name="test" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.jchanghong', module='test', version='3.0.22')
)
libraryDependencies += "com.github.jchanghong" % "test" % "3.0.22"
[com.github.jchanghong/test "3.0.22"]