Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdde.qaware.tools.sonarqube-build-breaker |
ArtifactId | ArtifactIdcli |
Version | Version1.1 |
Type | Typejar |
Filename | Size |
---|---|
cli-1.1.pom | |
cli-1.1.jar | 3 MB |
cli-1.1-sources.jar | 4 KB |
cli-1.1-javadoc.jar | 393 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>1.1</version>
</dependency>
// https://jarcasting.com/artifacts/de.qaware.tools.sonarqube-build-breaker/cli/
implementation 'de.qaware.tools.sonarqube-build-breaker:cli:1.1'
// https://jarcasting.com/artifacts/de.qaware.tools.sonarqube-build-breaker/cli/
implementation ("de.qaware.tools.sonarqube-build-breaker:cli:1.1")
'de.qaware.tools.sonarqube-build-breaker:cli:jar:1.1'
<dependency org="de.qaware.tools.sonarqube-build-breaker" name="cli" rev="1.1">
<artifact name="cli" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.qaware.tools.sonarqube-build-breaker', module='cli', version='1.1')
)
libraryDependencies += "de.qaware.tools.sonarqube-build-breaker" % "cli" % "1.1"
[de.qaware.tools.sonarqube-build-breaker/cli "1.1"]