scalaisl_3
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>io.github.papychacal</groupId>
<artifactId>scalaisl_3</artifactId>
<version>0.1</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<project
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://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>
<name>scalaisl_3</name>
<groupId>io.github.papychacal</groupId>
<artifactId>scalaisl_3</artifactId>
<packaging>jar</packaging>
<description>*Experimental* Scala 3 bindings for ISL (Integer Set Library)</description>
<version>0.1</version>
<url>https://github.com/PapyChacal/ScalaISL</url>
<licenses>
<license>
<name>MIT</name>
<url>https://spdx.org/licenses/MIT.html</url>
<distribution>repo</distribution>
</license>
</licenses>
<scm>
<connection>scm:git:git://github.com/papychacal/scalaisl.git</connection>
<developerConnection>scm:git:ssh://git@github.com:papychacal/scalaisl.git</developerConnection>
<url>https://github.com/papychacal/scalaisl</url>
</scm>
<developers>
<developer>
<id>papychacal</id>
<name>Emilien Bauer</name>
<url>https://github.com/PapyChacal</url>
</developer>
</developers>
<dependencies>
<dependency>
<groupId>com.github.jnr</groupId>
<artifactId>jnr-ffi</artifactId>
<version>2.2.17</version>
</dependency>
<dependency>
<groupId>org.scala-lang</groupId>
<artifactId>scala3-library_3</artifactId>
<version>3.6.4</version>
</dependency>
</dependencies>
</project>