License |
License |
---|---|
GroupId | GroupIdga.rugal |
ArtifactId | ArtifactIdparent |
Version | Version1.13.1 |
Type | Typepom |
Description |
DescriptionParent POM object for Rugal
This is to simplify Spring Boot based project configuration
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
parent-1.13.1.pom | 44 KB |
Browse |
<!-- https://jarcasting.com/artifacts/ga.rugal/parent/ -->
<dependency>
<groupId>ga.rugal</groupId>
<artifactId>parent</artifactId>
<version>1.13.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/ga.rugal/parent/
implementation 'ga.rugal:parent:1.13.1'
// https://jarcasting.com/artifacts/ga.rugal/parent/
implementation ("ga.rugal:parent:1.13.1")
'ga.rugal:parent:pom:1.13.1'
<dependency org="ga.rugal" name="parent" rev="1.13.1">
<artifact name="parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='ga.rugal', module='parent', version='1.13.1')
)
libraryDependencies += "ga.rugal" % "parent" % "1.13.1"
[ga.rugal/parent "1.13.1"]