is not current version
Last Version 1.3

com.github.shiver-me-timbers:smt-parent 1.2

This is the parent pom that is used by all the shiver-me-timbers projects.

GroupId

GroupId

com.github.shiver-me-timbers
ArtifactId

ArtifactId

smt-parent
Version

Version

1.2
Type

Type

pom

Download smt-parent 1.2

Filename Size
smt-parent-1.2.pom 8 KB
Browse

<!-- https://jarcasting.com/artifacts/com.github.shiver-me-timbers/smt-parent/ -->
<dependency>
    <groupId>com.github.shiver-me-timbers</groupId>
    <artifactId>smt-parent</artifactId>
    <version>1.2</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.shiver-me-timbers/smt-parent/
implementation 'com.github.shiver-me-timbers:smt-parent:1.2'
// https://jarcasting.com/artifacts/com.github.shiver-me-timbers/smt-parent/
implementation ("com.github.shiver-me-timbers:smt-parent:1.2")
'com.github.shiver-me-timbers:smt-parent:pom:1.2'
<dependency org="com.github.shiver-me-timbers" name="smt-parent" rev="1.2">
  <artifact name="smt-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.shiver-me-timbers', module='smt-parent', version='1.2')
)
libraryDependencies += "com.github.shiver-me-timbers" % "smt-parent" % "1.2"
[com.github.shiver-me-timbers/smt-parent "1.2"]