| License |
License |
|---|---|
| Categories |
CategoriesJavaScript Languages |
| GroupId | GroupIdcom.github.prologdb |
| ArtifactId | ArtifactIdruntime-core-js |
| Last Version | Last Version1.0.0-RC1 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionA prolog runtime written in Kotlin
|
| Filename | Size |
|---|---|
| runtime-core-js-1.0.0-RC1.pom | |
| runtime-core-js-1.0.0-RC1.jar | 100 KB |
| runtime-core-js-1.0.0-RC1-sources.jar | 30 KB |
| runtime-core-js-1.0.0-RC1-javadoc.jar | 94 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.prologdb/runtime-core-js/ -->
<dependency>
<groupId>com.github.prologdb</groupId>
<artifactId>runtime-core-js</artifactId>
<version>1.0.0-RC1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.prologdb/runtime-core-js/
implementation 'com.github.prologdb:runtime-core-js:1.0.0-RC1'
// https://jarcasting.com/artifacts/com.github.prologdb/runtime-core-js/
implementation ("com.github.prologdb:runtime-core-js:1.0.0-RC1")
'com.github.prologdb:runtime-core-js:jar:1.0.0-RC1'
<dependency org="com.github.prologdb" name="runtime-core-js" rev="1.0.0-RC1">
<artifact name="runtime-core-js" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.prologdb', module='runtime-core-js', version='1.0.0-RC1')
)
libraryDependencies += "com.github.prologdb" % "runtime-core-js" % "1.0.0-RC1"
[com.github.prologdb/runtime-core-js "1.0.0-RC1"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.jetbrains.kotlin : kotlin-stdlib-js | jar | 1.2.0 |
| Group / Artifact | Type | Version |
|---|---|---|
| com.github.prologdb » runtime-core | jar | 1.0.0-RC1 |