| License |
License |
|---|---|
| GroupId | GroupIdde.commonlisp |
| ArtifactId | ArtifactIdfoil |
| Version | Version1.0 |
| Type | Typejar |
| Description |
Descriptionfoil
Foil is a protocol and a library that allows access to the JVM
from Common Lisp.
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| foil-1.0.pom | |
| foil-1.0.jar | 31 KB |
| foil-1.0-sources.jar | 20 KB |
| foil-1.0-javadoc.jar | 104 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/de.commonlisp/foil/ -->
<dependency>
<groupId>de.commonlisp</groupId>
<artifactId>foil</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/de.commonlisp/foil/
implementation 'de.commonlisp:foil:1.0'
// https://jarcasting.com/artifacts/de.commonlisp/foil/
implementation ("de.commonlisp:foil:1.0")
'de.commonlisp:foil:jar:1.0'
<dependency org="de.commonlisp" name="foil" rev="1.0">
<artifact name="foil" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.commonlisp', module='foil', version='1.0')
)
libraryDependencies += "de.commonlisp" % "foil" % "1.0"
[de.commonlisp/foil "1.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.11 |