ObjectLR
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>su.izotov</groupId>
<artifactId>ObjectLR</artifactId>
<version>0.6</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<groupId>su.izotov</groupId>
<artifactId>ObjectLR</artifactId>
<version>0.6</version>
<name>Java Object Language Recognition Library</name>
<description>The Java Object Language Recognition library is the implementation of the language recognition feature using object-oriented approach.</description>
<url>https://github.com/vizotov/ObjectLR</url>
<licenses>
<license>
<name>The MIT License</name>
<url>https://github.com/vizotov/ObjectLR/blob/master/LICENSE.md</url>
</license>
</licenses>
<developers>
<developer>
<id>vizotov</id>
<name>Vladimir Izotov</name>
<email>izotov6@yandex.ru</email>
</developer>
</developers>
<scm>
<connection>scm:svn:https://github.com/vizotov/ObjectLR.git</connection>
<developerConnection>scm:svn:https://github.com/vizotov/ObjectLR.git</developerConnection>
<url>https://github.com/vizotov/ObjectLR.git</url>
</scm>
<dependencies>
<dependency>
<groupId>su.izotov</groupId>
<artifactId>JDoubleDispatch</artifactId>
<version>0.4</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.cactoos</groupId>
<artifactId>cactoos</artifactId>
<version>0.36</version>
<scope>compile</scope>
</dependency>
</dependencies>
</project>