License |
License |
---|---|
GroupId | GroupIdcom.github.prologdb |
ArtifactId | ArtifactIdruntime-parser-jvm |
Last Version | Last Version1.0.0-RC1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionA prolog runtime written in Kotlin
|
<!-- https://jarcasting.com/artifacts/com.github.prologdb/runtime-parser-jvm/ -->
<dependency>
<groupId>com.github.prologdb</groupId>
<artifactId>runtime-parser-jvm</artifactId>
<version>1.0.0-RC1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.prologdb/runtime-parser-jvm/
implementation 'com.github.prologdb:runtime-parser-jvm:1.0.0-RC1'
// https://jarcasting.com/artifacts/com.github.prologdb/runtime-parser-jvm/
implementation ("com.github.prologdb:runtime-parser-jvm:1.0.0-RC1")
'com.github.prologdb:runtime-parser-jvm:jar:1.0.0-RC1'
<dependency org="com.github.prologdb" name="runtime-parser-jvm" rev="1.0.0-RC1">
<artifact name="runtime-parser-jvm" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.prologdb', module='runtime-parser-jvm', version='1.0.0-RC1')
)
libraryDependencies += "com.github.prologdb" % "runtime-parser-jvm" % "1.0.0-RC1"
[com.github.prologdb/runtime-parser-jvm "1.0.0-RC1"]
Group / Artifact | Type | Version |
---|---|---|
org.jetbrains.kotlin : kotlin-stdlib | jar | 1.2.0 |
com.github.prologdb : runtime-core-jvm | jar | 1.0.0-RC1 |
Group / Artifact | Type | Version |
---|---|---|
com.github.prologdb » runtime-parser | jar | 1.0.0-RC1 |
Group / Artifact | Type | Version |
---|---|---|
io.kotlintest : kotlintest | jar | 2.0.7 |
org.jetbrains.kotlin : kotlin-reflect | jar | 1.2.0 |