License |
License |
---|---|
Categories |
CategoriesDagger Application Layer Libs Dependency Injection |
GroupId | GroupIdcom.github.daggerok.sonar.examples |
ArtifactId | ArtifactIdsonar-breaker-demo |
Version | Version1.0.1 |
Type | Typejar |
Description |
Descriptionsonar-breaker-demo
Demo project for Spring Boot
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
sonar-breaker-demo-1.0.1.pom | |
sonar-breaker-demo-1.0.1.jar | 8 MB |
sonar-breaker-demo-1.0.1-sources.jar | 3 KB |
sonar-breaker-demo-1.0.1-javadoc.jar | 391 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>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.daggerok.sonar.examples/sonar-breaker-demo/
implementation 'com.github.daggerok.sonar.examples:sonar-breaker-demo:1.0.1'
// https://jarcasting.com/artifacts/com.github.daggerok.sonar.examples/sonar-breaker-demo/
implementation ("com.github.daggerok.sonar.examples:sonar-breaker-demo:1.0.1")
'com.github.daggerok.sonar.examples:sonar-breaker-demo:jar:1.0.1'
<dependency org="com.github.daggerok.sonar.examples" name="sonar-breaker-demo" rev="1.0.1">
<artifact name="sonar-breaker-demo" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.daggerok.sonar.examples', module='sonar-breaker-demo', version='1.0.1')
)
libraryDependencies += "com.github.daggerok.sonar.examples" % "sonar-breaker-demo" % "1.0.1"
[com.github.daggerok.sonar.examples/sonar-breaker-demo "1.0.1"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter | jar |
Group / Artifact | Type | Version |
---|---|---|
org.projectlombok : lombok Optional | jar |
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-test | jar |