GroupId | GroupIdio.github.selectorrr |
---|---|
ArtifactId | ArtifactIdstarters |
Version | Version1.5 |
Type | Typepom |
Filename | Size |
---|---|
starters-1.5.pom | 7 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.selectorrr/starters/ -->
<dependency>
<groupId>io.github.selectorrr</groupId>
<artifactId>starters</artifactId>
<version>1.5</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.selectorrr/starters/
implementation 'io.github.selectorrr:starters:1.5'
// https://jarcasting.com/artifacts/io.github.selectorrr/starters/
implementation ("io.github.selectorrr:starters:1.5")
'io.github.selectorrr:starters:pom:1.5'
<dependency org="io.github.selectorrr" name="starters" rev="1.5">
<artifact name="starters" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.github.selectorrr', module='starters', version='1.5')
)
libraryDependencies += "io.github.selectorrr" % "starters" % "1.5"
[io.github.selectorrr/starters "1.5"]