predict4all
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>io.github.mthebaud</groupId>
<artifactId>predict4all</artifactId>
<version>1.2.0</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>io.github.mthebaud</groupId>
<artifactId>predict4all</artifactId>
<version>1.2.0</version>
<name>Predict4All</name>
<description>Predict4All : accurate, fast, lightweight, multilingual, free and open-source next word prediction library</description>
<url>https://github.com/mthebaud/predict4all</url>
<licenses>
<license>
<name>The Apache License, Version 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
</license>
</licenses>
<developers>
<developer>
<id>mthebaud</id>
<name>Mathieu THEBAUD</name>
<email>math.thebaud@gmail.com</email>
</developer>
</developers>
<scm>
<connection>scm:git:git://github.com/mthebaud/predict4all.git</connection>
<developerConnection>scm:git:ssh://github.com:mthebaud/predict4all.git</developerConnection>
<url>http://github.com/mthebaud/predict4all/tree/master</url>
</scm>
<dependencies>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>1.7.30</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>net.sf.trove4j</groupId>
<artifactId>trove4j</artifactId>
<version>3.0.3</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-collections4</artifactId>
<version>4.4</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>com.google.code.gson</groupId>
<artifactId>gson</artifactId>
<version>2.8.6</version>
<scope>runtime</scope>
</dependency>
</dependencies>
</project>