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