GroupId | GroupIdorg.redline-rpm |
---|---|
ArtifactId | ArtifactIdredline |
Version | Version1.1.12 |
Type | Typejar |
Filename | Size |
---|---|
redline-1.1.12.pom | |
redline-1.1.12.jar | 103 KB |
redline-1.1.12-sources.jar | 48 KB |
redline-1.1.12-javadoc.jar | 469 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.redline-rpm/redline/ -->
<dependency>
<groupId>org.redline-rpm</groupId>
<artifactId>redline</artifactId>
<version>1.1.12</version>
</dependency>
// https://jarcasting.com/artifacts/org.redline-rpm/redline/
implementation 'org.redline-rpm:redline:1.1.12'
// https://jarcasting.com/artifacts/org.redline-rpm/redline/
implementation ("org.redline-rpm:redline:1.1.12")
'org.redline-rpm:redline:jar:1.1.12'
<dependency org="org.redline-rpm" name="redline" rev="1.1.12">
<artifact name="redline" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.redline-rpm', module='redline', version='1.1.12')
)
libraryDependencies += "org.redline-rpm" % "redline" % "1.1.12"
[org.redline-rpm/redline "1.1.12"]