| GroupId | GroupIdcom.github.jiaqi0722 |
|---|---|
| ArtifactId | ArtifactIdmy-test |
| Version | Version1.1.1 |
| Type | Typejar |
| Filename | Size |
|---|---|
| my-test-1.1.1.pom | |
| my-test-1.1.1.jar | 77 KB |
| my-test-1.1.1-sources.jar | 35 KB |
| my-test-1.1.1-javadoc.jar | 275 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.jiaqi0722/my-test/ -->
<dependency>
<groupId>com.github.jiaqi0722</groupId>
<artifactId>my-test</artifactId>
<version>1.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.jiaqi0722/my-test/
implementation 'com.github.jiaqi0722:my-test:1.1.1'
// https://jarcasting.com/artifacts/com.github.jiaqi0722/my-test/
implementation ("com.github.jiaqi0722:my-test:1.1.1")
'com.github.jiaqi0722:my-test:jar:1.1.1'
<dependency org="com.github.jiaqi0722" name="my-test" rev="1.1.1">
<artifact name="my-test" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.jiaqi0722', module='my-test', version='1.1.1')
)
libraryDependencies += "com.github.jiaqi0722" % "my-test" % "1.1.1"
[com.github.jiaqi0722/my-test "1.1.1"]