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