scas_3
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>com.github.rjolly</groupId> <artifactId>scas_3</artifactId> <version>3.0</version> </dependency>
<?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> <groupId>com.github.rjolly</groupId> <artifactId>scas_3</artifactId> <packaging>jar</packaging> <version>3.0</version> <url>https://github.com/rjolly/scas</url> <description>Scala Algebra System</description> <licenses> <license> <name>GPL</name> <url>http://www.gnu.org/licenses/gpl.txt</url> </license> </licenses> <name>scas</name> <organization> <name>com.github.rjolly</name> </organization> <scm> <url>git@github.com:rjolly/scas.git</url> <connection>scm:git:git@github.com:rjolly/scas.git</connection> </scm> <developers> <developer> <id>rjolly</id> <name>Raphael Jolly</name> <url>https://github.com/rjolly</url> </developer> </developers> <dependencies> <dependency> <groupId>org.scala-lang</groupId> <artifactId>scala-library</artifactId> <version>2.13.15</version> </dependency> <dependency> <groupId>org.scala-lang.modules</groupId> <artifactId>scala-parallel-collections_3</artifactId> <version>1.0.4</version> <exclusions> <exclusion> <groupId>org.scala-lang</groupId> <artifactId>scala3-library_3</artifactId> </exclusion> <exclusion> <groupId>org.scala-lang</groupId> <artifactId>scala-library</artifactId> </exclusion> </exclusions> </dependency> </dependencies> </project>