enumeratum-play_3
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>com.beachape</groupId> <artifactId>enumeratum-play_3</artifactId> <version>1.8.2</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>com.beachape</groupId> <artifactId>enumeratum-play_3</artifactId> <packaging>jar</packaging> <description>enumeratum-play</description> <version>1.8.2</version> <name>enumeratum-play</name> <organization> <name>com.beachape</name> </organization> <scm> <url>https://github.com/lloydmeta/enumeratum</url> <connection>scm:git:https://github.com/lloydmeta/enumeratum.git</connection> <developerConnection>scm:git:git@github.com:lloydmeta/enumeratum.git</developerConnection> </scm> <url>https://github.com/lloydmeta/enumeratum</url> <licenses> <license> <name>MIT</name> <url>http://opensource.org/licenses/MIT</url> <distribution>repo</distribution> </license> </licenses> <developers> <developer> <id>lloydmeta</id> <name>Lloyd Chan</name> <url>https://beachape.com</url> </developer> </developers> <dependencies> <dependency> <groupId>com.beachape</groupId> <artifactId>enumeratum-play-json_3</artifactId> <version>1.8.2</version> </dependency> <dependency> <groupId>org.scala-lang</groupId> <artifactId>scala3-library_3</artifactId> <version>3.3.0</version> </dependency> <dependency> <groupId>org.scalatest</groupId> <artifactId>scalatest_3</artifactId> <version>3.2.19</version> <scope>test</scope> <exclusions> <exclusion> <groupId>org.scala-lang.modules</groupId> <artifactId>*</artifactId> </exclusion> </exclusions> </dependency> <dependency> <groupId>org.playframework</groupId> <artifactId>play_3</artifactId> <version>3.0.4</version> <exclusions> <exclusion> <groupId>org.scala-lang.modules</groupId> <artifactId>*</artifactId> </exclusion> </exclusions> </dependency> <dependency> <groupId>org.scalatestplus.play</groupId> <artifactId>scalatestplus-play_3</artifactId> <version>7.0.0</version> <scope>test</scope> </dependency> <dependency> <groupId>com.beachape</groupId> <artifactId>enumeratum_3</artifactId> <version>1.7.5</version> </dependency> <dependency> <groupId>com.beachape</groupId> <artifactId>enumeratum-test_3</artifactId> <version>1.7.5</version> <scope>test</scope> </dependency> </dependencies> </project>