com.github.prologdb:runtime

A prolog runtime written in Kotlin

License

License

GroupId

GroupId

com.github.prologdb
ArtifactId

ArtifactId

runtime
Last Version

Last Version

1.0.0-RC1
Release Date

Release Date

Type

Type

pom
Description

Description

com.github.prologdb:runtime
A prolog runtime written in Kotlin
Project URL

Project URL

https://github.com/prologdb/runtime

Download runtime

Filename Size
runtime-1.0.0-RC1.pom 6 KB
Browse

How to add to project

<!-- https://jarcasting.com/artifacts/com.github.prologdb/runtime/ -->
<dependency>
    <groupId>com.github.prologdb</groupId>
    <artifactId>runtime</artifactId>
    <version>1.0.0-RC1</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.prologdb/runtime/
implementation 'com.github.prologdb:runtime:1.0.0-RC1'
// https://jarcasting.com/artifacts/com.github.prologdb/runtime/
implementation ("com.github.prologdb:runtime:1.0.0-RC1")
'com.github.prologdb:runtime:pom:1.0.0-RC1'
<dependency org="com.github.prologdb" name="runtime" rev="1.0.0-RC1">
  <artifact name="runtime" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.prologdb', module='runtime', version='1.0.0-RC1')
)
libraryDependencies += "com.github.prologdb" % "runtime" % "1.0.0-RC1"
[com.github.prologdb/runtime "1.0.0-RC1"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

  • core
  • core-js
  • core-jvm
  • parser
  • parser-jvm
  • jvm-playground

Versions

Version
1.0.0-RC1