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