MVN

com.technologicgroup.cluster : cluster-boost-ignite-audit

Maven & Gradle

Jul 11, 2020
2 stars
<dependency>
    <groupId>com.technologicgroup.cluster</groupId>
    <artifactId>cluster-boost-ignite-audit</artifactId>
    <version>1.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.technologicgroup.cluster : cluster-boost-ignite-audit to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.1

All Versions

Choose a version of com.technologicgroup.cluster : cluster-boost-ignite-audit to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.1
cluster-boost-ignite-audit-1.1
1.0
cluster-boost-ignite-audit-1.0

How to add a dependency to Maven

Add the following com.technologicgroup.cluster : cluster-boost-ignite-audit maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.technologicgroup.cluster</groupId>
    <artifactId>cluster-boost-ignite-audit</artifactId>
    <version>1.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.technologicgroup.cluster : cluster-boost-ignite-audit gradle dependency to your build.gradle file:

implementation 'com.technologicgroup.cluster:cluster-boost-ignite-audit:1.1'

Gradle Kotlin DSL: Add the following com.technologicgroup.cluster : cluster-boost-ignite-audit gradle kotlin dependency to your build.gradle.kts file:

implementation("com.technologicgroup.cluster:cluster-boost-ignite-audit:1.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.technologicgroup.cluster : cluster-boost-ignite-audit sbt scala dependency to your build.sbt file:

libraryDependencies += "com.technologicgroup.cluster" % "cluster-boost-ignite-audit" % "1.1"

Advertisement