| Group ID: |
cn.hikyson.godeye |
| Artifact ID: |
godeye-core |
| Version: |
1.5.1 |
| Last modified: |
20.01.2018 09:29 |
| Packaging: |
aar |
| Name: |
God Eye Core |
| Description: |
Android God Eye |
| URL: |
https://github.com/Kyson/AndroidGodEye |
|
|
| Size: |
0.0 KB |
| Download: |
https://repo.maven.apache.org/maven2/cn/hikyson/godeye/godeye-core/1.5.1/godeye-core-1.5.1.jar |
| POM: |
Show
hide
<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<groupId>cn.hikyson.godeye</groupId>
<artifactId>godeye-core</artifactId>
<version>1.5.1</version>
<packaging>aar</packaging>
<name>God Eye Core</name>
<description>Android God Eye</description>
<url>https://github.com/Kyson/AndroidGodEye</url>
<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>
<id>Kyson</id>
<name>Kyson</name>
</developer>
</developers>
<scm>
<connection>scm:git:https://github.com/Kyson/AndroidGodEye.git</connection>
<developerConnection>scm:git@github.com:Kyson/AndroidGodEye.git</developerConnection>
<url>https://github.com/Kyson/AndroidGodEye</url>
</scm>
<dependencies>
<dependency>
<groupId>io.reactivex.rxjava2</groupId>
<artifactId>rxjava</artifactId>
<version>2.1.0</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>io.reactivex.rxjava2</groupId>
<artifactId>rxandroid</artifactId>
<version>2.0.1</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.android.support</groupId>
<artifactId>support-annotations</artifactId>
<version>26.1.0</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.android.support</groupId>
<artifactId>support-v4</artifactId>
<version>26.1.0</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.squareup.haha</groupId>
<artifactId>haha</artifactId>
<version>2.0.3</version>
<scope>compile</scope>
</dependency>
</dependencies>
</project>
|
| Maven: |
<dependency>
<groupId>cn.hikyson.godeye</groupId>
<artifactId>godeye-core</artifactId>
<version>1.5.1</version>
</dependency>
|
| Gradle: |
cn.hikyson.godeye:godeye-core:1.5.1 |
| Dependencies: |
-
[JAR]
haha-2.0.3.jar
in com/squareup/haha/haha/2.0.3
-
[JAR]
rxandroid-2.0.1.jar
in io/reactivex/rxjava2/rxandroid/2.0.1
-
[JAR]
rxjava-2.1.0.jar
in io/reactivex/rxjava2/rxjava/2.1.0
-
[JAR]
support-annotations-26.1.0.jar
in com/android/support/support-annotations/26.1.0
-
[JAR]
support-v4-26.1.0.jar
in com/android/support/support-v4/26.1.0
|
| Dependency Graph: |
Show
Less
More
|