MVN

com.entitystream : monsterDB

Maven & Gradle

Nov 30, 2020

Collection Database with Fuzzy Matching (for Master Data Management)

<dependency>
    <groupId>com.entitystream</groupId>
    <artifactId>monsterDB</artifactId>
    <version>1.0.34</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.entitystream : monsterDB to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.34

All Versions

Choose a version of com.entitystream : monsterDB to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
monsterDB-1.0.34
monsterDB-1.0.33
monsterDB-1.0.32
monsterDB-1.0.31
monsterDB-1.0.30
monsterDB-1.0.29
monsterDB-1.0.28
monsterDB-1.0.27
monsterDB-1.0.26
monsterDB-1.0.25
monsterDB-1.0.24
monsterDB-1.0.22
monsterDB-1.0.21
monsterDB-1.0.20
monsterDB-1.0.19
monsterDB-1.0.18
monsterDB-1.0.17
monsterDB-1.0.16
monsterDB-1.0.13
monsterDB-1.0.12
monsterDB-1.0.11
monsterDB-1.0.10
monsterDB-1.0.9
monsterDB-1.0.8
monsterDB-1.0.19a

How to add a dependency to Maven

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

<dependency>
    <groupId>com.entitystream</groupId>
    <artifactId>monsterDB</artifactId>
    <version>1.0.34</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.entitystream : monsterDB gradle dependency to your build.gradle file:

implementation 'com.entitystream:monsterDB:1.0.34'

Gradle Kotlin DSL: Add the following com.entitystream : monsterDB gradle kotlin dependency to your build.gradle.kts file:

implementation("com.entitystream:monsterDB:1.0.34")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.entitystream : monsterDB sbt scala dependency to your build.sbt file:

libraryDependencies += "com.entitystream" % "monsterDB" % "1.0.34"

Advertisement