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