method-map
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>io.magus.methodmap</groupId>
<artifactId>method-map</artifactId>
<version>1.0.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="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<groupId>io.magus.methodmap</groupId>
<artifactId>method-map</artifactId>
<version>1.0.2</version>
<name>method map</name>
<description>Method mapping framework for java.</description>
<url>http://enzeart.github.io/method-map/javadoc/</url>
<licenses>
<license>
<name>WTFPL - Do What the Fuck You Want to Public License</name>
<url>http://www.wtfpl.net/</url>
</license>
</licenses>
<developers>
<developer>
<id>magus</id>
<name>Enseart Alwyn Simpson</name>
<email>enzeart@gmail.com</email>
</developer>
</developers>
<scm>
<connection>scm:git:https://github.com/enzeart/method-map.git</connection>
<developerConnection>scm:git:https://github.com/enzeart/method-map.git</developerConnection>
<url>https://github.com/enzeart/method-map.git</url>
</scm>
<dependencies>
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId>
<version>1.1.3</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.reflections</groupId>
<artifactId>reflections</artifactId>
<version>0.9.10</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>2.5.4</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.12</version>
<scope>test</scope>
</dependency>
</dependencies>
</project>