gwt-i18n-processor-util
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>org.jresearch.gwtproject.i18n</groupId>
<artifactId>gwt-i18n-processor-util</artifactId>
<version>1.1.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.i18n</groupId>
<artifactId>gwt-i18n-processor-util</artifactId>
<version>1.1.6</version>
<name>GWT i18n Processor util</name>
<description>Fork of the Github project vegegoku/gwt-i18n-apt</description>
<url>https://github.com/gwtproject/gwt-editor/gwt-i18n-processor-util</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>stas</id>
<name>Stanislav Spiridonov</name>
<email>stas@jresearch.org</email>
<timezone>GMT+1</timezone>
</developer>
<developer>
<id>cathy</id>
<name>Ekaterina Gorshkova</name>
<email>ekaterina.gorshkova@jresearchsoft.com</email>
<timezone>GMT+1</timezone>
</developer>
<developer>
<id>bel</id>
<name>Dmitry Belov</name>
<email>bel@jresearch.org</email>
<timezone>GMT+1</timezone>
</developer>
</developers>
<scm>
<connection>scm:hg:https://stasjresearchorg@helixteamhub.cloud/JRS/projects/domino/repositories/mercurial/gwt-i18n-apt/gwt-i18n-processor-util</connection>
<developerConnection>scm:hg:ssh://hth@helixteamhub.cloud/JRS/projects/domino/repositories/mercurial/gwt-i18n-apt/gwt-i18n-processor-util</developerConnection>
<tag>v1.1.6</tag>
<url>https://helixteamhub.cloud/JRS/projects/domino/repositories/gwt-i18n-apt/tree/default/gwt-i18n-processor-util</url>
</scm>
<dependencies>
<dependency>
<groupId>com.google.auto</groupId>
<artifactId>auto-common</artifactId>
<version>0.11</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.jresearch.gwtproject.i18n</groupId>
<artifactId>gwt-i18n</artifactId>
<version>1.1.6</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>