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