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