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