| GroupId | GroupIdcom.redhat.rcm |
|---|---|
| ArtifactId | ArtifactIdredhat-releng-tools |
| Version | Version3 |
| Type | Typepom |
| Filename | Size |
|---|---|
| redhat-releng-tools-3.pom | 19 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.redhat.rcm/redhat-releng-tools/ -->
<dependency>
<groupId>com.redhat.rcm</groupId>
<artifactId>redhat-releng-tools</artifactId>
<version>3</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.redhat.rcm/redhat-releng-tools/
implementation 'com.redhat.rcm:redhat-releng-tools:3'
// https://jarcasting.com/artifacts/com.redhat.rcm/redhat-releng-tools/
implementation ("com.redhat.rcm:redhat-releng-tools:3")
'com.redhat.rcm:redhat-releng-tools:pom:3'
<dependency org="com.redhat.rcm" name="redhat-releng-tools" rev="3">
<artifact name="redhat-releng-tools" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.redhat.rcm', module='redhat-releng-tools', version='3')
)
libraryDependencies += "com.redhat.rcm" % "redhat-releng-tools" % "3"
[com.redhat.rcm/redhat-releng-tools "3"]