Categories |
CategoriesMaven Build Tools |
---|---|
GroupId | GroupIdorg.fusesource.insight |
ArtifactId | ArtifactIdinsight-maven-web |
Version | Version7.2.0.redhat-024 |
Type | Typewar |
<!-- https://jarcasting.com/artifacts/org.fusesource.insight/insight-maven-web/ -->
<dependency>
<groupId>org.fusesource.insight</groupId>
<artifactId>insight-maven-web</artifactId>
<version>7.2.0.redhat-024</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/org.fusesource.insight/insight-maven-web/
implementation 'org.fusesource.insight:insight-maven-web:7.2.0.redhat-024'
// https://jarcasting.com/artifacts/org.fusesource.insight/insight-maven-web/
implementation ("org.fusesource.insight:insight-maven-web:7.2.0.redhat-024")
'org.fusesource.insight:insight-maven-web:war:7.2.0.redhat-024'
<dependency org="org.fusesource.insight" name="insight-maven-web" rev="7.2.0.redhat-024">
<artifact name="insight-maven-web" type="war" />
</dependency>
@Grapes(
@Grab(group='org.fusesource.insight', module='insight-maven-web', version='7.2.0.redhat-024')
)
libraryDependencies += "org.fusesource.insight" % "insight-maven-web" % "7.2.0.redhat-024"
[org.fusesource.insight/insight-maven-web "7.2.0.redhat-024"]