GroupId | GroupIdio.github.chrisruffalo |
---|---|
ArtifactId | ArtifactIdsyndo-parent |
Version | Version0.3.0 |
Type | Typepom |
Filename | Size |
---|---|
syndo-parent-0.3.0.pom | 8 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.chrisruffalo/syndo-parent/ -->
<dependency>
<groupId>io.github.chrisruffalo</groupId>
<artifactId>syndo-parent</artifactId>
<version>0.3.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.chrisruffalo/syndo-parent/
implementation 'io.github.chrisruffalo:syndo-parent:0.3.0'
// https://jarcasting.com/artifacts/io.github.chrisruffalo/syndo-parent/
implementation ("io.github.chrisruffalo:syndo-parent:0.3.0")
'io.github.chrisruffalo:syndo-parent:pom:0.3.0'
<dependency org="io.github.chrisruffalo" name="syndo-parent" rev="0.3.0">
<artifact name="syndo-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.github.chrisruffalo', module='syndo-parent', version='0.3.0')
)
libraryDependencies += "io.github.chrisruffalo" % "syndo-parent" % "0.3.0"
[io.github.chrisruffalo/syndo-parent "0.3.0"]