devon-reflection
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>com.seanshubin.devon</groupId>
<artifactId>devon-reflection</artifactId>
<version>1.1.2</version>
</dependency><?xml version="1.0" encoding="UTF-8" standalone="no"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<!--<groupId>...</groupId>-->
<artifactId>devon-reflection</artifactId>
<!--<version>...</version>-->
<!--<packaging>...</packaging>-->
<dependencies>
<dependency>
<groupId>org.scala-lang</groupId>
<artifactId>scala-reflect</artifactId>
</dependency>
</dependencies>
<parent>
<groupId>com.seanshubin.devon</groupId>
<artifactId>devon-parent</artifactId>
<version>1.1.2</version>
</parent>
<!--<dependencyManagement>...</dependencyManagement>-->
<!--<modules>...</modules>-->
<!--<properties>...</properties>-->
<build>
<sourceDirectory>src/main/scala</sourceDirectory>
<testSourceDirectory>src/test/scala</testSourceDirectory>
<plugins>
<plugin>
<groupId>org.scalatest</groupId>
<artifactId>scalatest-maven-plugin</artifactId>
</plugin>
</plugins>
</build>
<!--<reporting>...</reporting>-->
<name>${project.groupId}:${project.artifactId}</name>
<!--<description>...</description>-->
<!--<url>...</url>-->
<!--<inceptionYear>...</inceptionYear>-->
<!--<licenses>...</licenses>-->
<!--<organization>...</organization>-->
<!--<developers>...</developers>-->
<!--<contributors>...</contributors>-->
<!--<issueManagement>...</issueManagement>-->
<!--<ciManagement>...</ciManagement>-->
<!--<mailingLists>...</mailingLists>-->
<!--<scm>...</scm>-->
<!--<prerequisites>...</prerequisites>-->
<!--<repositories>...</repositories>-->
<!--<pluginRepositories>...</pluginRepositories>-->
<!--<distributionManagement>...</distributionManagement>-->
<!--<profiles>...</profiles>-->
</project>