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