Categories |
CategoriesDagger Application Layer Libs Dependency Injection |
---|---|
GroupId | GroupIdcom.github.daggerok.sonar.examples |
ArtifactId | ArtifactIdsonar-breaker-demo |
Version | Version0.1.5 |
Type | Typejar |
Filename | Size |
---|---|
sonar-breaker-demo-0.1.5.pom | |
sonar-breaker-demo-0.1.5.jar | 8 MB |
sonar-breaker-demo-0.1.5-sources.jar | 3 KB |
sonar-breaker-demo-0.1.5-javadoc.jar | 392 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.daggerok.sonar.examples/sonar-breaker-demo/ -->
<dependency>
<groupId>com.github.daggerok.sonar.examples</groupId>
<artifactId>sonar-breaker-demo</artifactId>
<version>0.1.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.daggerok.sonar.examples/sonar-breaker-demo/
implementation 'com.github.daggerok.sonar.examples:sonar-breaker-demo:0.1.5'
// https://jarcasting.com/artifacts/com.github.daggerok.sonar.examples/sonar-breaker-demo/
implementation ("com.github.daggerok.sonar.examples:sonar-breaker-demo:0.1.5")
'com.github.daggerok.sonar.examples:sonar-breaker-demo:jar:0.1.5'
<dependency org="com.github.daggerok.sonar.examples" name="sonar-breaker-demo" rev="0.1.5">
<artifact name="sonar-breaker-demo" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.daggerok.sonar.examples', module='sonar-breaker-demo', version='0.1.5')
)
libraryDependencies += "com.github.daggerok.sonar.examples" % "sonar-breaker-demo" % "0.1.5"
[com.github.daggerok.sonar.examples/sonar-breaker-demo "0.1.5"]