spinalutils_2.12
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>io.github.xueweiwujxw</groupId>
<artifactId>spinalutils_2.12</artifactId>
<version>0.1.7</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>io.github.xueweiwujxw</groupId>
<artifactId>spinalutils_2.12</artifactId>
<packaging>jar</packaging>
<description>Utils collection based on SpinalHDL</description>
<url>https://github.com/xueweiwujxw/SpinalUtils</url>
<version>0.1.7</version>
<licenses>
<license>
<name>BSD 3-Clause</name>
<url>https://opensource.org/licenses/BSD-3-Clause</url>
<distribution>repo</distribution>
</license>
</licenses>
<name>spinalUtils</name>
<organization>
<name>io.github.xueweiwujxw</name>
<url>https://github.com/xueweiwujxw/SpinalUtils</url>
</organization>
<scm>
<url>https://github.com/xueweiwujxw/SpinalUtils</url>
<connection>scm:git@github.com:xueweiwujxw/SpinalUtils.git</connection>
</scm>
<developers>
<developer>
<id>xueweiwujxw</id>
<name>Wlanxww</name>
<url>https://wlanxww.com</url>
<email>xueweiwujxw@outlook.com</email>
</developer>
</developers>
<dependencies>
<dependency>
<groupId>org.scala-lang</groupId>
<artifactId>scala-library</artifactId>
<version>2.12.18</version>
</dependency>
<dependency>
<groupId>com.github.spinalhdl</groupId>
<artifactId>spinalhdl-core_2.12</artifactId>
<version>1.12.2</version>
</dependency>
<dependency>
<groupId>com.github.spinalhdl</groupId>
<artifactId>spinalhdl-lib_2.12</artifactId>
<version>1.12.2</version>
</dependency>
</dependencies>
</project>