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