Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdde.qaware.tools.sonarqube-build-breaker |
ArtifactId | ArtifactIdcli |
Version | Version2.0 |
Type | Typejar |
Filename | Size |
---|---|
cli-2.0.pom | |
cli-2.0.jar | 4 MB |
cli-2.0-sources.jar | 5 KB |
cli-2.0-javadoc.jar | 410 KB |
Browse |
<!-- https://jarcasting.com/artifacts/de.qaware.tools.sonarqube-build-breaker/cli/ -->
<dependency>
<groupId>de.qaware.tools.sonarqube-build-breaker</groupId>
<artifactId>cli</artifactId>
<version>2.0</version>
</dependency>
// https://jarcasting.com/artifacts/de.qaware.tools.sonarqube-build-breaker/cli/
implementation 'de.qaware.tools.sonarqube-build-breaker:cli:2.0'
// https://jarcasting.com/artifacts/de.qaware.tools.sonarqube-build-breaker/cli/
implementation ("de.qaware.tools.sonarqube-build-breaker:cli:2.0")
'de.qaware.tools.sonarqube-build-breaker:cli:jar:2.0'
<dependency org="de.qaware.tools.sonarqube-build-breaker" name="cli" rev="2.0">
<artifact name="cli" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.qaware.tools.sonarqube-build-breaker', module='cli', version='2.0')
)
libraryDependencies += "de.qaware.tools.sonarqube-build-breaker" % "cli" % "2.0"
[de.qaware.tools.sonarqube-build-breaker/cli "2.0"]