How to install the Java artifact com.mayabot.mynlp.mynlp with Maven
Java
Maven
pom.xml
com.mayabot.mynlp
mynlp
Add the following lines to your pom.xml within the <project> element. Refer to the documentation to find the latest version available.
<dependencies>
<dependency>
<groupId>com.mayabot.mynlp</groupId>
<artifactId>mynlp</artifactId>
<version>3.3.0</version>
</dependency>
/dependencies>