| License |
License |
|---|---|
| GroupId | GroupIdde.taimos |
| ArtifactId | ArtifactIdrpm-parent |
| Last Version | Last Version1 |
| Release Date | Release Date |
| Type | Typepom |
| Description |
DescriptionParent POM for RPM packaging
Sonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/
|
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| rpm-parent-1.pom | 3 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/de.taimos/rpm-parent/ -->
<dependency>
<groupId>de.taimos</groupId>
<artifactId>rpm-parent</artifactId>
<version>1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/de.taimos/rpm-parent/
implementation 'de.taimos:rpm-parent:1'
// https://jarcasting.com/artifacts/de.taimos/rpm-parent/
implementation ("de.taimos:rpm-parent:1")
'de.taimos:rpm-parent:pom:1'
<dependency org="de.taimos" name="rpm-parent" rev="1">
<artifact name="rpm-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='de.taimos', module='rpm-parent', version='1')
)
libraryDependencies += "de.taimos" % "rpm-parent" % "1"
[de.taimos/rpm-parent "1"]