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