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