dynamic_2.13
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>io.github.reugn</groupId> <artifactId>dynamic_2.13</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.github.reugn</groupId> <artifactId>dynamic_2.13</artifactId> <packaging>jar</packaging> <description>A Scala library that allows copying a case class using a dynamic property name.</description> <url>https://github.com/reugn/dynamic</url> <version>0.2.0</version> <licenses> <license> <name>Apache-2.0</name> <url>https://www.apache.org/licenses/LICENSE-2.0.html</url> <distribution>repo</distribution> </license> </licenses> <name>dynamic</name> <organization> <name>io.github.reugn</name> <url>https://github.com/reugn/dynamic</url> </organization> <scm> <url>https://github.com/reugn/dynamic</url> <connection>git@github.com:reugn/dynamic.git</connection> </scm> <developers> <developer> <id>reugn</id> <name>reugn</name> <url>https://github.com/reugn</url> <email>reugpro@gmail.com</email> </developer> </developers> <dependencies> <dependency> <groupId>org.scala-lang</groupId> <artifactId>scala-library</artifactId> <version>2.13.6</version> </dependency> <dependency> <groupId>org.scala-lang</groupId> <artifactId>scala-reflect</artifactId> <version>2.13.6</version> </dependency> <dependency> <groupId>com.softwaremill.quicklens</groupId> <artifactId>quicklens_2.13</artifactId> <version>1.7.4</version> </dependency> <dependency> <groupId>org.scalatest</groupId> <artifactId>scalatest_2.13</artifactId> <version>3.2.9</version> <scope>test</scope> </dependency> </dependencies> </project>