License |
License |
---|---|
GroupId | GroupIdorg.redline-rpm |
ArtifactId | ArtifactIdredline |
Last Version | Last Version1.2.10 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionRedline
Redline is a pure Java library for manipulating RPM Package Manager packages.
|
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
redline-1.2.10.pom | |
redline-1.2.10.jar | 134 KB |
redline-1.2.10-sources.jar | 65 KB |
redline-1.2.10-shaded-jar.jar | 6 MB |
redline-1.2.10-javadoc.jar | 450 KB |
redline-1.2.10-jar-with-dependencies.jar | 6 MB |
Browse |
<!-- https://jarcasting.com/artifacts/org.redline-rpm/redline/ -->
<dependency>
<groupId>org.redline-rpm</groupId>
<artifactId>redline</artifactId>
<version>1.2.10</version>
</dependency>
// https://jarcasting.com/artifacts/org.redline-rpm/redline/
implementation 'org.redline-rpm:redline:1.2.10'
// https://jarcasting.com/artifacts/org.redline-rpm/redline/
implementation ("org.redline-rpm:redline:1.2.10")
'org.redline-rpm:redline:jar:1.2.10'
<dependency org="org.redline-rpm" name="redline" rev="1.2.10">
<artifact name="redline" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.redline-rpm', module='redline', version='1.2.10')
)
libraryDependencies += "org.redline-rpm" % "redline" % "1.2.10"
[org.redline-rpm/redline "1.2.10"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.ant : ant | jar | 1.10.11 |
org.slf4j : slf4j-api | jar | 1.7.5 |
org.apache.commons : commons-compress | jar | 1.21 |
org.tukaani : xz | jar | 1.4 |
org.bouncycastle : bcpg-jdk15on | jar | 1.69 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.13.1 |
org.slf4j : slf4j-log4j12 | jar | 1.7.5 |