is not current version
Last Version 1.0.1

com.github.daggerok.sonar:examples 0.1.5

SonarQube Build Breaker example

Categories

Categories

Dagger Application Layer Libs Dependency Injection
GroupId

GroupId

com.github.daggerok.sonar
ArtifactId

ArtifactId

examples
Version

Version

0.1.5
Type

Type

pom

Download examples 0.1.5

Filename Size
examples-0.1.5.pom 780 bytes
Browse

<!-- https://jarcasting.com/artifacts/com.github.daggerok.sonar/examples/ -->
<dependency>
    <groupId>com.github.daggerok.sonar</groupId>
    <artifactId>examples</artifactId>
    <version>0.1.5</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.daggerok.sonar/examples/
implementation 'com.github.daggerok.sonar:examples:0.1.5'
// https://jarcasting.com/artifacts/com.github.daggerok.sonar/examples/
implementation ("com.github.daggerok.sonar:examples:0.1.5")
'com.github.daggerok.sonar:examples:pom:0.1.5'
<dependency org="com.github.daggerok.sonar" name="examples" rev="0.1.5">
  <artifact name="examples" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.daggerok.sonar', module='examples', version='0.1.5')
)
libraryDependencies += "com.github.daggerok.sonar" % "examples" % "0.1.5"
[com.github.daggerok.sonar/examples "0.1.5"]