| Group ID: |
com.github.ksoichiro |
| Artifact ID: |
simplealertdialog-tests |
| Last modified: |
31.08.2014 04:41 |
| Packaging: |
apk |
| Name: |
SimpleAlertDialog for Android Tests |
|
|
| Size: |
40.0 KB |
| Download: |
https://repo.maven.apache.org/maven2/com/github/ksoichiro/simplealertdialog-tests/1.1.2/simplealertdialog-tests-1.1.2.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/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>com.github.ksoichiro</groupId>
<artifactId>simplealertdialog-parent</artifactId>
<version>1.1.2</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>simplealertdialog-tests</artifactId>
<name>SimpleAlertDialog for Android Tests</name>
<packaging>apk</packaging>
<dependencies>
<dependency>
<groupId>com.google.android</groupId>
<artifactId>android</artifactId>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>com.google.android</groupId>
<artifactId>android-test</artifactId>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>com.google.android</groupId>
<artifactId>support-v4</artifactId>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>simplealertdialog</artifactId>
<version>${project.version}</version>
<type>apklib</type>
</dependency>
</dependencies>
<build>
<sourceDirectory>src</sourceDirectory>
<plugins>
<plugin>
<groupId>com.google.code.maven-replacer-plugin</groupId>
<artifactId>maven-replacer-plugin</artifactId>
<executions>
<execution>
<phase>process-sources</phase>
<goals>
<goal>replace</goal>
</goals>
</execution>
</executions>
<configuration>
<ignoreMissingFile>false</ignoreMissingFile>
<file>target/generated-sources/r/com/simplealertdialog/R.java</file>
<outputFile>target/generated-sources/r/com/simplealertdialog/R.java</outputFile>
<regex>false</regex>
<token>static final int</token>
<value>static int</value>
</configuration>
</plugin>
<plugin>
<extensions>true</extensions>
<groupId>com.jayway.maven.plugins.android.generation2</groupId>
<artifactId>android-maven-plugin</artifactId>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
</plugin>
</plugins>
</build>
</project>
|
| Maven: |
<dependency>
<groupId>com.github.ksoichiro</groupId>
<artifactId>simplealertdialog-tests</artifactId>
<version>1.1.2</version>
</dependency>
|
| Gradle: |
com.github.ksoichiro:simplealertdialog-tests:1.1.2 |
|
Contained classes:
|
Show all
|
|
Contained classes:
|
|
| Dependencies: |
-
[JAR]
android-2.2.1.jar
in com/google/android/android/2.2.1
-
[JAR]
android-test-2.3.3.jar
in com/google/android/android-test/2.3.3
-
[JAR]
simplealertdialog-${project.version}.jar
in ${project/groupId}/simplealertdialog/${project.version}
-
[JAR]
support-v4-r7.jar
in com/google/android/support-v4/r7
|
| Dependency Graph: |
Show
More
|