is not current version
Last Version 1.15.0

ga.rugal:parent 1.12.0

This is to simplify Spring Boot based project configuration

GroupId

GroupId

ga.rugal
ArtifactId

ArtifactId

parent
Version

Version

1.12.0
Type

Type

pom

Download parent 1.12.0

Filename Size
parent-1.12.0.pom 43 KB
Browse

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