spinalhdl-sim_2.11
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>com.github.spinalhdl</groupId>
<artifactId>spinalhdl-sim_2.11</artifactId>
<version>1.14.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:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0">
<modelVersion>4.0.0</modelVersion>
<groupId>com.github.spinalhdl</groupId>
<artifactId>spinalhdl-sim_2.11</artifactId>
<packaging>jar</packaging>
<description>SpinalHDL-sim</description>
<version>1.14.1</version>
<name>SpinalHDL-sim</name>
<organization>
<name>com.github.spinalhdl</name>
</organization>
<url>github.com/SpinalHDL/SpinalHDL</url>
<licenses>
<license>
<name>LGPL3</name>
<url>https://www.gnu.org/licenses/lgpl.html</url>
</license>
</licenses>
<scm>
<connection>scm:git:github.com/SpinalHDL/SpinalHDL</connection>
<developerConnection>scm:git:git@github.com:SpinalHDL/SpinalHDL</developerConnection>
<url>github.com/SpinalHDL/SpinalHDL</url>
</scm>
<developers>
<developer>
<id>Dolu1990</id>
<name>Dolu1990</name>
<url>none</url>
</developer>
</developers>
<dependencies>
<dependency>
<groupId>org.scala-lang</groupId>
<artifactId>scala-library</artifactId>
<version>2.11.12</version>
</dependency>
<dependency>
<groupId>org.scalatest</groupId>
<artifactId>scalatest_2.11</artifactId>
<version>3.2.14</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.scalactic</groupId>
<artifactId>scalactic_2.11</artifactId>
<version>3.2.10</version>
</dependency>
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
<version>2.11.0</version>
</dependency>
<dependency>
<groupId>net.openhft</groupId>
<artifactId>affinity</artifactId>
<version>3.23.2</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-simple</artifactId>
<version>2.0.5</version>
</dependency>
<dependency>
<groupId>com.github.oshi</groupId>
<artifactId>oshi-core</artifactId>
<version>6.4.0</version>
</dependency>
</dependencies>
</project>