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