venice
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>com.github.jlangch</groupId> <artifactId>venice</artifactId> <version>1.12.48</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <modelVersion>4.0.0</modelVersion> <groupId>com.github.jlangch</groupId> <artifactId>venice</artifactId> <version>1.12.48</version> <name>Venice</name> <description>Venice, a sandboxed Lisp implemented in Java.</description> <url>https://github.com/jlangch/venice/</url> <inceptionYear>2018</inceptionYear> <licenses> <license> <name>The Apache License, Version 2.0</name> <url>https://www.apache.org/licenses/LICENSE-2.0.txt</url> </license> </licenses> <developers> <developer> <id>jlangch</id> <name>Juerg Lang</name> <email>juerg.ch@ggaweb.ch</email> </developer> </developers> <scm> <connection>scm:git:git@github.com:jlangch/venice.git</connection> <developerConnection>scm:git:git@github.com:jlangch/venice.git</developerConnection> <url>http://github.com:jlangch/venice/tree/master</url> </scm> </project>