| License |
License |
|---|---|
| GroupId | GroupIdde.mhoffrogge |
| ArtifactId | ArtifactIdorg-parent |
| Version | Version3 |
| Type | Typepom |
| Description |
Descriptionmhoffrogge
The base parent for all open-source projects coming from mhoffrogge.
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| org-parent-3.pom | 6 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/de.mhoffrogge/org-parent/ -->
<dependency>
<groupId>de.mhoffrogge</groupId>
<artifactId>org-parent</artifactId>
<version>3</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/de.mhoffrogge/org-parent/
implementation 'de.mhoffrogge:org-parent:3'
// https://jarcasting.com/artifacts/de.mhoffrogge/org-parent/
implementation ("de.mhoffrogge:org-parent:3")
'de.mhoffrogge:org-parent:pom:3'
<dependency org="de.mhoffrogge" name="org-parent" rev="3">
<artifact name="org-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='de.mhoffrogge', module='org-parent', version='3')
)
libraryDependencies += "de.mhoffrogge" % "org-parent" % "3"
[de.mhoffrogge/org-parent "3"]