| Group ID: |
com.github.princesslana |
| Artifact ID: |
ErisCasper.java |
| Version: |
${revision} |
| Last modified: |
17.03.2018 20:59 |
| Packaging: |
jar |
| Name: |
ErisCasper.java |
| Description: |
Discord Bot API |
| URL: |
https://github.com/princesslana/ErisCasper.java |
|
|
| Size: |
128.0 KB |
| Download: |
https://repo.maven.apache.org/maven2/com/github/princesslana/ErisCasper.java/0.2.0/ErisCasper.java-0.2.0.jar |
| POM: |
Show
hide
<?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>
<groupId>com.github.princesslana</groupId>
<artifactId>ErisCasper.java</artifactId>
<version>${revision}</version>
<packaging>jar</packaging>
<name>ErisCasper.java</name>
<description>Discord Bot API</description>
<url>https://github.com/princesslana/ErisCasper.java</url>
<licenses>
<license>
<name>Apache License, Version 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
<distribution>repo</distribution>
</license>
</licenses>
<developers>
<developer>
<id>ianagbip1oti</id>
<name>Princess Lana</name>
<email>ianagbip1oti@gmail.com</email>
<url>https://github.com/ianagbip1oti</url>
</developer>
</developers>
<scm>
<url>https://github.com/princesslana/ErisCasper.java</url>
</scm>
<distributionManagement>
<snapshotRepository>
<id>ossrh</id>
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
</snapshotRepository>
</distributionManagement>
<properties>
<revision>0-SNAPSHOT</revision>
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<lib.assertj.version>3.9.0</lib.assertj.version>
<lib.errorprone.version>2.1.3</lib.errorprone.version>
<lib.jsr305.version>1.3.9</lib.jsr305.version>
<lib.guava.version>24.0-jre</lib.guava.version>
<lib.immutables.version>2.5.5</lib.immutables.version>
<lib.jackson.version>2.9.4</lib.jackson.version>
<lib.mockito.version>2.16.0</lib.mockito.version>
<lib.okhttp.version>3.10.0</lib.okhttp.version>
<lib.okio.version>1.14.0</lib.okio.version>
<lib.reactive-streams.version>1.0.2</lib.reactive-streams.version>
<lib.resilience4j.version>0.11.0</lib.resilience4j.version>
<lib.rxjava.version>2.1.10</lib.rxjava.version>
<lib.slf4j.version>1.7.24</lib.slf4j.version>
<lib.testng.version>6.14.2</lib.testng.version>
<plugin.clean.version>3.0.0</plugin.clean.version>
<plugin.compiler.version>3.7.0</plugin.compiler.version>
<plugin.deploy.version>2.8.2</plugin.deploy.version>
<plugin.dependency.version>3.0.2</plugin.dependency.version>
<plugin.enforcer.version>3.0.0-M1</plugin.enforcer.version>
<plugin.exec.version>1.6.0</plugin.exec.version>
<plugin.github-site.version>0.12</plugin.github-site.version>
<plugin.gpg.version>1.6</plugin.gpg.version>
<plugin.install.version>2.5.2</plugin.install.version>
<plugin.jar.version>3.0.2</plugin.jar.version>
<plugin.jacoco.version>0.8.0</plugin.jacoco.version>
<plugin.javadoc.version>3.0.0</plugin.javadoc.version>
<plugin.jxr.version>2.5</plugin.jxr.version>
<plugin.nexus-staging.version>1.6.7</plugin.nexus-staging.version>
<plugin.pmd.version>3.9.0</plugin.pmd.version>
<plugin.project-info-reports.version>2.9</plugin.project-info-reports.version>
<plugin.resources.version>3.0.2</plugin.resources.version>
<plugin.site.version>3.7</plugin.site.version>
<plugin.sortpom.version>2.8.0</plugin.sortpom.version>
<plugin.source.version>3.0.1</plugin.source.version>
<plugin.spotless.version>1.0.0.BETA2</plugin.spotless.version>
<plugin.surefire.version>2.20.1</plugin.surefire.version>
</properties>
<dependencyManagement>
<dependencies>
<dependency>
<groupId>com.fasterxml.jackson</groupId>
<artifactId>jackson-bom</artifactId>
<version>${lib.jackson.version}</version>
<type>pom</type>
<scope>import</scope>
</dependency>
</dependencies>
</dependencyManagement>
<dependencies>
<dependency>
<groupId>org.assertj</groupId>
<artifactId>assertj-core</artifactId>
<version>${lib.assertj.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.google.errorprone</groupId>
<artifactId>error_prone_annotations</artifactId>
<version>${lib.errorprone.version}</version>
</dependency>
<dependency>
<groupId>com.google.code.findbugs</groupId>
<artifactId>jsr305</artifactId>
<version>${lib.jsr305.version}</version>
</dependency>
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
<version>${lib.guava.version}</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-annotations</artifactId>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.datatype</groupId>
<artifactId>jackson-datatype-jdk8</artifactId>
</dependency>
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
<version>${lib.mockito.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.squareup.okhttp3</groupId>
<artifactId>okhttp</artifactId>
<version>${lib.okhttp.version}</version>
</dependency>
<dependency>
<groupId>com.squareup.okio</groupId>
<artifactId>okio</artifactId>
<version>${lib.okio.version}</version>
</dependency>
<dependency>
<groupId>org.reactivestreams</groupId>
<artifactId>reactive-streams</artifactId>
<version>${lib.reactive-streams.version}</version>
</dependency>
<dependency>
<groupId>io.github.resilience4j</groupId>
<artifactId>resilience4j-ratelimiter</artifactId>
<version>${lib.resilience4j.version}</version>
</dependency>
<dependency>
<groupId>io.github.resilience4j</groupId>
<artifactId>resilience4j-rxjava2</artifactId>
<version>${lib.resilience4j.version}</version>
<exclusions>
<exclusion>
<artifactId>rxjava</artifactId>
<groupId>io.reactivex.rxjava2</groupId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>io.reactivex.rxjava2</groupId>
<artifactId>rxjava</artifactId>
<version>${lib.rxjava.version}</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>${lib.slf4j.version}</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-simple</artifactId>
<version>${lib.slf4j.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.testng</groupId>
<artifactId>testng</artifactId>
<version>${lib.testng.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.immutables</groupId>
<artifactId>value</artifactId>
<version>${lib.immutables.version}</version>
<scope>provided</scope>
<!-- compile only -->
</dependency>
</dependencies>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-clean-plugin</artifactId>
<version>${plugin.clean.version}</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>${plugin.compiler.version}</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-dependency-plugin</artifactId>
<version>${plugin.dependency.version}</version>
<executions>
<execution>
<phase>verify</phase>
<goals>
<goal>analyze-only</goal>
<goal>analyze-duplicate</goal>
<goal>analyze-dep-mgt</goal>
</goals>
</execution>
</executions>
<configuration>
<failOnWarning>true</failOnWarning>
<ignoreNonCompile>false</ignoreNonCompile>
<ignoredUnusedDeclaredDependencies>
<!-- On the test classpath to produce log output during tests -->
<ignoredUnusedDeclaredDependency>org.slf4j:slf4j-simple</ignoredUnusedDeclaredDependency>
</ignoredUnusedDeclaredDependencies>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-deploy-plugin</artifactId>
<version>${plugin.deploy.version}</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-enforcer-plugin</artifactId>
<version>${plugin.enforcer.version}</version>
<executions>
<execution>
<phase>verify</phase>
<goals>
<goal>enforce</goal>
</goals>
</execution>
</executions>
<configuration>
<fail>true</fail>
<failFast>false</failFast>
<rules>
<dependencyConvergence></dependencyConvergence>
<requireReleaseDeps>
<onlyWhenRelease>true</onlyWhenRelease>
</requireReleaseDeps>
<requirePluginVersions></requirePluginVersions>
</rules>
</configuration>
</plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>exec-maven-plugin</artifactId>
<version>${plugin.exec.version}</version>
<dependencies>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-simple</artifactId>
<version>${lib.slf4j.version}</version>
</dependency>
</dependencies>
<configuration>
<includePluginDependencies>true</includePluginDependencies>
<systemProperties>
<systemProperty>
<key>org.slf4j.simpleLogger.defaultLogLevel</key>
<value>debug</value>
</systemProperty>
</systemProperties>
</configuration>
</plugin>
<plugin>
<groupId>org.jacoco</groupId>
<artifactId>jacoco-maven-plugin</artifactId>
<version>${plugin.jacoco.version}</version>
<executions>
<execution>
<id>prepare-agent</id>
<goals>
<goal>prepare-agent</goal>
</goals>
</execution>
<execution>
<id>jacoco-report</id>
<goals>
<goal>report</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
<version>${plugin.jar.version}</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-install-plugin</artifactId>
<version>${plugin.install.version}</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-resources-plugin</artifactId>
<version>${plugin.resources.version}</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-site-plugin</artifactId>
<version>${plugin.site.version}</version>
</plugin>
<plugin>
<groupId>com.github.ekryd.sortpom</groupId>
<artifactId>sortpom-maven-plugin</artifactId>
<version>${plugin.sortpom.version}</version>
<executions>
<execution>
<phase>verify</phase>
<goals>
<goal>verify</goal>
</goals>
</execution>
</executions>
<configuration>
<createBackupFile>false</createBackupFile>
<verifyFail>Stop</verifyFail>
</configuration>
</plugin>
<plugin>
<groupId>com.diffplug.spotless</groupId>
<artifactId>spotless-maven-plugin</artifactId>
<version>${plugin.spotless.version}</version>
<executions>
<execution>
<phase>verify</phase>
<goals>
<goal>check</goal>
</goals>
</execution>
</executions>
<configuration>
<java>
<googleJavaFormat>
<version>1.5</version>
<style>GOOGLE</style>
</googleJavaFormat>
</java>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>${plugin.surefire.version}</version>
</plugin>
</plugins>
</build>
<reporting>
<plugins>
<plugin>
<groupId>org.jacoco</groupId>
<artifactId>jacoco-maven-plugin</artifactId>
<version>${plugin.jacoco.version}</version>
<reportSets>
<reportSet>
<reports>
<!-- explicit to avoid redundant aggregate report -->
<report>report</report>
</reports>
</reportSet>
</reportSets>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>${plugin.javadoc.version}</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jxr-plugin</artifactId>
<version>${plugin.jxr.version}</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-project-info-reports-plugin</artifactId>
<version>${plugin.project-info-reports.version}</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-report-plugin</artifactId>
<version>${plugin.surefire.version}</version>
</plugin>
</plugins>
</reporting>
<profiles>
<profile>
<id>release</id>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-gpg-plugin</artifactId>
<version>${plugin.gpg.version}</version>
<executions>
<execution>
<id>sign-artifacts</id>
<phase>verify</phase>
<goals>
<goal>sign</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>${plugin.javadoc.version}</version>
<executions>
<execution>
<id>attach-javadocs</id>
<goals>
<goal>jar</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.sonatype.plugins</groupId>
<artifactId>nexus-staging-maven-plugin</artifactId>
<version>${plugin.nexus-staging.version}</version>
<extensions>true</extensions>
<configuration>
<serverId>ossrh</serverId>
<nexusUrl>https://oss.sonatype.org/</nexusUrl>
<autoReleaseAfterClose>true</autoReleaseAfterClose>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-source-plugin</artifactId>
<version>${plugin.source.version}</version>
<executions>
<execution>
<id>attach-sources</id>
<goals>
<goal>jar-no-fork</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</build>
</profile>
</profiles>
</project>
|
| Maven: |
<dependency>
<groupId>com.github.princesslana</groupId>
<artifactId>ErisCasper.java</artifactId>
<version>0.2.0</version>
</dependency>
|
| Gradle: |
com.github.princesslana:ErisCasper.java:0.2.0 |
|
Contained classes:
|
Show all
|
|
Contained classes:
|
|
| Dependencies: |
-
[JAR]
assertj-core-${lib.assertj.version}.jar
in org/assertj/assertj-core/${lib.assertj.version}
-
[JAR]
error_prone_annotations-${lib.errorprone.version}.jar
in com/google/errorprone/error_prone_annotations/${lib.errorprone.version}
-
[JAR]
guava-${lib.guava.version}.jar
in com/google/guava/guava/${lib.guava.version}
-
[JAR]
jackson-annotations-2.2.1.jar
in com/fasterxml/jackson/core/jackson-annotations/2.2.1
-
[JAR]
jackson-databind-2.2.1.jar
in com/fasterxml/jackson/core/jackson-databind/2.2.1
-
[JAR]
jackson-datatype-jdk8-2.8.10.jar
in com/fasterxml/jackson/datatype/jackson-datatype-jdk8/2.8.10
-
[JAR]
jsr305-${lib.jsr305.version}.jar
in com/google/code/findbugs/jsr305/${lib.jsr305.version}
-
[JAR]
mockito-core-${lib.mockito.version}.jar
in org/mockito/mockito-core/${lib.mockito.version}
-
[JAR]
okhttp-${lib.okhttp.version}.jar
in com/squareup/okhttp3/okhttp/${lib.okhttp.version}
-
[JAR]
okio-${lib.okio.version}.jar
in com/squareup/okio/okio/${lib.okio.version}
-
[JAR]
reactive-streams-${lib.reactive-streams.version}.jar
in org/reactivestreams/reactive-streams/${lib.reactive-streams.version}
-
[JAR]
resilience4j-ratelimiter-${lib.resilience4j.version}.jar
in io/github/resilience4j/resilience4j-ratelimiter/${lib.resilience4j.version}
-
[JAR]
resilience4j-rxjava2-${lib.resilience4j.version}.jar
in io/github/resilience4j/resilience4j-rxjava2/${lib.resilience4j.version}
-
[JAR]
rxjava-${lib.rxjava.version}.jar
in io/reactivex/rxjava2/rxjava/${lib.rxjava.version}
-
[JAR]
slf4j-api-${lib.slf4j.version}.jar
in org/slf4j/slf4j-api/${lib.slf4j.version}
-
[JAR]
slf4j-simple-${lib.slf4j.version}.jar
in org/slf4j/slf4j-simple/${lib.slf4j.version}
-
[JAR]
testng-${lib.testng.version}.jar
in org/testng/testng/${lib.testng.version}
-
[JAR]
value-${lib.immutables.version}.jar
in org/immutables/value/${lib.immutables.version}
|