is not current version
Last Version B-1.0.2.RELEASE

top.chaser.framework:common-base B-1.0.0.RELEASE


GroupId

GroupId

top.chaser.framework
ArtifactId

ArtifactId

common-base
Version

Version

B-1.0.0.RELEASE
Type

Type

jar

Download common-base B-1.0.0.RELEASE


<!-- https://jarcasting.com/artifacts/top.chaser.framework/common-base/ -->
<dependency>
    <groupId>top.chaser.framework</groupId>
    <artifactId>common-base</artifactId>
    <version>B-1.0.0.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/top.chaser.framework/common-base/
implementation 'top.chaser.framework:common-base:B-1.0.0.RELEASE'
// https://jarcasting.com/artifacts/top.chaser.framework/common-base/
implementation ("top.chaser.framework:common-base:B-1.0.0.RELEASE")
'top.chaser.framework:common-base:jar:B-1.0.0.RELEASE'
<dependency org="top.chaser.framework" name="common-base" rev="B-1.0.0.RELEASE">
  <artifact name="common-base" type="jar" />
</dependency>
@Grapes(
@Grab(group='top.chaser.framework', module='common-base', version='B-1.0.0.RELEASE')
)
libraryDependencies += "top.chaser.framework" % "common-base" % "B-1.0.0.RELEASE"
[top.chaser.framework/common-base "B-1.0.0.RELEASE"]