All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.github.jlangch.venice.old.pom.xml Maven / Gradle / Ivy

There is a newer version: 1.12.35
Show newest version
<project xmlns="http://maven.apache.org/POM/4.0.0" 
         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
    
    <modelVersion>4.0.0</modelVersion>

    <groupId>com.github.jlangch</groupId>
    <artifactId>venice</artifactId>
    <version>__VERSION__</version>
    <packaging>jar</packaging>

    <name>Venice</name>
    <description>Venice, a Lisp implemented in Java</description>
    <url>https://github.com/jlangch/venice</url>

    <scm>
        <connection>scm:git:[email protected]:jlangch/venice.git</connection>
        <developerConnection>scm:git:[email protected]:jlangch/venice.git</developerConnection>
        <url>http://github.com:jlangch/venice/tree/master</url>
        <tag>HEAD</tag>
    </scm>

    <issueManagement>
        <system>github</system>
        <url>https://github.com/jlangch/venice/issues</url>
    </issueManagement>

    <developers>
        <developer>
            <id>jlangch</id>
            <name>Juerg Lang</name>
            <email>[email protected]</email>
            <url>https://github.com/jlangch</url>
        </developer>
    </developers>

    <licenses>
        <license>
            <name>Apache License, Version 2.0</name>
            <url>http://www.apache.org/licenses/LICENSE-2.0</url>
        </license>
    </licenses>
</project>




© 2015 - 2025 Weber Informatics LLC | Privacy Policy