therapi-runtime-javadoc-scribe
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>com.github.therapi</groupId>
<artifactId>therapi-runtime-javadoc-scribe</artifactId>
<version>0.10.0</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.github.therapi</groupId>
<artifactId>therapi-runtime-javadoc-scribe</artifactId>
<version>0.10.0</version>
<dependencies>
<dependency>
<groupId>com.github.therapi</groupId>
<artifactId>therapi-runtime-javadoc</artifactId>
<version>0.10.0</version>
<scope>compile</scope>
</dependency>
</dependencies>
<description>Annotation processor that bakes Javadoc comments into your code so they can be accessed at runtime.</description>
<name>com.github.therapi:therapi-runtime-javadoc-scribe</name>
<url>https://github.com/dnault/therapi-runtime-javadoc-scribe</url>
<scm>
<url>git@github.com:dnault/therapi-runtime-javadoc-scribe.git</url>
<connection>scm:git:git@github.com:dnault/therapi-runtime-javadoc-scribe.git</connection>
<developerConnection>scm:git:git@github.com:dnault/therapi-runtime-javadoc-scribe.git</developerConnection>
</scm>
<licenses>
<license>
<name>Apache License 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
</license>
</licenses>
<developers>
<developer>
<name>David Nault</name>
<email>dnault@mac.com</email>
<organization>dnault</organization>
<organizationUrl>https://github.com/dnault</organizationUrl>
</developer>
</developers>
</project>