gwt-editor-processor
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>org.gwtproject.editor</groupId>
<artifactId>gwt-editor-processor</artifactId>
<version>1.0.0-RC1</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.gwtproject.editor</groupId>
<artifactId>gwt-editor-processor</artifactId>
<version>1.0.0-RC1</version>
<name>GWT Editor Processor</name>
<description>Parent POM containing the gwt-event module, gwt-event-processor module and the test modules (gwt2-tests and j2cl-tests)</description>
<url>https://github.com/gwtproject/gwt-editor</url>
<inceptionYear>2018</inceptionYear>
<organization>
<name>The GWT Project Authors</name>
<url>https://github.com/gwtproject</url>
</organization>
<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>GWT Safe HTML Processor</name>
<url>https://github.com/gwtproject</url>
<organization>The GWT Project Authors</organization>
</developer>
</developers>
<scm>
<connection>scm:git:git://github.com/gwtproject/gwt-editor.git</connection>
<developerConnection>scm:git:ssh://github.com/gwtproject/gwt-editor.git</developerConnection>
<url>https://github.com/gwtproject/gwt-editor/tree/master</url>
</scm>
<distributionManagement>
<repository>
<id>ossrh</id>
<url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
</repository>
<snapshotRepository>
<id>ossrh</id>
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
</snapshotRepository>
</distributionManagement>
<dependencies>
<dependency>
<groupId>org.gwtproject.editor</groupId>
<artifactId>gwt-editor</artifactId>
<version>1.0.0-RC1</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>javax.validation</groupId>
<artifactId>validation-api</artifactId>
<version>1.0.0.GA</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.google.auto.service</groupId>
<artifactId>auto-service</artifactId>
<version>1.0-rc6</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
</dependencies>
</project>