Download lutung-0.0.5.jar file

Introduction

You can download lutung-0.0.5.jar in this page.

License

GNU Lesser General Public License

Type List

lutung-0.0.5.jar file has the following types.

META-INF/MANIFEST.MF
META-INF/maven/com.mandrillapp.wrapper.lutung/lutung/pom.properties
META-INF/maven/com.mandrillapp.wrapper.lutung/lutung/pom.xml
com.microtripit.mandrillapp.lutung.MandrillApi.class
com.microtripit.mandrillapp.lutung.controller.MandrillExportsApi.class
com.microtripit.mandrillapp.lutung.controller.MandrillInboundApi.class
com.microtripit.mandrillapp.lutung.controller.MandrillIpsApi.class
com.microtripit.mandrillapp.lutung.controller.MandrillMessagesApi.class
com.microtripit.mandrillapp.lutung.controller.MandrillRejectsApi.class
com.microtripit.mandrillapp.lutung.controller.MandrillSendersApi.class
com.microtripit.mandrillapp.lutung.controller.MandrillSubaccountsApi.class
com.microtripit.mandrillapp.lutung.controller.MandrillTagsApi.class
com.microtripit.mandrillapp.lutung.controller.MandrillTemplatesApi.class
com.microtripit.mandrillapp.lutung.controller.MandrillUrlsApi.class
com.microtripit.mandrillapp.lutung.controller.MandrillUsersApi.class
com.microtripit.mandrillapp.lutung.controller.MandrillUtil.class
com.microtripit.mandrillapp.lutung.controller.MandrillWebhooksApi.class
com.microtripit.mandrillapp.lutung.controller.MandrillWhitelistsApi.class
com.microtripit.mandrillapp.lutung.logging.CommonsLogger.class
com.microtripit.mandrillapp.lutung.logging.Logger.class
com.microtripit.mandrillapp.lutung.logging.LoggerFactory.class
com.microtripit.mandrillapp.lutung.logging.NoOpLogger.class
com.microtripit.mandrillapp.lutung.model.HandleResponseException.class
com.microtripit.mandrillapp.lutung.model.LutungGsonUtils.class
com.microtripit.mandrillapp.lutung.model.MandrillApiError.class
com.microtripit.mandrillapp.lutung.model.MandrillContentWrapper.class
com.microtripit.mandrillapp.lutung.model.MandrillHelperClasses.class
com.microtripit.mandrillapp.lutung.model.MandrillRequest.class
com.microtripit.mandrillapp.lutung.model.MandrillRequestDispatcher.class
com.microtripit.mandrillapp.lutung.model.RequestModel.class
com.microtripit.mandrillapp.lutung.util.FeatureDetector.class
com.microtripit.mandrillapp.lutung.view.MandrillDedicatedIp.class
com.microtripit.mandrillapp.lutung.view.MandrillDedicatedIpPool.class
com.microtripit.mandrillapp.lutung.view.MandrillDomain.class
com.microtripit.mandrillapp.lutung.view.MandrillExportJobInfo.class
com.microtripit.mandrillapp.lutung.view.MandrillInboundDomain.class
com.microtripit.mandrillapp.lutung.view.MandrillInboundRecipient.class
com.microtripit.mandrillapp.lutung.view.MandrillMailboxRoute.class
com.microtripit.mandrillapp.lutung.view.MandrillMessage.class
com.microtripit.mandrillapp.lutung.view.MandrillMessageContent.class
com.microtripit.mandrillapp.lutung.view.MandrillMessageInfo.class
com.microtripit.mandrillapp.lutung.view.MandrillMessageStatus.class
com.microtripit.mandrillapp.lutung.view.MandrillRejectsEntry.class
com.microtripit.mandrillapp.lutung.view.MandrillScheduledMessageInfo.class
com.microtripit.mandrillapp.lutung.view.MandrillSearchMessageParams.class
com.microtripit.mandrillapp.lutung.view.MandrillSender.class
com.microtripit.mandrillapp.lutung.view.MandrillSubaccountInfo.class
com.microtripit.mandrillapp.lutung.view.MandrillTag.class
com.microtripit.mandrillapp.lutung.view.MandrillTemplate.class
com.microtripit.mandrillapp.lutung.view.MandrillTimeSeries.class
com.microtripit.mandrillapp.lutung.view.MandrillUrl.class
com.microtripit.mandrillapp.lutung.view.MandrillUserInfo.class
com.microtripit.mandrillapp.lutung.view.MandrillWebhook.class
com.microtripit.mandrillapp.lutung.view.MandrillWhitelistEntry.class
com.microtripit.mandrillapp.lutung.view.StatsBucket.class

Pom

lutung-0.0.5.pom file content.

