GroupId | GroupIdio.github.davidwhitlock.com.sandwich |
---|---|
ArtifactId | ArtifactIdkoans-parent |
Version | Version2021.0.0 |
Type | Typepom |
Filename | Size |
---|---|
koans-parent-2021.0.0.pom | 730 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.davidwhitlock.com.sandwich/koans-parent/ -->
<dependency>
<groupId>io.github.davidwhitlock.com.sandwich</groupId>
<artifactId>koans-parent</artifactId>
<version>2021.0.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.davidwhitlock.com.sandwich/koans-parent/
implementation 'io.github.davidwhitlock.com.sandwich:koans-parent:2021.0.0'
// https://jarcasting.com/artifacts/io.github.davidwhitlock.com.sandwich/koans-parent/
implementation ("io.github.davidwhitlock.com.sandwich:koans-parent:2021.0.0")
'io.github.davidwhitlock.com.sandwich:koans-parent:pom:2021.0.0'
<dependency org="io.github.davidwhitlock.com.sandwich" name="koans-parent" rev="2021.0.0">
<artifact name="koans-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.github.davidwhitlock.com.sandwich', module='koans-parent', version='2021.0.0')
)
libraryDependencies += "io.github.davidwhitlock.com.sandwich" % "koans-parent" % "2021.0.0"
[io.github.davidwhitlock.com.sandwich/koans-parent "2021.0.0"]