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