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