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