| License |
License |
|---|---|
| GroupId | GroupIddk.grinn |
| ArtifactId | ArtifactIdgrinn-parent |
| Version | Version2.2.0 |
| 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.2.0.pom | 17 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/dk.grinn/grinn-parent/ -->
<dependency>
<groupId>dk.grinn</groupId>
<artifactId>grinn-parent</artifactId>
<version>2.2.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/dk.grinn/grinn-parent/
implementation 'dk.grinn:grinn-parent:2.2.0'
// https://jarcasting.com/artifacts/dk.grinn/grinn-parent/
implementation ("dk.grinn:grinn-parent:2.2.0")
'dk.grinn:grinn-parent:pom:2.2.0'
<dependency org="dk.grinn" name="grinn-parent" rev="2.2.0">
<artifact name="grinn-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='dk.grinn', module='grinn-parent', version='2.2.0')
)
libraryDependencies += "dk.grinn" % "grinn-parent" % "2.2.0"
[dk.grinn/grinn-parent "2.2.0"]