gwt-safehtml-template-processor
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>org.jresearch.gwtproject.safehtml</groupId>
<artifactId>gwt-safehtml-template-processor</artifactId>
<version>1.0.6</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://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>org.jresearch.gwtproject.safehtml</groupId>
<artifactId>gwt-safehtml-template-processor</artifactId>
<version>1.0.6</version>
<name>safehtml template processor project</name>
<description>The purpose of this module, what it provides and how it can be used</description>
<url>https://github.com/niloc132/gwt-safehtml</url>
<licenses>
<license>
<name>The Apache Software License, Version 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
</license>
</licenses>
<developers>
<developer>
<name>Colin Alworth</name>
<email>colin@vertispan.com</email>
<organization>Vertispan LLC</organization>
<organizationUrl>https://vertispan.com</organizationUrl>
</developer>
</developers>
<scm>
<connection>scm:hg:ssh://hth@helixteamhub.cloud/JRS/projects/domino/repositories/mercurial/gwt-safehtml/gwt-safehtml-template-processor</connection>
<developerConnection>scm:hg:ssh://hth@helixteamhub.cloud/JRS/projects/domino/repositories/mercurial/gwt-safehtml/gwt-safehtml-template-processor</developerConnection>
<tag>v1.0.6</tag>
<url>https://helixteamhub.cloud/JRS/projects/domino/repositories/mercurial/gwt-safehtml/gwt-safehtml-template-processor</url>
</scm>
<dependencies>
<dependency>
<groupId>com.google.jsilver</groupId>
<artifactId>jsilver</artifactId>
<version>1.0.0</version>
<scope>compile</scope>
<exclusions>
<exclusion>
<artifactId>guava</artifactId>
<groupId>com.google.guava</groupId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
<version>30.0-jre</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.squareup</groupId>
<artifactId>javapoet</artifactId>
<version>1.11.1</version>
<scope>compile</scope>
</dependency>
</dependencies>
<build>
<plugins>
<plugin>
<groupId>org.sonatype.plugins</groupId>
<artifactId>nexus-staging-maven-plugin</artifactId>
<version>1.6.8</version>
<extensions>true</extensions>
</plugin>
</plugins>
</build>
</project>