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