summaryrefslogtreecommitdiff
path: root/com/nhaarman
diff options
context:
space:
mode:
authorAurimas Liutikas <aurimas@google.com>2019-05-06 18:18:36 -0700
committerAurimas Liutikas <aurimas@google.com>2019-05-06 18:18:36 -0700
commitf8cca029518820d72e77a1595b40761bf78307ad (patch)
treeddedda134eeee7d596b2a81b629230dd91df97ec /com/nhaarman
parentff51c36e6916876fb984310294823a5bf719d843 (diff)
downloadexternal-f8cca029518820d72e77a1595b40761bf78307ad.tar.gz
Add missing prebuilts needed for compose project.
import_maven_artifacts.py -n com.google.code.gson:gson:2.8.5 import_maven_artifacts.py -n com.nhaarman.mockitokotlin2:mockito-kotlin:2.0.0-RC2 Test: None Change-Id: I1d11abe4aad3c19811c95eba3d4055410cf7ee59
Diffstat (limited to 'com/nhaarman')
-rw-r--r--com/nhaarman/mockitokotlin2/mockito-kotlin/2.0.0-RC2/mockito-kotlin-2.0.0-RC2.jarbin0 -> 42440 bytes
-rw-r--r--com/nhaarman/mockitokotlin2/mockito-kotlin/2.0.0-RC2/mockito-kotlin-2.0.0-RC2.jar.md51
-rw-r--r--com/nhaarman/mockitokotlin2/mockito-kotlin/2.0.0-RC2/mockito-kotlin-2.0.0-RC2.jar.sha11
-rw-r--r--com/nhaarman/mockitokotlin2/mockito-kotlin/2.0.0-RC2/mockito-kotlin-2.0.0-RC2.pom32
-rw-r--r--com/nhaarman/mockitokotlin2/mockito-kotlin/2.0.0-RC2/mockito-kotlin-2.0.0-RC2.pom.md51
-rw-r--r--com/nhaarman/mockitokotlin2/mockito-kotlin/2.0.0-RC2/mockito-kotlin-2.0.0-RC2.pom.sha11
-rw-r--r--com/nhaarman/mockitokotlin2/mockito-kotlin/LICENSE21
7 files changed, 57 insertions, 0 deletions
diff --git a/com/nhaarman/mockitokotlin2/mockito-kotlin/2.0.0-RC2/mockito-kotlin-2.0.0-RC2.jar b/com/nhaarman/mockitokotlin2/mockito-kotlin/2.0.0-RC2/mockito-kotlin-2.0.0-RC2.jar
new file mode 100644
index 000000000..a91cbcefb
--- /dev/null
+++ b/com/nhaarman/mockitokotlin2/mockito-kotlin/2.0.0-RC2/mockito-kotlin-2.0.0-RC2.jar
Binary files differ
diff --git a/com/nhaarman/mockitokotlin2/mockito-kotlin/2.0.0-RC2/mockito-kotlin-2.0.0-RC2.jar.md5 b/com/nhaarman/mockitokotlin2/mockito-kotlin/2.0.0-RC2/mockito-kotlin-2.0.0-RC2.jar.md5
new file mode 100644
index 000000000..6a66a1ba2
--- /dev/null
+++ b/com/nhaarman/mockitokotlin2/mockito-kotlin/2.0.0-RC2/mockito-kotlin-2.0.0-RC2.jar.md5
@@ -0,0 +1 @@
+a9f13930add697e99c516191b70e492f \ No newline at end of file
diff --git a/com/nhaarman/mockitokotlin2/mockito-kotlin/2.0.0-RC2/mockito-kotlin-2.0.0-RC2.jar.sha1 b/com/nhaarman/mockitokotlin2/mockito-kotlin/2.0.0-RC2/mockito-kotlin-2.0.0-RC2.jar.sha1
new file mode 100644
index 000000000..1d06bd7b8
--- /dev/null
+++ b/com/nhaarman/mockitokotlin2/mockito-kotlin/2.0.0-RC2/mockito-kotlin-2.0.0-RC2.jar.sha1
@@ -0,0 +1 @@
+1543e70bfccbd36f7dcc37881764096353331ae9 \ No newline at end of file
diff --git a/com/nhaarman/mockitokotlin2/mockito-kotlin/2.0.0-RC2/mockito-kotlin-2.0.0-RC2.pom b/com/nhaarman/mockitokotlin2/mockito-kotlin/2.0.0-RC2/mockito-kotlin-2.0.0-RC2.pom
new file mode 100644
index 000000000..e891714d4
--- /dev/null
+++ b/com/nhaarman/mockitokotlin2/mockito-kotlin/2.0.0-RC2/mockito-kotlin-2.0.0-RC2.pom
@@ -0,0 +1,32 @@
+<?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.nhaarman.mockitokotlin2</groupId>
+ <artifactId>mockito-kotlin</artifactId>
+ <version>2.0.0-RC2</version>
+ <dependencies>
+ <dependency>
+ <groupId>org.mockito</groupId>
+ <artifactId>mockito-core</artifactId>
+ <version>2.21.0</version>
+ <scope>compile</scope>
+ </dependency>
+ </dependencies>
+ <name>Mockito-Kotlin</name>
+ <description>Using Mockito with Kotlin.</description>
+ <url>https://github.com/nhaarman/mockito-kotlin</url>
+ <scm>
+ <url>scm:git@github.com:nhaarman/mockito-kotlin.git</url>
+ </scm>
+ <licenses>
+ <license>
+ <name>MIT</name>
+ </license>
+ </licenses>
+ <developers>
+ <developer>
+ <id>nhaarman</id>
+ <name>Niek Haarman</name>
+ </developer>
+ </developers>
+</project>
diff --git a/com/nhaarman/mockitokotlin2/mockito-kotlin/2.0.0-RC2/mockito-kotlin-2.0.0-RC2.pom.md5 b/com/nhaarman/mockitokotlin2/mockito-kotlin/2.0.0-RC2/mockito-kotlin-2.0.0-RC2.pom.md5
new file mode 100644
index 000000000..07161ea90
--- /dev/null
+++ b/com/nhaarman/mockitokotlin2/mockito-kotlin/2.0.0-RC2/mockito-kotlin-2.0.0-RC2.pom.md5
@@ -0,0 +1 @@
+aba514951b7371e15ae7d8b38c3ad6ce \ No newline at end of file
diff --git a/com/nhaarman/mockitokotlin2/mockito-kotlin/2.0.0-RC2/mockito-kotlin-2.0.0-RC2.pom.sha1 b/com/nhaarman/mockitokotlin2/mockito-kotlin/2.0.0-RC2/mockito-kotlin-2.0.0-RC2.pom.sha1
new file mode 100644
index 000000000..fd8df7fad
--- /dev/null
+++ b/com/nhaarman/mockitokotlin2/mockito-kotlin/2.0.0-RC2/mockito-kotlin-2.0.0-RC2.pom.sha1
@@ -0,0 +1 @@
+d1b67cb415b1785d38d411711c621316b8b68be1 \ No newline at end of file
diff --git a/com/nhaarman/mockitokotlin2/mockito-kotlin/LICENSE b/com/nhaarman/mockitokotlin2/mockito-kotlin/LICENSE
new file mode 100644
index 000000000..a3b5fedba
--- /dev/null
+++ b/com/nhaarman/mockitokotlin2/mockito-kotlin/LICENSE
@@ -0,0 +1,21 @@
+The MIT License
+
+Copyright (c) 2010 Xtreme Labs, Pivotal Labs and Google Inc.
+
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of this software and associated documentation files (the "Software"), to deal
+in the Software without restriction, including without limitation the rights
+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in
+all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
+THE SOFTWARE. \ No newline at end of file