| Group ID: |
net.sendcloud.sdk |
| Artifact ID: |
sendcloud-sdk-java |
| Version: |
1.5 |
| Last modified: |
20.11.2020 06:20 |
| Packaging: |
jar |
| Name: |
sendcloud-sdk-java |
| Description: |
SendCloud openapi SDK for Java
Copyright © 2020 武汉闪达
All rights reserved.
版权所有 (C)武汉闪达
https://www.sendcloud.net/ |
| URL: |
https://www.sendcloud.net |
| License: |
The Apache Software License, Version 2.0 |
| Source: |
https://github.com/sendcloud2013/sendcloud-sdk-java |
| Developers: |
sendcloud |
|
|
| Size: |
45.0 KB |
| Download: |
https://repo.maven.apache.org/maven2/net/sendcloud/sdk/sendcloud-sdk-java/1.5/sendcloud-sdk-java-1.5.jar |
| POM: |
Show
hide
<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>net.sendcloud.sdk</groupId>
<artifactId>sendcloud-sdk-java</artifactId>
<version>1.5</version>
<packaging>jar</packaging>
<name>sendcloud-sdk-java</name>
<url>https://www.sendcloud.net</url>
<description>
SendCloud openapi SDK for Java
Copyright © 2020 武汉闪达
All rights reserved.
版权所有 (C)武汉闪达
https://www.sendcloud.net/
</description>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
</properties>
<parent>
<groupId>org.sonatype.oss</groupId>
<artifactId>oss-parent</artifactId>
<version>9</version>
</parent>
<licenses>
<license>
<name>The Apache Software License, Version 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
<distribution>repo</distribution>
</license>
</licenses>
<developers>
<developer>
<name>sendcloud</name>
<email>service@sendcloud.im</email>
</developer>
</developers>
<scm>
<tag>master</tag>
<connection>scm:git:https://github.com/sendcloud2013/sendcloud-sdk-java.git</connection>
<developerConnection>scm:git:https://github.com/sendcloud2013/sendcloud-sdk-java.git</developerConnection>
<url>https://github.com/sendcloud2013/sendcloud-sdk-java</url>
</scm>
<distributionManagement>
<snapshotRepository>
<id>ossrh</id>
<url>https://oss.sonatype.org/content/repositories/snapshots/</url>
</snapshotRepository>
<repository>
<id>ossrh</id>
<url>https://oss.sonatype.org/service/local/staging/deploy/maven2</url>
</repository>
</distributionManagement>
<dependencies>
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient</artifactId>
<version>4.5.6</version>
</dependency>
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpmime</artifactId>
<version>4.5.6</version>
</dependency>
<dependency>
<groupId>org.json</groupId>
<artifactId>json</artifactId>
<version>20200518</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>1.7.25</version>
</dependency>
</dependencies>
<build>
<finalName>sendcloud-sdk-java</finalName>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.8.0</version>
<configuration>
<source>1.7</source>
<target>1.7</target>
<encoding>UTF-8</encoding>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>2.22.2</version>
<configuration>
<skipTests>true</skipTests>
<skip>true</skip>
<testFailureIgnore>true</testFailureIgnore>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-resources-plugin</artifactId>
<version>3.1.0</version>
<configuration>
<encoding>UTF-8</encoding>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-source-plugin</artifactId>
<version>3.1.0</version>
<configuration>
<attach>true</attach>
</configuration>
<executions>
<execution>
<phase>package</phase>
<goals>
<goal>jar</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>3.1.0</version>
<configuration>
<aggregate>true</aggregate>
<charset>UTF-8</charset>
<encoding>UTF-8</encoding>
<docencoding>UTF-8</docencoding>
</configuration>
<executions>
<execution>
<id>package</id>
<goals>
<goal>jar</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-gpg-plugin</artifactId>
<version>1.6</version>
<executions>
<execution>
<id>sign-artifacts</id>
<phase>verify</phase>
<goals>
<goal>sign</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</build>
</project>
|
| Maven: |
<dependency>
<groupId>net.sendcloud.sdk</groupId>
<artifactId>sendcloud-sdk-java</artifactId>
<version>1.5</version>
</dependency>
|
| Gradle: |
net.sendcloud.sdk:sendcloud-sdk-java:1.5 |
|
Contained classes:
|
Show all
|
|
Contained classes:
|
|
| Dependencies: |
|
| Dependency Graph: |
Show
Less
More
|