| License | License | 
|---|---|
| Categories | CategoriesGradle Build Tools | 
| GroupId | GroupIdorg.xbib | 
| ArtifactId | ArtifactIdgradle-plugin-rpm | 
| Last Version | Last Version1.0.1 | 
| Release Date | Release Date | 
| Type | Typejar | 
| Description | Descriptionrpm Java 8 RPM implementation with plugins for Ant, Maven, Gradle | 
| Project Organization | Project Organizationxbib | 
| Filename | Size | 
|---|---|
| gradle-plugin-rpm-1.0.1.pom | |
| gradle-plugin-rpm-1.0.1.jar | 150 KB | 
| gradle-plugin-rpm-1.0.1-sources.jar | 16 KB | 
| gradle-plugin-rpm-1.0.1-javadoc.jar | 261 bytes | 
| Browse | 
<!-- https://jarcasting.com/artifacts/org.xbib/gradle-plugin-rpm/ -->
<dependency>
    <groupId>org.xbib</groupId>
    <artifactId>gradle-plugin-rpm</artifactId>
    <version>1.0.1</version>
</dependency>// https://jarcasting.com/artifacts/org.xbib/gradle-plugin-rpm/
implementation 'org.xbib:gradle-plugin-rpm:1.0.1'// https://jarcasting.com/artifacts/org.xbib/gradle-plugin-rpm/
implementation ("org.xbib:gradle-plugin-rpm:1.0.1")'org.xbib:gradle-plugin-rpm:jar:1.0.1'<dependency org="org.xbib" name="gradle-plugin-rpm" rev="1.0.1">
  <artifact name="gradle-plugin-rpm" type="jar" />
</dependency>@Grapes(
@Grab(group='org.xbib', module='gradle-plugin-rpm', version='1.0.1')
)libraryDependencies += "org.xbib" % "gradle-plugin-rpm" % "1.0.1"[org.xbib/gradle-plugin-rpm "1.0.1"]| Group / Artifact | Type | Version | 
|---|---|---|
| org.xbib : rpm-core | jar | 1.0.1 | 
| Group / Artifact | Type | Version | 
|---|---|---|
| junit : junit | jar | 4.12 | 
| org.spockframework : spock-core | jar | 1.1-groovy-2.4 | 
| org.xbib : guice | jar | 4.0.4 |