summaryrefslogtreecommitdiffstats
path: root/com/android/tools/common/26.6.0-dev/common-26.6.0-dev.pom
diff options
context:
space:
mode:
Diffstat (limited to 'com/android/tools/common/26.6.0-dev/common-26.6.0-dev.pom')
-rw-r--r--com/android/tools/common/26.6.0-dev/common-26.6.0-dev.pom47
1 files changed, 47 insertions, 0 deletions
diff --git a/com/android/tools/common/26.6.0-dev/common-26.6.0-dev.pom b/com/android/tools/common/26.6.0-dev/common-26.6.0-dev.pom
new file mode 100644
index 0000000..9b57ae1
--- /dev/null
+++ b/com/android/tools/common/26.6.0-dev/common-26.6.0-dev.pom
@@ -0,0 +1,47 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+ <modelVersion>4.0.0</modelVersion>
+ <groupId>com.android.tools</groupId>
+ <artifactId>common</artifactId>
+ <version>26.6.0-dev</version>
+ <name>Android Tools common library</name>
+ <description>common library used by other Android tools libraries.</description>
+ <url>https://developer.android.com/studio</url>
+ <inceptionYear>2007</inceptionYear>
+ <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>The Android Open Source Project</name>
+ </developer>
+ </developers>
+ <scm>
+ <connection>git://android.googlesource.com/platform/tools/base.git</connection>
+ <url>https://android.googlesource.com/platform/tools/base</url>
+ </scm>
+ <dependencies>
+ <dependency>
+ <groupId>com.android.tools</groupId>
+ <artifactId>annotations</artifactId>
+ <version>26.6.0-dev</version>
+ <scope>compile</scope>
+ </dependency>
+ <dependency>
+ <groupId>com.google.guava</groupId>
+ <artifactId>guava</artifactId>
+ <version>27.1-jre</version>
+ <scope>compile</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.jetbrains.kotlin</groupId>
+ <artifactId>kotlin-stdlib-jdk8</artifactId>
+ <version>1.3.41</version>
+ <scope>runtime</scope>
+ </dependency>
+ </dependencies>
+</project>