MVN

com.bizmda.bizsip : integrator

Maven & Gradle

Nov 01, 2021
<dependency>
    <groupId>com.bizmda.bizsip</groupId>
    <artifactId>integrator</artifactId>
    <version>1.0.0.Beta6</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.bizmda.bizsip : integrator to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.0.Beta6
  • Latest Beta: 1.0.0.Beta6

All Versions

Choose a version of com.bizmda.bizsip : integrator to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
integrator-1.0.0.Beta6
integrator-1.0.0.Beta5
integrator-1.0.0.Beta4
integrator-1.0.0.Beta3
integrator-1.0.0.Beta2
integrator-1.0.0.Beta1

How to add a dependency to Maven

Add the following com.bizmda.bizsip : integrator maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.bizmda.bizsip</groupId>
    <artifactId>integrator</artifactId>
    <version>1.0.0.Beta6</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.bizmda.bizsip : integrator gradle dependency to your build.gradle file:

implementation 'com.bizmda.bizsip:integrator:1.0.0.Beta6'

Gradle Kotlin DSL: Add the following com.bizmda.bizsip : integrator gradle kotlin dependency to your build.gradle.kts file:

implementation("com.bizmda.bizsip:integrator:1.0.0.Beta6")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.bizmda.bizsip : integrator sbt scala dependency to your build.sbt file:

libraryDependencies += "com.bizmda.bizsip" % "integrator" % "1.0.0.Beta6"