is not current version
Last Version 0.3

com.github.buckelieg:simpletools-parent 0.2

Parent POM for all simple-tools projects

GroupId

GroupId

com.github.buckelieg
ArtifactId

ArtifactId

simpletools-parent
Version

Version

0.2
Type

Type

pom

Download simpletools-parent 0.2


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