org.rauschig OSS parent pom
This is the root pom for all org.rauschig OSS projects. It contains a general release configuration and common plugin version declaration.
License |
License |
---|---|
GroupId | GroupIdorg.rauschig |
ArtifactId | ArtifactIdoss-parent |
Last Version | Last Version1 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionOSS Parent
Parent POM for all org.rauschig OSS projects.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
oss-parent-1.pom | 5 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.rauschig/oss-parent/ -->
<dependency>
<groupId>org.rauschig</groupId>
<artifactId>oss-parent</artifactId>
<version>1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.rauschig/oss-parent/
implementation 'org.rauschig:oss-parent:1'
// https://jarcasting.com/artifacts/org.rauschig/oss-parent/
implementation ("org.rauschig:oss-parent:1")
'org.rauschig:oss-parent:pom:1'
<dependency org="org.rauschig" name="oss-parent" rev="1">
<artifact name="oss-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.rauschig', module='oss-parent', version='1')
)
libraryDependencies += "org.rauschig" % "oss-parent" % "1"
[org.rauschig/oss-parent "1"]
This is the root pom for all org.rauschig OSS projects. It contains a general release configuration and common plugin version declaration.