api
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>org.treblereel.gwt.xml.mapper</groupId>
<artifactId>api</artifactId>
<version>0.10</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.treblereel.gwt.xml.mapper</groupId>
<artifactId>api</artifactId>
<version>0.10</version>
<name>API</name>
<description>XML marshallers API</description>
<url>https://github.com/treblereel</url>
<organization>
<name>Treblereel</name>
<url>https://github.com/treblereel</url>
</organization>
<licenses>
<license>
<name>Apache License Version 2.0</name>
<url>https://www.apache.org/licenses/LICENSE-2.0</url>
<distribution>repo</distribution>
</license>
</licenses>
<developers>
<developer>
<id>treblereel</id>
<name>Dmitrii Tikhomirov</name>
<email>chani.liet@gmail.com</email>
</developer>
</developers>
<scm>
<connection>scm:git:git://github.com/treblereel/mapper-xml.git/api</connection>
<developerConnection>scm:git:git@github.com:treblereel/mapper-xml.git/api</developerConnection>
<url>https://github.com/treblereel/mapper-xml/api</url>
</scm>
<dependencies>
<dependency>
<groupId>org.treblereel.gwt</groupId>
<artifactId>stdlib</artifactId>
<version>0.7</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.treblereel.gwt.xml.mapper</groupId>
<artifactId>common</artifactId>
<version>0.10</version>
<scope>compile</scope>
</dependency>
</dependencies>
</project>