config-annotation_2.13
Used in
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>com.wacai</groupId> <artifactId>config-annotation_2.13</artifactId> <version>0.4.7</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.wacai</groupId> <artifactId>config-annotation_2.13</artifactId> <packaging>jar</packaging> <description>config-annotation</description> <url>https://github.com/hanabix/config-annotation</url> <version>0.4.7</version> <licenses> <license> <name>Apache-2.0</name> <url>http://www.apache.org/licenses/LICENSE-2.0</url> <distribution>repo</distribution> </license> </licenses> <name>config-annotation</name> <organization> <name>com.wacai</name> <url>https://github.com/hanabix/config-annotation</url> </organization> <scm> <url>https://github.com/hanabix/config-annotation</url> <connection>scm:git:https://github.com/hanabix/config-annotation.git</connection> <developerConnection>scm:git:git@github.com:hanabix/config-annotation.git</developerConnection> </scm> <developers> <developer> <id>zhongl</id> <name>Lunfu Zhong</name> <url>https://github.com/zhongl</url> <email>zhong.lunfu@gmail.com</email> </developer> </developers> <dependencies> <dependency> <groupId>org.scala-lang</groupId> <artifactId>scala-library</artifactId> <version>2.13.12</version> </dependency> <dependency> <groupId>org.scala-lang</groupId> <artifactId>scala-reflect</artifactId> <version>2.13.12</version> </dependency> <dependency> <groupId>com.typesafe</groupId> <artifactId>config</artifactId> <version>1.4.3</version> </dependency> <dependency> <groupId>org.scalatest</groupId> <artifactId>scalatest_2.13</artifactId> <version>3.2.17</version> <scope>test</scope> </dependency> </dependencies> </project>