GroupId | GroupIdorg.fusesource.insight |
---|---|
ArtifactId | ArtifactIdinsight-project |
Version | Version7.1.0.fuse-014 |
Type | Typepom |
Filename | Size |
---|---|
insight-project-7.1.0.fuse-014.pom | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.fusesource.insight/insight-project/ -->
<dependency>
<groupId>org.fusesource.insight</groupId>
<artifactId>insight-project</artifactId>
<version>7.1.0.fuse-014</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.fusesource.insight/insight-project/
implementation 'org.fusesource.insight:insight-project:7.1.0.fuse-014'
// https://jarcasting.com/artifacts/org.fusesource.insight/insight-project/
implementation ("org.fusesource.insight:insight-project:7.1.0.fuse-014")
'org.fusesource.insight:insight-project:pom:7.1.0.fuse-014'
<dependency org="org.fusesource.insight" name="insight-project" rev="7.1.0.fuse-014">
<artifact name="insight-project" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.fusesource.insight', module='insight-project', version='7.1.0.fuse-014')
)
libraryDependencies += "org.fusesource.insight" % "insight-project" % "7.1.0.fuse-014"
[org.fusesource.insight/insight-project "7.1.0.fuse-014"]