MVN

io.imunity.furms : furms-integration-tests

Maven & Gradle

Aug 24, 2023
2 stars
<dependency>
    <groupId>io.imunity.furms</groupId>
    <artifactId>furms-integration-tests</artifactId>
    <version>4.2.10</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.imunity.furms : furms-integration-tests to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 4.2.10
  • Latest Release Candidate: 4.2.1-rc1

All Versions

Choose a version of io.imunity.furms : furms-integration-tests to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
4.2.x
furms-integration-tests-4.2.10
furms-integration-tests-4.2.9
furms-integration-tests-4.2.8
furms-integration-tests-4.2.7
furms-integration-tests-4.2.6
furms-integration-tests-4.2.5
furms-integration-tests-4.2.4
furms-integration-tests-4.2.3
furms-integration-tests-4.2.2
furms-integration-tests-4.2.1
furms-integration-tests-4.2.1-rc1
furms-integration-tests-4.2.0
furms-integration-tests-4.2.0-rc2
4.1.x
furms-integration-tests-4.1.4
furms-integration-tests-4.1.3
furms-integration-tests-4.1.2
furms-integration-tests-4.1.1
furms-integration-tests-4.1.0
furms-integration-tests-4.1.0-rc
4.0.x
furms-integration-tests-4.0.0
furms-integration-tests-4.0.0-rc1
3.1.x
furms-integration-tests-3.1.0
3.0.x
furms-integration-tests-3.0.1
furms-integration-tests-3.0.0
furms-integration-tests-3.0.0-rc1

How to add a dependency to Maven

Add the following io.imunity.furms : furms-integration-tests maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.imunity.furms</groupId>
    <artifactId>furms-integration-tests</artifactId>
    <version>4.2.10</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.imunity.furms : furms-integration-tests gradle dependency to your build.gradle file:

implementation 'io.imunity.furms:furms-integration-tests:4.2.10'

Gradle Kotlin DSL: Add the following io.imunity.furms : furms-integration-tests gradle kotlin dependency to your build.gradle.kts file:

implementation("io.imunity.furms:furms-integration-tests:4.2.10")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.imunity.furms : furms-integration-tests sbt scala dependency to your build.sbt file:

libraryDependencies += "io.imunity.furms" % "furms-integration-tests" % "4.2.10"

Advertisement