<?xml version="1.0" encoding="UTF-8"?>
<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>com.mandrillapp.wrapper.lutung</groupId>
    <artifactId>lutung</artifactId>
    <version>0.0.5</version>
    <name>lutung</name>
    <description>Mandrill API Client for Java</description>
    <url>https://github.com/rschreijer/lutung</url>
    <inceptionYear>2013</inceptionYear>
    <organization>
        <name>Microtrip.it</name>
        <url>http://www.microtrip.it</url>
    </organization>
    <packaging>jar</packaging>
    <licenses>
        <license>
            <name>GNU Lesser General Public License</name>
            <url>http://www.gnu.org/licenses/lgpl.html</url>
            <distribution>repo</distribution>
        </license>
    </licenses>
    <developers>
        <developer>
            <id>rschreijer</id>
            <name>rschreijer</name>
            <email>yukyuk@gmx.com</email>
        </developer>
    </developers>
	<parent>
		<groupId>org.sonatype.oss</groupId>
		<artifactId>oss-parent</artifactId>
		<version>7</version>
	</parent>

    <properties>
        <java-version>1.6</java-version>
        <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
    </properties>

    <!-- Scm release info -->
    <scm>
        <connection>scm:git:git://github.com/rschreijer/lutung.git</connection>
        <developerConnection>scm:git:git@github.com:rschreijer/lutung.git</developerConnection>
        <url>http://github.com/rschreijer/lutung</url>
    </scm>

    <build>
        <plugins>
            <plugin>
                <groupId>org.apache.maven.plugins</groupId>
                <artifactId>maven-source-plugin</artifactId>
                <version>2.2.1</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.9.1</version>
                <executions>
                    <execution>
                        <id>attach-javadocs</id>
                        <goals>
                            <goal>jar</goal>
                        </goals>
                    </execution>
                </executions>
            </plugin>
            <plugin>
                <groupId>org.apache.maven.plugins</groupId>
                <artifactId>maven-compiler-plugin</artifactId>
                <version>2.3.2</version>
                <configuration>
                    <source>1.6</source>
                    <target>1.6</target>
                </configuration>
            </plugin>
        </plugins>
    </build>

    <profiles>
        <profile>
            <id>release</id>
            <activation>
                <property>
                    <name>performRelease</name>
                    <value>true</value>
                </property>
            </activation>
            <build>
                <plugins>
                    <plugin>
                        <groupId>org.apache.maven.plugins</groupId>
                        <artifactId>maven-release-plugin</artifactId>
                        <version>2.4.1</version>
                        <configuration>
                            <arguments>-Dgpg.passphrase=${gpg.passphrase}</arguments>
                        </configuration>
                    </plugin>
                    <plugin>
                        <groupId>org.apache.maven.plugins</groupId>
                        <artifactId>maven-gpg-plugin</artifactId>
                        <version>1.4</version>
                        <configuration>
                            <passphrase>${gpg.passphrase}</passphrase>
                        </configuration>
                        <executions>
                            <execution>
                                <id>sign-artifacts</id>
                                <phase>verify</phase>
                                <goals>
                                    <goal>sign</goal>
                                </goals>
                            </execution>
                        </executions>
                    </plugin>
                </plugins>
            </build>
        </profile>
    </profiles>

    <distributionManagement>
        <!-- Sonatype repo info -->
        <snapshotRepository>
            <id>sonatype-nexus-snapshots</id>
            <name>Sonatype Nexus snapshot repository</name>
            <url>https://oss.sonatype.org/content/repositories/snapshots</url>
        </snapshotRepository>
        <repository>
            <id>sonatype-nexus-staging</id>
            <name>Sonatype Nexus release repository</name>
            <url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
        </repository>
    </distributionManagement>

    <dependencies>

        <!-- GSON JSON mapper -->
        <dependency>
            <groupId>com.google.code.gson</groupId>
            <artifactId>gson</artifactId>
            <version>2.2.2</version>
            <scope>compile</scope>
        </dependency>

        <!-- Apache Http Client -->
        <dependency>
            <groupId>org.apache.httpcomponents</groupId>
            <artifactId>httpclient</artifactId>
            <version>4.2.3</version>
            <scope>compile</scope>
            <exclusions>
                <exclusion>
                    <groupId>commons-logging</groupId>
                    <artifactId>commons-logging</artifactId>
                </exclusion>
            </exclusions>
        </dependency>

        <dependency>
            <groupId>org.apache.commons</groupId>
            <artifactId>commons-io</artifactId>
            <version>1.3.2</version>
            <scope>compile</scope>
            <exclusions>
                <exclusion>
                    <groupId>commons-logging</groupId>
                    <artifactId>commons-logging</artifactId>
                </exclusion>
            </exclusions>
        </dependency>

        <dependency>
            <groupId>commons-logging</groupId>
            <artifactId>commons-logging</artifactId>
            <version>1.1.1</version>
            <optional>true</optional>
        </dependency>
        <dependency>
            <groupId>log4j</groupId>
            <artifactId>log4j</artifactId>
            <version>1.2.16</version>
            <scope>runtime</scope>
            <optional>true</optional>
        </dependency>

        <dependency>
            <groupId>junit</groupId>
            <artifactId>junit</artifactId>
            <version>4.10</version>
            <scope>test</scope>
        </dependency>

    </dependencies>
</project>

POM Entry

<dependency>
   <groupId>com.mandrillapp.wrapper.lutung</groupId>
   <artifactId>lutung</artifactId>
   <version>0.0.5</version>
</dependency>

Download

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



Download lutung-0.0.5.jar file




PreviousNext

Related