MVN

su.izotov : ObjectLR

Maven & Gradle

Aug 21, 2018
0 stars

Java Object Language Recognition Library · The Java Object Language Recognition library is the implementation of the language recognition feature using object-oriented approach.

<dependency>
    <groupId>su.izotov</groupId>
    <artifactId>ObjectLR</artifactId>
    <version>0.6</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of su.izotov : ObjectLR to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.6

All Versions

Choose a version of su.izotov : ObjectLR to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.6
ObjectLR-0.6
0.4
ObjectLR-0.4
0.3
ObjectLR-0.3
0.2
ObjectLR-0.2
0.1
ObjectLR-0.1

How to add a dependency to Maven

Add the following su.izotov : ObjectLR maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>su.izotov</groupId>
    <artifactId>ObjectLR</artifactId>
    <version>0.6</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following su.izotov : ObjectLR gradle dependency to your build.gradle file:

implementation 'su.izotov:ObjectLR:0.6'

Gradle Kotlin DSL: Add the following su.izotov : ObjectLR gradle kotlin dependency to your build.gradle.kts file:

implementation("su.izotov:ObjectLR:0.6")

How to add a dependency to SBT Scala

SBT Scala: Add the following su.izotov : ObjectLR sbt scala dependency to your build.sbt file:

libraryDependencies += "su.izotov" % "ObjectLR" % "0.6"