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