coffi/pom.xml

36 lines
1.1 KiB
XML
Raw Permalink Normal View History

2021-09-14 21:29:41 +00:00
<?xml version="1.0" encoding="UTF-8"?>
<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>
2022-01-10 20:57:48 +00:00
<name>org.suskalo/coffi</name>
2024-10-02 18:51:15 +00:00
<description>A Foreign Function Interface in Clojure for JDK 22+.</description>
2021-09-14 21:29:41 +00:00
<url>https://github.com/IGJoshua/coffi</url>
<licenses>
<license>
<name>Eclipse Public License</name>
<url>http://www.eclipse.org/legal/epl-v10.html</url>
</license>
</licenses>
<developers>
<developer>
<name>Joshua Suskalo</name>
</developer>
</developers>
<repositories>
<repository>
<id>clojars</id>
<url>https://repo.clojars.org/</url>
</repository>
<repository>
<id>sonatype</id>
<url>https://oss.sonatype.org/content/repositories/snapshots/</url>
</repository>
</repositories>
<distributionManagement>
<repository>
<id>clojars</id>
<name>Clojars repository</name>
<url>https://clojars.org/repo</url>
</repository>
</distributionManagement>
</project>