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