is not current version
Last Version 1.0.2

ch.hortis.sonar:sonar-web 1.0


GroupId

GroupId

ch.hortis.sonar
ArtifactId

ArtifactId

sonar-web
Version

Version

1.0
Type

Type

war

Download sonar-web 1.0


<!-- https://jarcasting.com/artifacts/ch.hortis.sonar/sonar-web/ -->
<dependency>
    <groupId>ch.hortis.sonar</groupId>
    <artifactId>sonar-web</artifactId>
    <version>1.0</version>
    <type>war</type>
</dependency>
// https://jarcasting.com/artifacts/ch.hortis.sonar/sonar-web/
implementation 'ch.hortis.sonar:sonar-web:1.0'
// https://jarcasting.com/artifacts/ch.hortis.sonar/sonar-web/
implementation ("ch.hortis.sonar:sonar-web:1.0")
'ch.hortis.sonar:sonar-web:war:1.0'
<dependency org="ch.hortis.sonar" name="sonar-web" rev="1.0">
  <artifact name="sonar-web" type="war" />
</dependency>
@Grapes(
@Grab(group='ch.hortis.sonar', module='sonar-web', version='1.0')
)
libraryDependencies += "ch.hortis.sonar" % "sonar-web" % "1.0"
[ch.hortis.sonar/sonar-web "1.0"]