iron-scodec_3
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>io.github.iltotore</groupId> <artifactId>iron-scodec_3</artifactId> <version>3.1.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="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <modelVersion>4.0.0</modelVersion> <name>iron-scodec_3</name> <groupId>io.github.iltotore</groupId> <artifactId>iron-scodec_3</artifactId> <packaging>jar</packaging> <description>Strong type constraints for Scala</description> <version>3.1.0</version> <url>https://github.com/Iltotore/iron</url> <licenses> <license> <name>Apache-2.0</name> <url>https://spdx.org/licenses/Apache-2.0.html</url> <distribution>repo</distribution> </license> </licenses> <scm> <connection>scm:git:git://github.com/Iltotore/iron.git</connection> <developerConnection>scm:git:ssh://git@github.com:Iltotore/iron.git</developerConnection> <url>https://github.com/Iltotore/iron</url> </scm> <developers> <developer> <id>Iltotore</id> <name>Raphaël FROMENTIN</name> <url>https://github.com/Iltotore</url> </developer> </developers> <dependencies> <dependency> <groupId>org.scodec</groupId> <artifactId>scodec-core_3</artifactId> <version>2.3.3</version> </dependency> <dependency> <groupId>org.scala-lang</groupId> <artifactId>scala3-library_3</artifactId> <version>3.3.6</version> </dependency> <dependency> <groupId>io.github.iltotore</groupId> <artifactId>iron_3</artifactId> <version>3.1.0</version> </dependency> </dependencies> </project>