License |
License |
---|---|
GroupId | GroupIddk.grinn |
ArtifactId | ArtifactIdgrinn-parent |
Last Version | Last Version2.3.0 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionGrinn
Main Grinn parent poms and bill of materials used by all Grinn java projects
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
grinn-parent-2.3.0.pom | 16 KB |
Browse |
<!-- https://jarcasting.com/artifacts/dk.grinn/grinn-parent/ -->
<dependency>
<groupId>dk.grinn</groupId>
<artifactId>grinn-parent</artifactId>
<version>2.3.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/dk.grinn/grinn-parent/
implementation 'dk.grinn:grinn-parent:2.3.0'
// https://jarcasting.com/artifacts/dk.grinn/grinn-parent/
implementation ("dk.grinn:grinn-parent:2.3.0")
'dk.grinn:grinn-parent:pom:2.3.0'
<dependency org="dk.grinn" name="grinn-parent" rev="2.3.0">
<artifact name="grinn-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='dk.grinn', module='grinn-parent', version='2.3.0')
)
libraryDependencies += "dk.grinn" % "grinn-parent" % "2.3.0"
[dk.grinn/grinn-parent "2.3.0"]