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