License |
License |
---|---|
GroupId | GroupIdcom.github.prologdb |
ArtifactId | ArtifactIdruntime |
Last Version | Last Version1.0.0-RC1 |
Release Date | Release Date |
Type | Typepom |
Description |
Descriptioncom.github.prologdb:runtime
A prolog runtime written in Kotlin
|
Project URL |
Project URL |
Filename | Size |
---|---|
runtime-1.0.0-RC1.pom | 6 KB |
Browse |
<!-- 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"]