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