| 组织ID: |
com.wilddog.client |
| 项目ID: |
wilddog-common-android |
| 版本: |
2.0.1 |
| 最后修改时间: |
2019-01-16 16:32:15 |
| 包类型: |
jar |
| 标题: |
wilddog-core-android |
| 描述: |
This is wilddogcore android client sdk. |
| 相关URL: |
https://www.wilddog.com |
| 大小: |
7.13KB |
|
|
| Maven引入代码: |
<dependency>
<groupId>com.wilddog.client</groupId>
<artifactId>wilddog-common-android</artifactId>
<version>2.0.1</version>
</dependency>
|
| Gradle引入代码: |
com.wilddog.client:wilddog-common-android:2.0.1
|
| 下载Jar包: |
|
| POM文件内容: |
<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>
<!-- jar 鍖呬俊鎭� -->
<groupId>com.wilddog.client</groupId>
<artifactId>wilddog-common-android</artifactId>
<packaging>jar</packaging>
<version>2.0.1</version>
<name>wilddog-core-android</name>
<description>This is wilddogcore android client sdk.</description>
<url>https://www.wilddog.com</url>
<licenses>
<license>
<name>The Apache Software License, Version 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
</license>
</licenses>
<developers>
<developer>
<name>dongxiaofei</name>
<email>dongxiaofei@wilddog.com</email>
</developer>
</developers>
<scm>
<connection>scm:git:git@github.com:WildDogTeam/wilddog-client-android.git</connection>
<developerConnection>scm:git:git@github.com:WildDogTeam/wilddog-client-android.git</developerConnection>
<url>https://github.com/WildDogTeam/wilddog-client-android</url>
</scm>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
<!-- 涓婁紶鍦板潃淇℃伅-->
<distributionManagement>
<repository>
<id>nexus-releases</id>
<name>Nexus Release Repository</name>
<url>http://nexus.wilddog.cn/nexus/content/repositories/releases/</url>
</repository>
<snapshotRepository>
<id>nexus-snapshots</id>
<name>Nexus Snapshot Repository</name>
<url>http://nexus.wilddog.cn/nexus/content/repositories/snapshots/</url>
</snapshotRepository>
</distributionManagement>
<!-- 渚濊禆鐨刯ar 鍖呬俊鎭�-->
<dependencies>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.12</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.google.android</groupId>
<artifactId>android</artifactId>
<version>4.1.1.4</version>
<scope>provided</scope>
</dependency>
</dependencies>
<profiles>
<profile>
<id>oss</id>
<distributionManagement>
<snapshotRepository>
<id>oss</id>
<url>https://oss.sonatype.org/content/repositories/snapshots/</url>
</snapshotRepository>
<repository>
<id>oss</id>
<url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
</repository>
</distributionManagement>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-gpg-plugin</artifactId>
<version>1.5</version>
<executions>
<execution>
<phase>verify</phase>
<goals>
<goal>sign</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</build>
</profile>
</profiles>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.0</version>
<configuration>
<source>1.7</source>
<target>1.7</target>
<verbose>true</verbose>
<encoding>UTF-8</encoding>
<compilerArguments>
<sourcepath>${project.basedir}/src/main/java</sourcepath>
</compilerArguments>
</configuration>
</plugin>
<!-- Source -->
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-source-plugin</artifactId>
<version>2.2.1</version>
<executions>
<execution>
<phase>package</phase>
<goals>
<goal>jar-no-fork</goal>
</goals>
</execution>
</executions>
<configuration>
<excludes>
<exclude>**/*.java</exclude>
</excludes>
</configuration>
</plugin>
<!-- Javadoc -->
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>2.9.1</version>
<executions>
<execution>
<phase>package</phase>
<goals>
<goal>jar</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-shade-plugin</artifactId>
<version>2.3</version>
<configuration>
<!-- 濡傛灉浣犵敤杩欎釜鎻掍欢鏉eploy,鎴栬�呭彂甯冨埌涓ぎ浠撳簱
杩欎釜灞炴�т細缂╁噺浣犵殑pom鏂囦欢,浼氭妸浣犱緷璧栫殑<dependency>骞叉帀
姝g‘鐨勫仛娉曟槸鎶婅繖涓�兼敼鎴恌alse-->
<createDependencyReducedPom>false</createDependencyReducedPom>
</configuration>
<executions>
<execution>
<phase>package</phase>
<goals>
<goal>shade</goal>
</goals>
<configuration>
<relocations>
<relocation>
<pattern>com.fasterxml</pattern>
<shadedPattern>com.shaded.wilddogauth.fasterxml</shadedPattern>
</relocation>
<relocation>
<pattern>io.socket</pattern>
<shadedPattern>io.shaded.wilddogauth.socket</shadedPattern>
</relocation>
<relocation>
<pattern>com.squareup</pattern>
<shadedPattern>com.shaded.wilddogauth.squareup</shadedPattern>
</relocation>
<relocation>
<pattern>okio</pattern>
<shadedPattern>okio.shaded.wilddogauth</shadedPattern>
</relocation>
<relocation>
<pattern>org.json</pattern>
<shadedPattern>org.shaded.wilddogauth.json</shadedPattern>
</relocation>
</relocations>
</configuration>
</execution>
</executions>
</plugin>
</plugins>
</build>
</project>
|
| Jar包内容: |
META-INF/MANIFEST.MF
com.wilddog.wilddogcore.utils.WilddogAppUtil.class
com.wilddog.wilddogcore.WilddogApp.class
com.wilddog.wilddogcore.WilddogOptions$1.class
com.wilddog.wilddogcore.WilddogOptions$Builder.class
com.wilddog.wilddogcore.WilddogOptions.class
META-INF/maven/com.wilddog.client/wilddog-common-android/pom.xml
META-INF/maven/com.wilddog.client/wilddog-common-android/pom.properties
|
| 依赖Jar: |
junit-4.12.jar
/junit/junit/4.12
查看junit所有版本文件
android-4.1.1.4.jar
/com.google.android/android/4.1.1.4
查看android所有版本文件
|