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