GroupId | GroupIdcom.rivescript |
---|---|
ArtifactId | ArtifactIdrivescript-core |
Version | Version0.10.0 |
Type | Typejar |
Filename | Size |
---|---|
rivescript-core-0.10.0.pom | |
rivescript-core-0.10.0.jar | 77 KB |
rivescript-core-0.10.0-sources.jar | 88 KB |
rivescript-core-0.10.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.10.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.rivescript/rivescript-core/
implementation 'com.rivescript:rivescript-core:0.10.0'
// https://jarcasting.com/artifacts/com.rivescript/rivescript-core/
implementation ("com.rivescript:rivescript-core:0.10.0")
'com.rivescript:rivescript-core:jar:0.10.0'
<dependency org="com.rivescript" name="rivescript-core" rev="0.10.0">
<artifact name="rivescript-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.rivescript', module='rivescript-core', version='0.10.0')
)
libraryDependencies += "com.rivescript" % "rivescript-core" % "0.10.0"
[com.rivescript/rivescript-core "0.10.0"]