GroupId | GroupIdtop.chaser.framework |
---|---|
ArtifactId | ArtifactIdchaser-starter-upload |
Version | VersionB-1.0.0.RELEASE |
Type | Typejar |
Filename | Size |
---|---|
chaser-starter-upload-B-1.0.0.RELEASE.pom | |
chaser-starter-upload-B-1.0.0.RELEASE.jar | 17 KB |
Browse |
<!-- https://jarcasting.com/artifacts/top.chaser.framework/chaser-starter-upload/ -->
<dependency>
<groupId>top.chaser.framework</groupId>
<artifactId>chaser-starter-upload</artifactId>
<version>B-1.0.0.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/top.chaser.framework/chaser-starter-upload/
implementation 'top.chaser.framework:chaser-starter-upload:B-1.0.0.RELEASE'
// https://jarcasting.com/artifacts/top.chaser.framework/chaser-starter-upload/
implementation ("top.chaser.framework:chaser-starter-upload:B-1.0.0.RELEASE")
'top.chaser.framework:chaser-starter-upload:jar:B-1.0.0.RELEASE'
<dependency org="top.chaser.framework" name="chaser-starter-upload" rev="B-1.0.0.RELEASE">
<artifact name="chaser-starter-upload" type="jar" />
</dependency>
@Grapes(
@Grab(group='top.chaser.framework', module='chaser-starter-upload', version='B-1.0.0.RELEASE')
)
libraryDependencies += "top.chaser.framework" % "chaser-starter-upload" % "B-1.0.0.RELEASE"
[top.chaser.framework/chaser-starter-upload "B-1.0.0.RELEASE"]