model4s_2.12
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>io.github.model4s</groupId> <artifactId>model4s_2.12</artifactId> <version>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: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.model4s</groupId> <artifactId>model4s_2.12</artifactId> <packaging>jar</packaging> <description>Library for generation boilerplate-free code for models in compile time with Scala macro</description> <url>https://github.com/model4s/model4s</url> <version>1.0</version> <licenses> <license> <name>MIT</name> <url>https://github.com/model4s/model4s/blob/master/LICENSE</url> <distribution>repo</distribution> </license> </licenses> <name>model4s</name> <organization> <name>io.github.model4s</name> <url>https://github.com/model4s/model4s</url> </organization> <scm> <url>https://github.com/model4s/model4s</url> <connection>git@github.com:model4s/model4s.git</connection> </scm> <developers> <developer> <id>artem0</id> <name>Artem Rukavytsia</name> <email>artem.rukavitsya@gmail.com</email> <url>https://github.com/artem0</url> </developer> </developers> <dependencies> <dependency> <groupId>org.scala-lang</groupId> <artifactId>scala-library</artifactId> <version>2.12.1</version> </dependency> <dependency> <groupId>org.scalameta</groupId> <artifactId>scalameta_2.12</artifactId> <version>1.7.0</version> <scope>provided</scope> </dependency> <dependency> <groupId>org.scala-lang</groupId> <artifactId>scala-reflect</artifactId> <version>2.12.1</version> </dependency> <dependency> <groupId>com.twitter</groupId> <artifactId>bijection-core_2.12</artifactId> <version>0.9.6</version> </dependency> <dependency> <groupId>org.scalatest</groupId> <artifactId>scalatest_2.12</artifactId> <version>3.0.1</version> <scope>test</scope> </dependency> </dependencies> </project>