| Title: |
rivescript-core |
| Group ID: |
com.rivescript |
| Artifact ID: |
rivescript-core |
| Version: |
0.8.1 |
| Last modified: |
20.02.2017 12:02 |
| Packaging: |
jar |
| Name: |
RiveScript |
| Description: |
RiveScript interpreter for Java |
| URL: |
https://github.com/aichaos/rivescript-java |
|
|
| Size: |
72.0 KB |
| Download: |
https://repo.maven.apache.org/maven2/com/rivescript/rivescript-core/0.8.1/rivescript-core-0.8.1.jar |
| POM: |
Show
hide
<?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>com.rivescript</groupId>
<artifactId>rivescript-core</artifactId>
<version>0.8.1</version>
<name>RiveScript</name>
<description>RiveScript interpreter for Java</description>
<url>https://github.com/aichaos/rivescript-java</url>
<licenses>
<license>
<name>MIT License</name>
<url>http://www.opensource.org/licenses/mit-license.php</url>
</license>
</licenses>
<developers>
<developer>
<id>kirsle</id>
<name>Noah Petherbridge</name>
<email>root@kirsle.net</email>
</developer>
<developer>
<id>marceloverdijk</id>
<name>Marcel Overdijk</name>
<email>marcel@overdijk.me</email>
</developer>
</developers>
<scm>
<connection>git@github.com:aichaos/rivescript-java.git</connection>
<developerConnection>git@github.com:aichaos/rivescript-java.git</developerConnection>
<url>https://github.com/aichaos/rivescript-java</url>
</scm>
<dependencies>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>1.7.22</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.12</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.hamcrest</groupId>
<artifactId>hamcrest-core</artifactId>
<version>1.3</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.hamcrest</groupId>
<artifactId>hamcrest-library</artifactId>
<version>1.3</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
<version>1.10.19</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-simple</artifactId>
<version>1.7.22</version>
<scope>test</scope>
</dependency>
</dependencies>
</project>
|
| Maven: |
<dependency>
<groupId>com.rivescript</groupId>
<artifactId>rivescript-core</artifactId>
<version>0.8.1</version>
</dependency>
|
| Gradle: |
com.rivescript:rivescript-core:0.8.1 |
|
Contained classes:
|
Show all
|
|
Contained classes:
|
|
| Dependencies: |
|
| Dependency Graph: |
Show
Less
More
|