Download dozer-jdk8-support-1.0.2.jar file

Introduction

You can download dozer-jdk8-support-1.0.2.jar in this page.

License

MIT License

Type List

dozer-jdk8-support-1.0.2.jar file has the following types.

META-INF/MANIFEST.MF
META-INF/maven/io.craftsman/dozer-jdk8-support/pom.properties
META-INF/maven/io.craftsman/dozer-jdk8-support/pom.xml
dozerJdk8Converters.xml
io.craftsman.Jdk8CompatibilityConverter.class
io.craftsman.JdkMissingConverter.class
io.craftsman.creator.Creator.class
io.craftsman.creator.CreatorFactory.class
io.craftsman.creator.DurationCreator.class
io.craftsman.creator.LocalDateCreator.class
io.craftsman.creator.LocalDateTimeCreator.class
io.craftsman.creator.LocalTimeCreator.class
io.craftsman.creator.LocaleCreator.class
io.craftsman.creator.PeriodCreator.class
io.craftsman.creator.ZoneIdCreator.class

Pom

dozer-jdk8-support-1.0.2.pom file content.

<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
    <modelVersion>4.0.0</modelVersion>

    <groupId>io.craftsman</groupId>
    <artifactId>dozer-jdk8-support</artifactId>
    <packaging>jar</packaging>
    <version>1.0.2</version>

    <name>${project.groupId}:${project.artifactId}</name>
    <description>A library that provides the missing Java 8 type mappers for the Dozer Java Bean Mapper.</description>
    <url>https://github.com/GeBeater/dozer-jdk8-support</url>

    <licenses>
        <license>
            <name>MIT License</name>
            <url>http://www.opensource.org/licenses/mit-license.php</url>
        </license>
    </licenses>

    <developers>
        <developer>
            <id>GeBeater</id>
            <name>Bernd Hoffmann</name>
            <email>info@gebeat.com</email>
            <url>https://github.com/GeBeater</url>
        </developer>
    </developers>

    <properties>
        <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
        <maven.compiler.target>1.8</maven.compiler.target>
        <maven.compiler.source>1.8</maven.compiler.source>
    </properties>

    <dependencies>
        <dependency>
            <groupId>net.sf.dozer</groupId>
            <artifactId>dozer</artifactId>
            <version>5.5.1</version>
        </dependency>
        <dependency>
            <groupId>junit</groupId>
            <artifactId>junit</artifactId>
            <version>4.12</version>
            <scope>test</scope>
        </dependency>
        <dependency>
            <groupId>org.mockito</groupId>
            <artifactId>mockito-core</artifactId>
            <version>1.10.19</version>
            <scope>test</scope>
        </dependency>
    </dependencies>

    <build>
        <plugins>
            <plugin>
                <groupId>org.apache.maven.plugins</groupId>
                <artifactId>maven-source-plugin</artifactId>
                <version>2.4</version>
                <executions>
                    <execution>
                        <id>attach-sources</id>
                        <goals>
                            <goal>jar</goal>
                        </goals>
                    </execution>
                </executions>
            </plugin>
            <plugin>
                <groupId>org.apache.maven.plugins</groupId>
                <artifactId>maven-javadoc-plugin</artifactId>
                <version>2.10.3</version>
                <executions>
                    <execution>
                        <id>attach-javadoc</id>
                        <goals>
                            <goal>jar</goal>
                        </goals>
                    </execution>
                </executions>
            </plugin>
            <plugin>
                <groupId>org.apache.maven.plugins</groupId>
                <artifactId>maven-release-plugin</artifactId>
                <version>2.5.3</version>
                <configuration>
                    <tagNameFormat>@{project.version}</tagNameFormat>
                    <goals>deploy</goals>
                </configuration>
            </plugin>
            <plugin>
                <groupId>org.apache.maven.plugins</groupId>
                <artifactId>maven-gpg-plugin</artifactId>
                <version>1.6</version>
                <executions>
                    <execution>
                        <id>sign-artifacts</id>
                        <phase>deploy</phase>
                        <goals>
                            <goal>sign</goal>
                        </goals>
                    </execution>
                </executions>
            </plugin>
            <plugin>
                <groupId>org.sonatype.plugins</groupId>
                <artifactId>nexus-staging-maven-plugin</artifactId>
                <version>1.6.3</version>
                <extensions>true</extensions>
                <configuration>
                    <serverId>ossrh</serverId>
                    <nexusUrl>https://oss.sonatype.org/</nexusUrl>
                    <autoReleaseAfterClose>false</autoReleaseAfterClose>
                </configuration>
            </plugin>
            <plugin>
                <groupId>org.eluder.coveralls</groupId>
                <artifactId>coveralls-maven-plugin</artifactId>
                <version>4.1.0</version>
                <configuration>
                    <repoToken>AhGUkIAQa1WCvp7HujGOhppsaIYDpgiIE</repoToken>
                </configuration>
            </plugin>
            <plugin>
                <groupId>org.codehaus.mojo</groupId>
                <artifactId>cobertura-maven-plugin</artifactId>
                <version>2.7</version>
                <configuration>
                    <format>xml</format>
                    <maxmem>256m</maxmem>
                </configuration>
            </plugin>
        </plugins>
    </build>

    <distributionManagement>
        <snapshotRepository>
            <id>ossrh</id>
            <url>https://oss.sonatype.org/content/repositories/snapshots</url>
        </snapshotRepository>
    </distributionManagement>

    <scm>
        <connection>scm:git:git@github.com:GeBeater/dozer-jdk8-support.git</connection>
        <developerConnection>scm:git:git@github.com:GeBeater/dozer-jdk8-support.git</developerConnection>
        <url>git@github.com:GeBeater/dozer-jdk8-support.git</url>
      <tag>1.0.2</tag>
  </scm>

</project>

POM Entry

<dependency>
   <groupId>io.craftsman</groupId>
   <artifactId>dozer-jdk8-support</artifactId>
   <version>1.0.2</version>
</dependency>

Download

If you think the following dozer-jdk8-support-1.0.2.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.



Download dozer-jdk8-support-1.0.2.jar file




PreviousNext

Related