| Group ID: |
com.github.axet |
| Artifact ID: |
android-library |
| Version: |
1.23.3 |
| Last modified: |
04.04.2018 09:56 |
| Packaging: |
aar |
| Name: |
Android Library |
| Description: |
Android Simple Widgets and Support classes. |
| URL: |
https://gitlab.com/axet/android-library |
|
|
| Size: |
0.0 KB |
| Download: |
https://repo.maven.apache.org/maven2/com/github/axet/android-library/1.23.3/android-library-1.23.3.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>com.github.axet</groupId>
<artifactId>android-library</artifactId>
<version>1.23.3</version>
<packaging>aar</packaging>
<name>Android Library</name>
<description>Android Simple Widgets and Support classes.</description>
<url>https://gitlab.com/axet/android-library</url>
<licenses>
<license>
<name>GNU LESSER GENERAL PUBLIC LICENSE 3.0</name>
<url>http://www.gnu.org/copyleft/lesser.html</url>
</license>
</licenses>
<developers>
<developer>
<id>axet</id>
<name>Alexey Kuznetsov</name>
<email>axet@me.com</email>
</developer>
</developers>
<scm>
<connection>scm:git:https://gitlab.com/axet/android-library</connection>
<developerConnection>scm:git:https://gitlab.com/axet/android-library</developerConnection>
<url>https://gitlab.com/axet/android-library</url>
</scm>
<dependencies>
<dependency>
<groupId>com.android.support</groupId>
<artifactId>support-v4</artifactId>
<version>25.3.1</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.android.support</groupId>
<artifactId>appcompat-v7</artifactId>
<version>25.3.1</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.android.support</groupId>
<artifactId>preference-v7</artifactId>
<version>25.3.1</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>cz.msebera.android</groupId>
<artifactId>httpclient</artifactId>
<version>4.4.1.2</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>commons-codec</groupId>
<artifactId>commons-codec</artifactId>
<version>1.10</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.jsoup</groupId>
<artifactId>jsoup</artifactId>
<version>1.10.2</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
<version>2.5</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.12</version>
<scope>test</scope>
</dependency>
</dependencies>
</project>
|
| Maven: |
<dependency>
<groupId>com.github.axet</groupId>
<artifactId>android-library</artifactId>
<version>1.23.3</version>
</dependency>
|
| Gradle: |
com.github.axet:android-library:1.23.3 |
| Dependencies: |
-
[JAR]
appcompat-v7-25.3.1.jar
in com/android/support/appcompat-v7/25.3.1
-
[JAR]
commons-codec-1.10.jar
in commons-codec/commons-codec/1.10
-
[JAR]
commons-io-2.5-tests.jar
in commons-io/commons-io/2.5
-
[JAR]
httpclient-4.4.1.2.jar
in cz/msebera/android/httpclient/4.4.1.2
-
[JAR]
jsoup-1.10.2.jar
in org/jsoup/jsoup/1.10.2
-
[JAR]
junit-4.12.jar
in junit/junit/4.12
-
[JAR]
preference-v7-25.3.1.jar
in com/android/support/preference-v7/25.3.1
-
[JAR]
support-v4-25.3.1.jar
in com/android/support/support-v4/25.3.1
|
| Dependency Graph: |
Show
Less
More
|