License |
License |
---|---|
GroupId | GroupIdcom.github.arvyy |
ArtifactId | ArtifactIdkawa |
Last Version | Last Version3.1.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionKawa, the java-based scheme system
Kawa is an implementation of the Scheme programming language. It is implemented in Java, and compiles Scheme into Java byte-codes.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
kawa-3.1.1.pom | |
kawa-3.1.1-sources.jar | 236 bytes |
kawa-3.1.1-javadoc.jar | 227 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.arvyy/kawa/ -->
<dependency>
<groupId>com.github.arvyy</groupId>
<artifactId>kawa</artifactId>
<version>3.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.arvyy/kawa/
implementation 'com.github.arvyy:kawa:3.1.1'
// https://jarcasting.com/artifacts/com.github.arvyy/kawa/
implementation ("com.github.arvyy:kawa:3.1.1")
'com.github.arvyy:kawa:jar:3.1.1'
<dependency org="com.github.arvyy" name="kawa" rev="3.1.1">
<artifact name="kawa" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.arvyy', module='kawa', version='3.1.1')
)
libraryDependencies += "com.github.arvyy" % "kawa" % "3.1.1"
[com.github.arvyy/kawa "3.1.1"]