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