MVN

io.fabric8.insight : insight-itests

Maven & Gradle

Jul 22, 2014

Fabric8 :: Insight :: Integration Tests

<dependency>
    <groupId>io.fabric8.insight</groupId>
    <artifactId>insight-itests</artifactId>
    <version>1.1.0.CR5</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.fabric8.insight : insight-itests to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.1.0.CR5
  • Latest Beta: 1.1.0.Beta6

All Versions

Choose a version of io.fabric8.insight : insight-itests to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.1.x
insight-itests-1.1.0.CR5
insight-itests-1.1.0.CR4
insight-itests-1.1.0.CR3
insight-itests-1.1.0.CR2
insight-itests-1.1.0.CR1
insight-itests-1.1.0.Beta6
insight-itests-1.1.0.Beta5
insight-itests-1.1.0.Beta4
insight-itests-1.1.0.Beta3
insight-itests-1.1.0.Beta2
insight-itests-1.1.0.Beta1

How to add a dependency to Maven

Add the following io.fabric8.insight : insight-itests maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.fabric8.insight</groupId>
    <artifactId>insight-itests</artifactId>
    <version>1.1.0.CR5</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.fabric8.insight : insight-itests gradle dependency to your build.gradle file:

implementation 'io.fabric8.insight:insight-itests:1.1.0.CR5'

Gradle Kotlin DSL: Add the following io.fabric8.insight : insight-itests gradle kotlin dependency to your build.gradle.kts file:

implementation("io.fabric8.insight:insight-itests:1.1.0.CR5")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.fabric8.insight : insight-itests sbt scala dependency to your build.sbt file:

libraryDependencies += "io.fabric8.insight" % "insight-itests" % "1.1.0.CR5"

Advertisement