GroupId | GroupIdcom.rivescript |
---|---|
ArtifactId | ArtifactIdrivescript-core |
Version | Version0.8.0 |
Type | Typejar |
Filename | Size |
---|---|
rivescript-core-0.8.0.pom | |
rivescript-core-0.8.0.jar | 71 KB |
rivescript-core-0.8.0-sources.jar | 77 KB |
rivescript-core-0.8.0-javadoc.jar | 172 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.rivescript/rivescript-core/ -->
<dependency>
<groupId>com.rivescript</groupId>
<artifactId>rivescript-core</artifactId>
<version>0.8.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.rivescript/rivescript-core/
implementation 'com.rivescript:rivescript-core:0.8.0'
// https://jarcasting.com/artifacts/com.rivescript/rivescript-core/
implementation ("com.rivescript:rivescript-core:0.8.0")
'com.rivescript:rivescript-core:jar:0.8.0'
<dependency org="com.rivescript" name="rivescript-core" rev="0.8.0">
<artifact name="rivescript-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.rivescript', module='rivescript-core', version='0.8.0')
)
libraryDependencies += "com.rivescript" % "rivescript-core" % "0.8.0"
[com.rivescript/rivescript-core "0.8.0"]