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