generator_3
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>io.github.wiresynth.sc</groupId>
<artifactId>generator_3</artifactId>
<version>0.4.0</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.wiresynth.sc</groupId>
<artifactId>generator_3</artifactId>
<packaging>jar</packaging>
<description>generator</description>
<url>https://github.com/wiresynth</url>
<version>0.4.0</version>
<licenses>
<license>
<name>LGPL-2.1</name>
<url>https://www.gnu.org/licenses/old-licenses/lgpl-2.1-standalone.html</url>
<distribution>repo</distribution>
</license>
</licenses>
<name>generator</name>
<organization>
<name>io.github.wiresynth.sc</name>
<url>https://github.com/wiresynth</url>
</organization>
<scm>
<url>https://github.com/wiresynth/wiresynth-scala</url>
<connection>scm:git:https://github.com/wiresynth/wiresynth-scala.git</connection>
<developerConnection>scm:git:git@github.com:wiresynth/wiresynth-scala.git</developerConnection>
</scm>
<developers>
<developer>
<id>jellyterra</id>
<name>Jelly Terra</name>
<url>https://jellyterra.com</url>
<email>jellyterra@jellyterra.com</email>
</developer>
</developers>
<properties>
<info.versionScheme>semver-spec</info.versionScheme>
</properties>
<dependencies>
<dependency>
<groupId>io.github.wiresynth.sc</groupId>
<artifactId>core_3</artifactId>
<version>0.4.0</version>
</dependency>
<dependency>
<groupId>org.scala-lang</groupId>
<artifactId>scala3-library_3</artifactId>
<version>3.7.1</version>
</dependency>
</dependencies>
</project>