MVN

edu.umn.nlpie : mtap

Maven & Gradle

Apr 17, 2023
5 stars

Microservice Text Analysis Platform · A framework for distributed text analysis using gRPC and microservices-based architecture.

<dependency>
    <groupId>edu.umn.nlpie</groupId>
    <artifactId>mtap</artifactId>
    <version>1.2.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of edu.umn.nlpie : mtap to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.2.1
  • Latest Release Candidate: 1.0.0-rc5

All Versions

Choose a version of edu.umn.nlpie : mtap to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.2.x
mtap-1.2.1
mtap-1.2.0
1.1.x
mtap-1.1.0
1.0.x
mtap-1.0.0
mtap-1.0.0-rc5
mtap-1.0.0-rc4
mtap-1.0.0-rc3
mtap-1.0.0-rc2
mtap-1.0.0-rc1
mtap-1.0.0-rc0
0.8.x
mtap-0.8.3
mtap-0.8.2
mtap-0.8.1
mtap-0.8.0
0.7.x
mtap-0.7.0
0.6.x
mtap-0.6.0
0.5.x
mtap-0.5.0
0.4.x
mtap-0.4.0
0.3.x
mtap-0.3.0
0.2.x
mtap-0.2.0-rc0

How to add a dependency to Maven

Add the following edu.umn.nlpie : mtap maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>edu.umn.nlpie</groupId>
    <artifactId>mtap</artifactId>
    <version>1.2.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following edu.umn.nlpie : mtap gradle dependency to your build.gradle file:

implementation 'edu.umn.nlpie:mtap:1.2.1'

Gradle Kotlin DSL: Add the following edu.umn.nlpie : mtap gradle kotlin dependency to your build.gradle.kts file:

implementation("edu.umn.nlpie:mtap:1.2.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following edu.umn.nlpie : mtap sbt scala dependency to your build.sbt file:

libraryDependencies += "edu.umn.nlpie" % "mtap" % "1.2.1"

Advertisement