| Categories |
CategoriesCLI User Interface |
|---|---|
| GroupId | GroupIdorg.rhq |
| ArtifactId | ArtifactIdalert-cli |
| Version | Version4.5.1 |
| Type | Typejar |
| Filename | Size |
|---|---|
| alert-cli-4.5.1.pom | |
| alert-cli-4.5.1.jar | 25 KB |
| alert-cli-4.5.1-sources.jar | 11 KB |
| alert-cli-4.5.1-javadoc.jar | 29 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.rhq/alert-cli/ -->
<dependency>
<groupId>org.rhq</groupId>
<artifactId>alert-cli</artifactId>
<version>4.5.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.rhq/alert-cli/
implementation 'org.rhq:alert-cli:4.5.1'
// https://jarcasting.com/artifacts/org.rhq/alert-cli/
implementation ("org.rhq:alert-cli:4.5.1")
'org.rhq:alert-cli:jar:4.5.1'
<dependency org="org.rhq" name="alert-cli" rev="4.5.1">
<artifact name="alert-cli" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.rhq', module='alert-cli', version='4.5.1')
)
libraryDependencies += "org.rhq" % "alert-cli" % "4.5.1"
[org.rhq/alert-cli "4.5.1"]