Download raven-getsentry-4.1.2.jar file

Introduction

You can download raven-getsentry-4.1.2.jar in this page.

License

Open Source

Type List

raven-getsentry-4.1.2.jar file has the following types.

META-INF/MANIFEST.MF
META-INF/maven/net.kencochrane.raven/raven-getsentry/pom.properties
META-INF/maven/net.kencochrane.raven/raven-getsentry/pom.xml
META-INF/services/net.kencochrane.raven.RavenFactory
net.kencochrane.raven.getsentry.GetSentryRavenFactory.class
net.kencochrane.raven.getsentry.connection.GetSentryHttpsConnection.class
startcom/ca.crt

Pom

raven-getsentry-4.1.2.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/xsd/maven-4.0.0.xsd">
    <modelVersion>4.0.0</modelVersion>

    <parent>
        <groupId>net.kencochrane.raven</groupId>
        <artifactId>raven-all</artifactId>
        <version>4.1.2</version>
    </parent>

    <artifactId>raven-getsentry</artifactId>
    <packaging>jar</packaging>

    <name>Raven-Java for getSentry</name>
    <description>getSentry connector allowing to use the getSentry certificate.</description>

    <dependencies>
        <dependency>
            <groupId>${project.groupId}</groupId>
            <artifactId>raven</artifactId>
        </dependency>

        <dependency>
            <groupId>com.googlecode.jmockit</groupId>
            <artifactId>jmockit</artifactId>
            <scope>test</scope>
        </dependency>
        <dependency>
            <groupId>org.hamcrest</groupId>
            <artifactId>hamcrest-core</artifactId>
            <scope>test</scope>
        </dependency>
        <dependency>
            <groupId>org.hamcrest</groupId>
            <artifactId>hamcrest-library</artifactId>
            <scope>test</scope>
        </dependency>
        <dependency>
            <groupId>org.testng</groupId>
            <artifactId>testng</artifactId>
            <scope>test</scope>
        </dependency>
    </dependencies>
</project>

POM Entry

<dependency>
   <groupId>net.kencochrane.raven</groupId>
   <artifactId>raven-getsentry</artifactId>
   <version>4.1.2</version>
</dependency>

Download

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



Download raven-getsentry-4.1.2.jar file




PreviousNext

Related