enum-mapper-lib
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>com.tmtron.enums</groupId> <artifactId>enum-mapper-lib</artifactId> <version>1.0.4</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" 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"> <modelVersion>4.0.0</modelVersion> <groupId>com.tmtron.enums</groupId> <artifactId>enum-mapper-lib</artifactId> <version>1.0.4</version> <description>Annotation processor that builds an enum mapper which causes a compile-time error when you forget an enum</description> <name>com.tmtron.enums:enum-mapper-lib</name> <url>https://github.com/tmtron/enum-mapper</url> <licenses> <license> <name>The Apache Software License, Version 2.0</name> <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> <distribution>repo</distribution> </license> </licenses> <developers> <developer> <id>martin</id> <name>Martin</name> <email>martin@tmtron.com</email> </developer> </developers> <scm> <connection>scm:git:https://github.com/tmtron/enum-mapper.git</connection> <developerConnection>scm:git:https://github.com/tmtron/enum-mapper.git</developerConnection> <url>https://github.com/tmtron/enum-mapper/tree/master</url> </scm> </project>