File kawa-3.1.1.pom of Package kawa
<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 https://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>com.github.arvyy</groupId>
<artifactId>kawa</artifactId>
<version>3.1.1</version>
<packaging>jar</packaging>
<name>Kawa, the java-based scheme system</name>
<description>
Kawa is an implementation of the Scheme programming language. It is implemented in Java, and compiles Scheme into Java byte-codes.
</description>
<url>https://www.gnu.org/software/kawa/</url>
<licenses>
<license>
<name>MIT License</name>
<url>http://www.opensource.org/licenses/mit-license.php</url>
</license>
</licenses>
<developers>
<developer>
<name>Per Bothner</name>
<email>per@bothner.com</email>
<organization>GNU</organization>
<organizationUrl>https://www.gnu.org</organizationUrl>
</developer>
</developers>
<scm>
<connection>scm:git:git@gitlab.com:kashell/Kawa.git</connection>
<url>https://gitlab.com/kashell/Kawa/-/tree/master</url>
</scm>
</project>