is not current version
Last Version 3.1.1

com.github.arvyy:kawa 3.0

Kawa is an implementation of the Scheme programming language. It is implemented in Java, and compiles Scheme into Java byte-codes.

GroupId

GroupId

com.github.arvyy
ArtifactId

ArtifactId

kawa
Version

Version

3.0
Type

Type

jar

Download kawa 3.0


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