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