| License |
License |
|---|---|
| GroupId | GroupIdorg.freecompany.redline |
| ArtifactId | ArtifactIdredline |
| Last Version | Last Version1.1.2 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionRedline
Redline is a pure Java library for manipulating RPM Package Manager packages.
|
| Project Organization |
Project OrganizationFreeCompany |
| Filename | Size |
|---|---|
| redline-1.1.2.pom | |
| redline-1.1.2.jar | 75 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.freecompany.redline/redline/ -->
<dependency>
<groupId>org.freecompany.redline</groupId>
<artifactId>redline</artifactId>
<version>1.1.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.freecompany.redline/redline/
implementation 'org.freecompany.redline:redline:1.1.2'
// https://jarcasting.com/artifacts/org.freecompany.redline/redline/
implementation ("org.freecompany.redline:redline:1.1.2")
'org.freecompany.redline:redline:jar:1.1.2'
<dependency org="org.freecompany.redline" name="redline" rev="1.1.2">
<artifact name="redline" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.freecompany.redline', module='redline', version='1.1.2')
)
libraryDependencies += "org.freecompany.redline" % "redline" % "1.1.2"
[org.freecompany.redline/redline "1.1.2"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.freecompany.util : util-xml-editor | jar | 0.0.6 |
| org.freecompany.util : util-text | jar | 0.3.5 |
| ant : ant | jar | 1.6.5 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.3 |