scala-iso_3
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>io.bartholomews</groupId> <artifactId>scala-iso_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>io.bartholomews</groupId> <artifactId>scala-iso_3</artifactId> <packaging>jar</packaging> <description>scala-iso</description> <url>https://github.com/bartholomews/scala-iso</url> <version>0.2.0</version> <licenses> <license> <name>MIT</name> <url>https://opensource.org/licenses/MIT</url> <distribution>repo</distribution> </license> </licenses> <name>scala-iso</name> <organization> <name>io.bartholomews</name> <url>https://github.com/bartholomews/scala-iso</url> </organization> <scm> <url>https://github.com/bartholomews/scala-iso</url> <connection>scm:git:https://github.com/bartholomews/scala-iso.git</connection> <developerConnection>scm:git:git@github.com:bartholomews/scala-iso.git</developerConnection> </scm> <developers> <developer> <id>bartholomews</id> <name>Federico Bartolomei</name> <url>https://bartholomews.io</url> <email>scala-iso@bartholomews.io</email> </developer> </developers> <dependencies> <dependency> <groupId>org.scala-lang</groupId> <artifactId>scala3-library_3</artifactId> <version>3.7.1</version> </dependency> <dependency> <groupId>com.beachape</groupId> <artifactId>enumeratum_3</artifactId> <version>1.9.0</version> </dependency> <dependency> <groupId>io.circe</groupId> <artifactId>circe-parser_3</artifactId> <version>0.14.14</version> <scope>test</scope> </dependency> </dependencies> </project>