License |
License |
---|---|
GroupId | GroupIdcom.rivescript |
ArtifactId | ArtifactIdrivescript-core |
Version | Version0.11.0 |
Type | Typejar |
Description |
DescriptionRiveScript
RiveScript interpreter for Java
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
rivescript-core-0.11.0.pom | |
rivescript-core-0.11.0.jar | 77 KB |
rivescript-core-0.11.0-sources.jar | 88 KB |
rivescript-core-0.11.0-javadoc.jar | 203 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.rivescript/rivescript-core/ -->
<dependency>
<groupId>com.rivescript</groupId>
<artifactId>rivescript-core</artifactId>
<version>0.11.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.rivescript/rivescript-core/
implementation 'com.rivescript:rivescript-core:0.11.0'
// https://jarcasting.com/artifacts/com.rivescript/rivescript-core/
implementation ("com.rivescript:rivescript-core:0.11.0")
'com.rivescript:rivescript-core:jar:0.11.0'
<dependency org="com.rivescript" name="rivescript-core" rev="0.11.0">
<artifact name="rivescript-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.rivescript', module='rivescript-core', version='0.11.0')
)
libraryDependencies += "com.rivescript" % "rivescript-core" % "0.11.0"
[com.rivescript/rivescript-core "0.11.0"]
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : slf4j-api | jar | 1.7.26 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |
org.hamcrest : hamcrest-core | jar | 1.3 |
org.hamcrest : hamcrest-library | jar | 1.3 |
org.mockito : mockito-core | jar | 2.28.2 |
org.slf4j : slf4j-simple | jar | 1.7.26 |