tyre-scala_3
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>net.marek</groupId> <artifactId>tyre-scala_3</artifactId> <version>0.2.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>net.marek</groupId> <artifactId>tyre-scala_3</artifactId> <packaging>jar</packaging> <description>Typed regex parser</description> <url>https://github.com/kasiaMarek/tyre-scala</url> <version>0.2.0</version> <licenses> <license> <name>Apache-2.0</name> <url>https://www.apache.org/licenses/LICENSE-2.0.txt</url> <distribution>repo</distribution> </license> </licenses> <name>tyre-scala</name> <inceptionYear>2023</inceptionYear> <organization> <name>Marek</name> <url>http://marek.net</url> </organization> <scm> <url>https://github.com/kasiaMarek/tyre-scala</url> <connection>scm:git:https://github.com/kasiaMarek/tyre-scala.git</connection> <developerConnection>scm:git:git@github.com:kasiaMarek/tyre-scala.git</developerConnection> </scm> <developers> <developer> <id>kasiaMarek</id> <name>Katarzyna Marek</name> <url>https://github.com/kasiaMarek</url> <email>kasia@marek.net</email> </developer> <developer> <id>susuro</id> <name>Robert Marek</name> <url>https://github.com/susuro</url> <email>robert@marek.net</email> </developer> </developers> <properties> <info.versionScheme>semver-spec</info.versionScheme> </properties> <dependencies> <dependency> <groupId>org.scala-lang</groupId> <artifactId>scala3-library_3</artifactId> <version>3.3.4</version> </dependency> <dependency> <groupId>org.scala-lang.modules</groupId> <artifactId>scala-parser-combinators_3</artifactId> <version>2.4.0</version> </dependency> <dependency> <groupId>org.scalatest</groupId> <artifactId>scalatest_3</artifactId> <version>3.2.19</version> <scope>test</scope> </dependency> </dependencies> </project>