-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
752f6d1
commit 30aae42
Showing
24 changed files
with
166 additions
and
0 deletions.
There are no files selected for viewing
Binary file added
BIN
+527 KB
...ase/reactivecouchbase-rs-core_2.11/1.0.0/reactivecouchbase-rs-core_2.11-1.0.0-javadoc.jar
Binary file not shown.
1 change: 1 addition & 0 deletions
1
...reactivecouchbase-rs-core_2.11/1.0.0/reactivecouchbase-rs-core_2.11-1.0.0-javadoc.jar.md5
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
4e705bbcb66f143620a1c912271b886b |
1 change: 1 addition & 0 deletions
1
...eactivecouchbase-rs-core_2.11/1.0.0/reactivecouchbase-rs-core_2.11-1.0.0-javadoc.jar.sha1
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
388bcdf185c02be5198594ecb6449f75a7abf18d |
Binary file added
BIN
+13.2 KB
...ase/reactivecouchbase-rs-core_2.11/1.0.0/reactivecouchbase-rs-core_2.11-1.0.0-sources.jar
Binary file not shown.
1 change: 1 addition & 0 deletions
1
...reactivecouchbase-rs-core_2.11/1.0.0/reactivecouchbase-rs-core_2.11-1.0.0-sources.jar.md5
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
a2877af631d027d2629c69013369151d |
1 change: 1 addition & 0 deletions
1
...eactivecouchbase-rs-core_2.11/1.0.0/reactivecouchbase-rs-core_2.11-1.0.0-sources.jar.sha1
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
d1a6227c1ecd76ed891ab02d16affda3f17e25b4 |
Binary file added
BIN
+348 KB
...vecouchbase/reactivecouchbase-rs-core_2.11/1.0.0/reactivecouchbase-rs-core_2.11-1.0.0.jar
Binary file not shown.
1 change: 1 addition & 0 deletions
1
...uchbase/reactivecouchbase-rs-core_2.11/1.0.0/reactivecouchbase-rs-core_2.11-1.0.0.jar.md5
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
5fd3e38051e5f91674ba2c955e0ac164 |
1 change: 1 addition & 0 deletions
1
...chbase/reactivecouchbase-rs-core_2.11/1.0.0/reactivecouchbase-rs-core_2.11-1.0.0.jar.sha1
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
fd939e2fd2085d6e84f481ae98cadc8a96562266 |
75 changes: 75 additions & 0 deletions
75
...vecouchbase/reactivecouchbase-rs-core_2.11/1.0.0/reactivecouchbase-rs-core_2.11-1.0.0.pom
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,75 @@ | ||
<?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:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0"> | ||
<modelVersion>4.0.0</modelVersion> | ||
<groupId>org.reactivecouchbase</groupId> | ||
<artifactId>reactivecouchbase-rs-core_2.11</artifactId> | ||
<packaging>jar</packaging> | ||
<description>reactivecouchbase-rs-core</description> | ||
<version>1.0.0</version> | ||
<name>reactivecouchbase-rs-core</name> | ||
<organization> | ||
<name>org.reactivecouchbase</name> | ||
</organization> | ||
<url>https://github.com/ReactiveCouchbase/reactivecouchbase-rs-core</url> | ||
<licenses> | ||
<license> | ||
<name>Apache 2</name> | ||
<url>http://www.apache.org/licenses/LICENSE-2.0</url> | ||
<distribution>repo</distribution> | ||
</license> | ||
</licenses> | ||
<scm> | ||
<url>git@github.com:ReactiveCouchbase/reactivecouchbase-rs-core.git</url> | ||
<connection>scm:git:git@github.com:ReactiveCouchbase/reactivecouchbase-rs-core.git</connection> | ||
</scm> | ||
<developers> | ||
<developer> | ||
<id>mathieu.ancelin</id> | ||
<name>Mathieu ANCELIN</name> | ||
<url>https://github.com/mathieuancelin</url> | ||
</developer> | ||
</developers> | ||
<dependencies> | ||
<dependency> | ||
<groupId>org.scala-lang</groupId> | ||
<artifactId>scala-library</artifactId> | ||
<version>2.11.11</version> | ||
</dependency> | ||
<dependency> | ||
<groupId>com.typesafe</groupId> | ||
<artifactId>config</artifactId> | ||
<version>1.3.1</version> | ||
</dependency> | ||
<dependency> | ||
<groupId>com.couchbase.client</groupId> | ||
<artifactId>java-client</artifactId> | ||
<version>2.4.6</version> | ||
</dependency> | ||
<dependency> | ||
<groupId>com.typesafe.play</groupId> | ||
<artifactId>play-json_2.11</artifactId> | ||
<version>2.6.0</version> | ||
</dependency> | ||
<dependency> | ||
<groupId>com.typesafe.akka</groupId> | ||
<artifactId>akka-actor_2.11</artifactId> | ||
<version>2.5.3</version> | ||
</dependency> | ||
<dependency> | ||
<groupId>com.typesafe.akka</groupId> | ||
<artifactId>akka-stream_2.11</artifactId> | ||
<version>2.5.3</version> | ||
</dependency> | ||
<dependency> | ||
<groupId>io.reactivex</groupId> | ||
<artifactId>rxjava-reactive-streams</artifactId> | ||
<version>1.2.1</version> | ||
</dependency> | ||
<dependency> | ||
<groupId>org.scalatest</groupId> | ||
<artifactId>scalatest_2.11</artifactId> | ||
<version>3.0.2</version> | ||
<scope>test</scope> | ||
</dependency> | ||
</dependencies> | ||
</project> |
1 change: 1 addition & 0 deletions
1
...uchbase/reactivecouchbase-rs-core_2.11/1.0.0/reactivecouchbase-rs-core_2.11-1.0.0.pom.md5
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
d88260deb4e6cbd86e09ec3bc320e293 |
1 change: 1 addition & 0 deletions
1
...chbase/reactivecouchbase-rs-core_2.11/1.0.0/reactivecouchbase-rs-core_2.11-1.0.0.pom.sha1
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
fe8e86de52a99f20338aa0dbb26cda26ef08cfb4 |
Binary file added
BIN
+859 KB
...ase/reactivecouchbase-rs-core_2.12/1.0.0/reactivecouchbase-rs-core_2.12-1.0.0-javadoc.jar
Binary file not shown.
1 change: 1 addition & 0 deletions
1
...reactivecouchbase-rs-core_2.12/1.0.0/reactivecouchbase-rs-core_2.12-1.0.0-javadoc.jar.md5
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
a5cb3844f22ccfedea5b307a9428ed2e |
1 change: 1 addition & 0 deletions
1
...eactivecouchbase-rs-core_2.12/1.0.0/reactivecouchbase-rs-core_2.12-1.0.0-javadoc.jar.sha1
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
d6529a24a09c8b3d3605fed62ced1c3384777ec3 |
Binary file added
BIN
+13.2 KB
...ase/reactivecouchbase-rs-core_2.12/1.0.0/reactivecouchbase-rs-core_2.12-1.0.0-sources.jar
Binary file not shown.
1 change: 1 addition & 0 deletions
1
...reactivecouchbase-rs-core_2.12/1.0.0/reactivecouchbase-rs-core_2.12-1.0.0-sources.jar.md5
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
22d28bc38766d80a22afcc4876f974a9 |
1 change: 1 addition & 0 deletions
1
...eactivecouchbase-rs-core_2.12/1.0.0/reactivecouchbase-rs-core_2.12-1.0.0-sources.jar.sha1
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
78a5fd5baae4f92a546810c9f01053d8375d40f0 |
Binary file added
BIN
+199 KB
...vecouchbase/reactivecouchbase-rs-core_2.12/1.0.0/reactivecouchbase-rs-core_2.12-1.0.0.jar
Binary file not shown.
1 change: 1 addition & 0 deletions
1
...uchbase/reactivecouchbase-rs-core_2.12/1.0.0/reactivecouchbase-rs-core_2.12-1.0.0.jar.md5
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
9e871a1a4b86b4dcd8d56c1b45d3a0af |
1 change: 1 addition & 0 deletions
1
...chbase/reactivecouchbase-rs-core_2.12/1.0.0/reactivecouchbase-rs-core_2.12-1.0.0.jar.sha1
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
1e2f2d1d40aa6382b3a70b88b6c162a950065e36 |
75 changes: 75 additions & 0 deletions
75
...vecouchbase/reactivecouchbase-rs-core_2.12/1.0.0/reactivecouchbase-rs-core_2.12-1.0.0.pom
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,75 @@ | ||
<?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:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0"> | ||
<modelVersion>4.0.0</modelVersion> | ||
<groupId>org.reactivecouchbase</groupId> | ||
<artifactId>reactivecouchbase-rs-core_2.12</artifactId> | ||
<packaging>jar</packaging> | ||
<description>reactivecouchbase-rs-core</description> | ||
<version>1.0.0</version> | ||
<name>reactivecouchbase-rs-core</name> | ||
<organization> | ||
<name>org.reactivecouchbase</name> | ||
</organization> | ||
<url>https://github.com/ReactiveCouchbase/reactivecouchbase-rs-core</url> | ||
<licenses> | ||
<license> | ||
<name>Apache 2</name> | ||
<url>http://www.apache.org/licenses/LICENSE-2.0</url> | ||
<distribution>repo</distribution> | ||
</license> | ||
</licenses> | ||
<scm> | ||
<url>git@github.com:ReactiveCouchbase/reactivecouchbase-rs-core.git</url> | ||
<connection>scm:git:git@github.com:ReactiveCouchbase/reactivecouchbase-rs-core.git</connection> | ||
</scm> | ||
<developers> | ||
<developer> | ||
<id>mathieu.ancelin</id> | ||
<name>Mathieu ANCELIN</name> | ||
<url>https://github.com/mathieuancelin</url> | ||
</developer> | ||
</developers> | ||
<dependencies> | ||
<dependency> | ||
<groupId>org.scala-lang</groupId> | ||
<artifactId>scala-library</artifactId> | ||
<version>2.12.2</version> | ||
</dependency> | ||
<dependency> | ||
<groupId>com.typesafe</groupId> | ||
<artifactId>config</artifactId> | ||
<version>1.3.1</version> | ||
</dependency> | ||
<dependency> | ||
<groupId>com.couchbase.client</groupId> | ||
<artifactId>java-client</artifactId> | ||
<version>2.4.6</version> | ||
</dependency> | ||
<dependency> | ||
<groupId>com.typesafe.play</groupId> | ||
<artifactId>play-json_2.12</artifactId> | ||
<version>2.6.0</version> | ||
</dependency> | ||
<dependency> | ||
<groupId>com.typesafe.akka</groupId> | ||
<artifactId>akka-actor_2.12</artifactId> | ||
<version>2.5.3</version> | ||
</dependency> | ||
<dependency> | ||
<groupId>com.typesafe.akka</groupId> | ||
<artifactId>akka-stream_2.12</artifactId> | ||
<version>2.5.3</version> | ||
</dependency> | ||
<dependency> | ||
<groupId>io.reactivex</groupId> | ||
<artifactId>rxjava-reactive-streams</artifactId> | ||
<version>1.2.1</version> | ||
</dependency> | ||
<dependency> | ||
<groupId>org.scalatest</groupId> | ||
<artifactId>scalatest_2.12</artifactId> | ||
<version>3.0.2</version> | ||
<scope>test</scope> | ||
</dependency> | ||
</dependencies> | ||
</project> |
1 change: 1 addition & 0 deletions
1
...uchbase/reactivecouchbase-rs-core_2.12/1.0.0/reactivecouchbase-rs-core_2.12-1.0.0.pom.md5
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
238cc7956f2e2d3cd3cadee0be91e7d0 |
1 change: 1 addition & 0 deletions
1
...chbase/reactivecouchbase-rs-core_2.12/1.0.0/reactivecouchbase-rs-core_2.12-1.0.0.pom.sha1
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
06ff60b6a056da1bb6c4c39a473691c16ce57096 |