i

insight-project

Fuse Insight :: Project
Files download
File Operation
insight-project-7.1.0.fuse-047.pom download
Apache Maven
<dependency>
  <groupId>org.fusesource.insight</groupId>
  <artifactId>insight-project</artifactId>
  <version>7.1.0.fuse-047</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.fusesource.insight:insight-project:7.1.0.fuse-047'
Gradle Kotlin
implementation("org.fusesource.insight:insight-project:7.1.0.fuse-047")
Scala SBT
libraryDependencies += "org.fusesource.insight" % "insight-project" % "7.1.0.fuse-047"
Groovy Grape
@Grapes(
  @Grab(group='org.fusesource.insight', module='insight-project', version='7.1.0.fuse-047')
)
Apache Ivy
<dependency org="org.fusesource.insight" name="insight-project" rev="7.1.0.fuse-047" />
Leiningen
[org.fusesource.insight/insight-project "7.1.0.fuse-047"]
Apache Buildr
'org.fusesource.insight:insight-project:jar:7.1.0.fuse-047'