diff --git a/.gitmodules b/.gitmodules index 5024403b..69b31c5e 100644 --- a/.gitmodules +++ b/.gitmodules @@ -13,3 +13,6 @@ [submodule "guava"] path = com.google.guava url = git@github.com:sgammon/guava.git +[submodule "reactive-streams"] + path = org.reactivestreams + url = git@github.com:sgammon/reactive-streams-jvm.git diff --git a/Makefile b/Makefile index 05fedfb1..443f6cba 100644 --- a/Makefile +++ b/Makefile @@ -16,16 +16,18 @@ ifeq ($(SNAPSHOT),yes) export CHECKER_FRAMEWORK_VERSION ?= 3.43.0-SNAPSHOT export GUAVA_VERSION ?= 1.0-HEAD-jre-SNAPSHOT export GUAVA_FAILUREACCESS_VERSION ?= 1.0.3-jpms +export REACTIVE_STREAMS_VERSION ?= 1.0.5-SNAPSHOT else export CHECKER_FRAMEWORK_VERSION ?= 3.43.0-SNAPSHOT export GUAVA_VERSION ?= 33.0.0-jre-jpms export GUAVA_FAILUREACCESS_VERSION ?= 1.0.3-jpms +export REACTIVE_STREAMS_VERSION ?= 1.0.5-jpms endif export PROJECT ?= $(shell pwd) export LIBS ?= $(PROJECT)/libs -DEPS ?= com.google.guava com.google.errorprone com.google.j2objc org.checkerframework +DEPS ?= com.google.guava com.google.errorprone com.google.j2objc org.checkerframework org.reactivestreams POSIX_FLAGS ?= ifeq ($(VERBOSE),yes) @@ -140,6 +142,19 @@ com.google.guava/guava/futures/failureaccess/target: && $(GIT) checkout . \ && echo "Guava Failure Access ready." +reactivestreams: org.reactivestreams ## Build Reactive Streams. +org.reactivestreams: org.reactivestreams/api/build/libs +org.reactivestreams/api/build/libs: + $(info Building Reactive Streams...) + $(RULE)cd org.reactivestreams \ + && $(GRADLE) \ + -Pversion=$(REACTIVE_STREAMS_VERSION) \ + -PreleaseVersion=$(REACTIVE_STREAMS_VERSION) \ + $(GRADLE_GOAL) \ + publishToMavenLocal \ + publishAllPublicationsToMavenLocalRepository \ + && echo "Reactive Streams ready." + # # Top-level commands # @@ -171,6 +186,7 @@ $(LIBS): com.google.errorprone/annotations/target/*.jar \ com.google.j2objc/annotations/target/*.jar \ org.checkerframework/checker-qual/build/libs/*.jar \ + org.reactivestreams/api/build/libs/*.jar \ com.google.guava/guava/target/*.jar \ $(LIBS) @@ -192,6 +208,7 @@ git-add: repository/com/google/j2objc \ repository/com/google/errorprone \ repository/org/checkerframework \ + repository/org/reactivestreams \ repository/dev/javamodules $(GIT) status -sb @@ -205,6 +222,7 @@ clean: ## Clean all built targets. com.google.guava/futures/failureaccess/target \ org.checkerframework/build \ org.checkerframework/*/build \ + org.reactivestreams/*/build \ samples/gradle-platform/app/build \ samples/modular-guava/app/build \ samples/modular-guava-repo/app/build \ diff --git a/org.reactivestreams b/org.reactivestreams new file mode 160000 index 00000000..a973c9e8 --- /dev/null +++ b/org.reactivestreams @@ -0,0 +1 @@ +Subproject commit a973c9e82105edb431bde694506737686baf51dd diff --git a/repository/org/reactivestreams/reactive-streams-examples/1.0.5-SNAPSHOT/maven-metadata-local.xml b/repository/org/reactivestreams/reactive-streams-examples/1.0.5-SNAPSHOT/maven-metadata-local.xml new file mode 100644 index 00000000..0721c4a3 --- /dev/null +++ b/repository/org/reactivestreams/reactive-streams-examples/1.0.5-SNAPSHOT/maven-metadata-local.xml @@ -0,0 +1,29 @@ + + + org.reactivestreams + reactive-streams-examples + + 20240313040851 + + true + + + + module + 1.0.5-SNAPSHOT + 20240313040851 + + + jar + 1.0.5-SNAPSHOT + 20240313040851 + + + pom + 1.0.5-SNAPSHOT + 20240313040851 + + + + 1.0.5-SNAPSHOT + diff --git a/repository/org/reactivestreams/reactive-streams-examples/1.0.5-SNAPSHOT/maven-metadata.xml b/repository/org/reactivestreams/reactive-streams-examples/1.0.5-SNAPSHOT/maven-metadata.xml new file mode 100644 index 00000000..c74fe0e6 --- /dev/null +++ b/repository/org/reactivestreams/reactive-streams-examples/1.0.5-SNAPSHOT/maven-metadata.xml @@ -0,0 +1,30 @@ + + + org.reactivestreams + reactive-streams-examples + + 20240313040846 + + 20240313.040846 + 1 + + + + module + 1.0.5-20240313.040846-1 + 20240313040846 + + + jar + 1.0.5-20240313.040846-1 + 20240313040846 + + + pom + 1.0.5-20240313.040846-1 + 20240313040846 + + + + 1.0.5-SNAPSHOT + diff --git a/repository/org/reactivestreams/reactive-streams-examples/1.0.5-SNAPSHOT/maven-metadata.xml.md5 b/repository/org/reactivestreams/reactive-streams-examples/1.0.5-SNAPSHOT/maven-metadata.xml.md5 new file mode 100644 index 00000000..0d617c02 --- /dev/null +++ b/repository/org/reactivestreams/reactive-streams-examples/1.0.5-SNAPSHOT/maven-metadata.xml.md5 @@ -0,0 +1 @@ +1fefc6b4b9de3b14c2272ebb90a0c313 \ No newline at end of file diff --git a/repository/org/reactivestreams/reactive-streams-examples/1.0.5-SNAPSHOT/maven-metadata.xml.sha1 b/repository/org/reactivestreams/reactive-streams-examples/1.0.5-SNAPSHOT/maven-metadata.xml.sha1 new file mode 100644 index 00000000..5b4c7e93 --- /dev/null +++ b/repository/org/reactivestreams/reactive-streams-examples/1.0.5-SNAPSHOT/maven-metadata.xml.sha1 @@ -0,0 +1 @@ +17232b73cf8ff5a04299ada18185212c6465c4c7 \ No newline at end of file diff --git a/repository/org/reactivestreams/reactive-streams-examples/1.0.5-SNAPSHOT/maven-metadata.xml.sha256 b/repository/org/reactivestreams/reactive-streams-examples/1.0.5-SNAPSHOT/maven-metadata.xml.sha256 new file mode 100644 index 00000000..c30c2998 --- /dev/null +++ b/repository/org/reactivestreams/reactive-streams-examples/1.0.5-SNAPSHOT/maven-metadata.xml.sha256 @@ -0,0 +1 @@ +1cd74a2ff200512d804deb3c2516aa1372ff8297dcc65e76bb5bcd81b20069ab \ No newline at end of file diff --git a/repository/org/reactivestreams/reactive-streams-examples/1.0.5-SNAPSHOT/maven-metadata.xml.sha512 b/repository/org/reactivestreams/reactive-streams-examples/1.0.5-SNAPSHOT/maven-metadata.xml.sha512 new file mode 100644 index 00000000..5bbc1a39 --- /dev/null +++ b/repository/org/reactivestreams/reactive-streams-examples/1.0.5-SNAPSHOT/maven-metadata.xml.sha512 @@ -0,0 +1 @@ +a69b344a6516a7e8b6ddd6dd41e95c0b26a0eb6d90a54e2d4c20c72d79dbbaa3db170e59d74e9e44caf54c84419112de5d368c365c2c366b0c00d4737d3cb9d4 \ No newline at end of file diff --git a/repository/org/reactivestreams/reactive-streams-examples/1.0.5-SNAPSHOT/reactive-streams-examples-1.0.5-20240313.040846-1.jar b/repository/org/reactivestreams/reactive-streams-examples/1.0.5-SNAPSHOT/reactive-streams-examples-1.0.5-20240313.040846-1.jar new file mode 100644 index 00000000..18ed465c Binary files /dev/null and b/repository/org/reactivestreams/reactive-streams-examples/1.0.5-SNAPSHOT/reactive-streams-examples-1.0.5-20240313.040846-1.jar differ diff --git a/repository/org/reactivestreams/reactive-streams-examples/1.0.5-SNAPSHOT/reactive-streams-examples-1.0.5-20240313.040846-1.jar.md5 b/repository/org/reactivestreams/reactive-streams-examples/1.0.5-SNAPSHOT/reactive-streams-examples-1.0.5-20240313.040846-1.jar.md5 new file mode 100644 index 00000000..26556d85 --- /dev/null +++ b/repository/org/reactivestreams/reactive-streams-examples/1.0.5-SNAPSHOT/reactive-streams-examples-1.0.5-20240313.040846-1.jar.md5 @@ -0,0 +1 @@ +3073c232ad16215911beba1c88577e50 \ No newline at end of file diff --git a/repository/org/reactivestreams/reactive-streams-examples/1.0.5-SNAPSHOT/reactive-streams-examples-1.0.5-20240313.040846-1.jar.sha1 b/repository/org/reactivestreams/reactive-streams-examples/1.0.5-SNAPSHOT/reactive-streams-examples-1.0.5-20240313.040846-1.jar.sha1 new file mode 100644 index 00000000..eb0f924d --- /dev/null +++ b/repository/org/reactivestreams/reactive-streams-examples/1.0.5-SNAPSHOT/reactive-streams-examples-1.0.5-20240313.040846-1.jar.sha1 @@ -0,0 +1 @@ +c5ce178dae90225e902b96609aa410d54be35af9 \ No newline at end of file diff --git a/repository/org/reactivestreams/reactive-streams-examples/1.0.5-SNAPSHOT/reactive-streams-examples-1.0.5-20240313.040846-1.jar.sha256 b/repository/org/reactivestreams/reactive-streams-examples/1.0.5-SNAPSHOT/reactive-streams-examples-1.0.5-20240313.040846-1.jar.sha256 new file mode 100644 index 00000000..ec63a820 --- /dev/null +++ b/repository/org/reactivestreams/reactive-streams-examples/1.0.5-SNAPSHOT/reactive-streams-examples-1.0.5-20240313.040846-1.jar.sha256 @@ -0,0 +1 @@ +9e397062f913ae4da3ab514455e4b6cbd903d760cf3679192d4710cc14ec8f0d \ No newline at end of file diff --git a/repository/org/reactivestreams/reactive-streams-examples/1.0.5-SNAPSHOT/reactive-streams-examples-1.0.5-20240313.040846-1.jar.sha512 b/repository/org/reactivestreams/reactive-streams-examples/1.0.5-SNAPSHOT/reactive-streams-examples-1.0.5-20240313.040846-1.jar.sha512 new file mode 100644 index 00000000..af9adc0b --- /dev/null +++ b/repository/org/reactivestreams/reactive-streams-examples/1.0.5-SNAPSHOT/reactive-streams-examples-1.0.5-20240313.040846-1.jar.sha512 @@ -0,0 +1 @@ +1ad46111dee81559aeeffea880f576986166420e43ed60fff9e1a11eef371e5fe6a5a7e370040939c3eb0c32b51cf9b152aa663eb281159d0830c6017d0b70f6 \ No newline at end of file diff --git a/repository/org/reactivestreams/reactive-streams-examples/1.0.5-SNAPSHOT/reactive-streams-examples-1.0.5-20240313.040846-1.module b/repository/org/reactivestreams/reactive-streams-examples/1.0.5-SNAPSHOT/reactive-streams-examples-1.0.5-20240313.040846-1.module new file mode 100644 index 00000000..25a36a13 --- /dev/null +++ b/repository/org/reactivestreams/reactive-streams-examples/1.0.5-SNAPSHOT/reactive-streams-examples-1.0.5-20240313.040846-1.module @@ -0,0 +1,69 @@ +{ + "formatVersion": "1.1", + "component": { + "group": "org.reactivestreams", + "module": "reactive-streams-examples", + "version": "1.0.5-SNAPSHOT", + "attributes": { + "org.gradle.status": "integration" + } + }, + "createdBy": { + "gradle": { + "version": "8.6" + } + }, + "variants": [ + { + "name": "apiElements", + "attributes": { + "org.gradle.category": "library", + "org.gradle.dependency.bundling": "external", + "org.gradle.jvm.version": 6, + "org.gradle.libraryelements": "jar", + "org.gradle.usage": "java-api" + }, + "files": [ + { + "name": "reactive-streams-examples-1.0.5-SNAPSHOT.jar", + "url": "reactive-streams-examples-1.0.5-SNAPSHOT.jar", + "size": 25361, + "sha512": "1ad46111dee81559aeeffea880f576986166420e43ed60fff9e1a11eef371e5fe6a5a7e370040939c3eb0c32b51cf9b152aa663eb281159d0830c6017d0b70f6", + "sha256": "9e397062f913ae4da3ab514455e4b6cbd903d760cf3679192d4710cc14ec8f0d", + "sha1": "c5ce178dae90225e902b96609aa410d54be35af9", + "md5": "3073c232ad16215911beba1c88577e50" + } + ] + }, + { + "name": "runtimeElements", + "attributes": { + "org.gradle.category": "library", + "org.gradle.dependency.bundling": "external", + "org.gradle.jvm.version": 6, + "org.gradle.libraryelements": "jar", + "org.gradle.usage": "java-runtime" + }, + "dependencies": [ + { + "group": "org.reactivestreams", + "module": "reactive-streams", + "version": { + "requires": "1.0.5-SNAPSHOT" + } + } + ], + "files": [ + { + "name": "reactive-streams-examples-1.0.5-SNAPSHOT.jar", + "url": "reactive-streams-examples-1.0.5-SNAPSHOT.jar", + "size": 25361, + "sha512": "1ad46111dee81559aeeffea880f576986166420e43ed60fff9e1a11eef371e5fe6a5a7e370040939c3eb0c32b51cf9b152aa663eb281159d0830c6017d0b70f6", + "sha256": "9e397062f913ae4da3ab514455e4b6cbd903d760cf3679192d4710cc14ec8f0d", + "sha1": "c5ce178dae90225e902b96609aa410d54be35af9", + "md5": "3073c232ad16215911beba1c88577e50" + } + ] + } + ] +} diff --git a/repository/org/reactivestreams/reactive-streams-examples/1.0.5-SNAPSHOT/reactive-streams-examples-1.0.5-20240313.040846-1.module.md5 b/repository/org/reactivestreams/reactive-streams-examples/1.0.5-SNAPSHOT/reactive-streams-examples-1.0.5-20240313.040846-1.module.md5 new file mode 100644 index 00000000..30233a9e --- /dev/null +++ b/repository/org/reactivestreams/reactive-streams-examples/1.0.5-SNAPSHOT/reactive-streams-examples-1.0.5-20240313.040846-1.module.md5 @@ -0,0 +1 @@ +53a5c48b612c6056029cdbd3983e4f68 \ No newline at end of file diff --git a/repository/org/reactivestreams/reactive-streams-examples/1.0.5-SNAPSHOT/reactive-streams-examples-1.0.5-20240313.040846-1.module.sha1 b/repository/org/reactivestreams/reactive-streams-examples/1.0.5-SNAPSHOT/reactive-streams-examples-1.0.5-20240313.040846-1.module.sha1 new file mode 100644 index 00000000..e3e94319 --- /dev/null +++ b/repository/org/reactivestreams/reactive-streams-examples/1.0.5-SNAPSHOT/reactive-streams-examples-1.0.5-20240313.040846-1.module.sha1 @@ -0,0 +1 @@ +b15fa4019d157ea1fd6e6ec2968b9ce233a5bfc6 \ No newline at end of file diff --git a/repository/org/reactivestreams/reactive-streams-examples/1.0.5-SNAPSHOT/reactive-streams-examples-1.0.5-20240313.040846-1.module.sha256 b/repository/org/reactivestreams/reactive-streams-examples/1.0.5-SNAPSHOT/reactive-streams-examples-1.0.5-20240313.040846-1.module.sha256 new file mode 100644 index 00000000..34e06b52 --- /dev/null +++ b/repository/org/reactivestreams/reactive-streams-examples/1.0.5-SNAPSHOT/reactive-streams-examples-1.0.5-20240313.040846-1.module.sha256 @@ -0,0 +1 @@ +95b1991cf3257322f3ccdcf2a0abdf83230f25078a05d99c39e633497c6324b7 \ No newline at end of file diff --git a/repository/org/reactivestreams/reactive-streams-examples/1.0.5-SNAPSHOT/reactive-streams-examples-1.0.5-20240313.040846-1.module.sha512 b/repository/org/reactivestreams/reactive-streams-examples/1.0.5-SNAPSHOT/reactive-streams-examples-1.0.5-20240313.040846-1.module.sha512 new file mode 100644 index 00000000..bc67143f --- /dev/null +++ b/repository/org/reactivestreams/reactive-streams-examples/1.0.5-SNAPSHOT/reactive-streams-examples-1.0.5-20240313.040846-1.module.sha512 @@ -0,0 +1 @@ +5d9cf2ebcb2a0682b98bc793170c0d3cb8929c9816e40ecfca4c04b0896f757434ce0938ff9ce52aee9f6187ed824a62c7ccd8dcb698944ff7105ed10f2ca193 \ No newline at end of file diff --git a/repository/org/reactivestreams/reactive-streams-examples/1.0.5-SNAPSHOT/reactive-streams-examples-1.0.5-20240313.040846-1.pom b/repository/org/reactivestreams/reactive-streams-examples/1.0.5-SNAPSHOT/reactive-streams-examples-1.0.5-20240313.040846-1.pom new file mode 100644 index 00000000..4fca8780 --- /dev/null +++ b/repository/org/reactivestreams/reactive-streams-examples/1.0.5-SNAPSHOT/reactive-streams-examples-1.0.5-20240313.040846-1.pom @@ -0,0 +1,43 @@ + + + + + + + + 4.0.0 + org.reactivestreams + reactive-streams-examples + 1.0.5-SNAPSHOT + reactive-streams + A Protocol for Asynchronous Non-Blocking Data Sequence + https://www.reactive-streams.org/ + 2014 + + + MIT-0 + https://spdx.org/licenses/MIT-0.html + repo + + + + + reactive-streams-sig + Reactive Streams SIG + https://www.reactive-streams.org/ + + + + scm:git:git@github.com:reactive-streams/reactive-streams.git + git@github.com:reactive-streams/reactive-streams.git + + + + org.reactivestreams + reactive-streams + 1.0.5-SNAPSHOT + runtime + + + diff --git a/repository/org/reactivestreams/reactive-streams-examples/1.0.5-SNAPSHOT/reactive-streams-examples-1.0.5-20240313.040846-1.pom.md5 b/repository/org/reactivestreams/reactive-streams-examples/1.0.5-SNAPSHOT/reactive-streams-examples-1.0.5-20240313.040846-1.pom.md5 new file mode 100644 index 00000000..ce750a35 --- /dev/null +++ b/repository/org/reactivestreams/reactive-streams-examples/1.0.5-SNAPSHOT/reactive-streams-examples-1.0.5-20240313.040846-1.pom.md5 @@ -0,0 +1 @@ +0f6ea8220bd0042a2095eb46a71fce52 \ No newline at end of file diff --git a/repository/org/reactivestreams/reactive-streams-examples/1.0.5-SNAPSHOT/reactive-streams-examples-1.0.5-20240313.040846-1.pom.sha1 b/repository/org/reactivestreams/reactive-streams-examples/1.0.5-SNAPSHOT/reactive-streams-examples-1.0.5-20240313.040846-1.pom.sha1 new file mode 100644 index 00000000..2abd7eb9 --- /dev/null +++ b/repository/org/reactivestreams/reactive-streams-examples/1.0.5-SNAPSHOT/reactive-streams-examples-1.0.5-20240313.040846-1.pom.sha1 @@ -0,0 +1 @@ +0d2d697f52d9bcd1114f19f19cec0e910ea34814 \ No newline at end of file diff --git a/repository/org/reactivestreams/reactive-streams-examples/1.0.5-SNAPSHOT/reactive-streams-examples-1.0.5-20240313.040846-1.pom.sha256 b/repository/org/reactivestreams/reactive-streams-examples/1.0.5-SNAPSHOT/reactive-streams-examples-1.0.5-20240313.040846-1.pom.sha256 new file mode 100644 index 00000000..2dc12a9e --- /dev/null +++ b/repository/org/reactivestreams/reactive-streams-examples/1.0.5-SNAPSHOT/reactive-streams-examples-1.0.5-20240313.040846-1.pom.sha256 @@ -0,0 +1 @@ +42ab46b18e4822b13282bbdec64f56e73ef0429c144672359a559e22882f1a84 \ No newline at end of file diff --git a/repository/org/reactivestreams/reactive-streams-examples/1.0.5-SNAPSHOT/reactive-streams-examples-1.0.5-20240313.040846-1.pom.sha512 b/repository/org/reactivestreams/reactive-streams-examples/1.0.5-SNAPSHOT/reactive-streams-examples-1.0.5-20240313.040846-1.pom.sha512 new file mode 100644 index 00000000..936a4727 --- /dev/null +++ b/repository/org/reactivestreams/reactive-streams-examples/1.0.5-SNAPSHOT/reactive-streams-examples-1.0.5-20240313.040846-1.pom.sha512 @@ -0,0 +1 @@ +ad30d2b434a9691b649894479cf6d2c2d19458aaa7dca667cab44d50a713dd8bad715ef36c4c0360f0397538bcf29cd4643a68edc733b693f0bf233c51d60da6 \ No newline at end of file diff --git a/repository/org/reactivestreams/reactive-streams-examples/1.0.5-SNAPSHOT/reactive-streams-examples-1.0.5-SNAPSHOT.jar b/repository/org/reactivestreams/reactive-streams-examples/1.0.5-SNAPSHOT/reactive-streams-examples-1.0.5-SNAPSHOT.jar new file mode 100644 index 00000000..18ed465c Binary files /dev/null and b/repository/org/reactivestreams/reactive-streams-examples/1.0.5-SNAPSHOT/reactive-streams-examples-1.0.5-SNAPSHOT.jar differ diff --git a/repository/org/reactivestreams/reactive-streams-examples/1.0.5-SNAPSHOT/reactive-streams-examples-1.0.5-SNAPSHOT.module b/repository/org/reactivestreams/reactive-streams-examples/1.0.5-SNAPSHOT/reactive-streams-examples-1.0.5-SNAPSHOT.module new file mode 100644 index 00000000..25a36a13 --- /dev/null +++ b/repository/org/reactivestreams/reactive-streams-examples/1.0.5-SNAPSHOT/reactive-streams-examples-1.0.5-SNAPSHOT.module @@ -0,0 +1,69 @@ +{ + "formatVersion": "1.1", + "component": { + "group": "org.reactivestreams", + "module": "reactive-streams-examples", + "version": "1.0.5-SNAPSHOT", + "attributes": { + "org.gradle.status": "integration" + } + }, + "createdBy": { + "gradle": { + "version": "8.6" + } + }, + "variants": [ + { + "name": "apiElements", + "attributes": { + "org.gradle.category": "library", + "org.gradle.dependency.bundling": "external", + "org.gradle.jvm.version": 6, + "org.gradle.libraryelements": "jar", + "org.gradle.usage": "java-api" + }, + "files": [ + { + "name": "reactive-streams-examples-1.0.5-SNAPSHOT.jar", + "url": "reactive-streams-examples-1.0.5-SNAPSHOT.jar", + "size": 25361, + "sha512": "1ad46111dee81559aeeffea880f576986166420e43ed60fff9e1a11eef371e5fe6a5a7e370040939c3eb0c32b51cf9b152aa663eb281159d0830c6017d0b70f6", + "sha256": "9e397062f913ae4da3ab514455e4b6cbd903d760cf3679192d4710cc14ec8f0d", + "sha1": "c5ce178dae90225e902b96609aa410d54be35af9", + "md5": "3073c232ad16215911beba1c88577e50" + } + ] + }, + { + "name": "runtimeElements", + "attributes": { + "org.gradle.category": "library", + "org.gradle.dependency.bundling": "external", + "org.gradle.jvm.version": 6, + "org.gradle.libraryelements": "jar", + "org.gradle.usage": "java-runtime" + }, + "dependencies": [ + { + "group": "org.reactivestreams", + "module": "reactive-streams", + "version": { + "requires": "1.0.5-SNAPSHOT" + } + } + ], + "files": [ + { + "name": "reactive-streams-examples-1.0.5-SNAPSHOT.jar", + "url": "reactive-streams-examples-1.0.5-SNAPSHOT.jar", + "size": 25361, + "sha512": "1ad46111dee81559aeeffea880f576986166420e43ed60fff9e1a11eef371e5fe6a5a7e370040939c3eb0c32b51cf9b152aa663eb281159d0830c6017d0b70f6", + "sha256": "9e397062f913ae4da3ab514455e4b6cbd903d760cf3679192d4710cc14ec8f0d", + "sha1": "c5ce178dae90225e902b96609aa410d54be35af9", + "md5": "3073c232ad16215911beba1c88577e50" + } + ] + } + ] +} diff --git a/repository/org/reactivestreams/reactive-streams-examples/1.0.5-SNAPSHOT/reactive-streams-examples-1.0.5-SNAPSHOT.pom b/repository/org/reactivestreams/reactive-streams-examples/1.0.5-SNAPSHOT/reactive-streams-examples-1.0.5-SNAPSHOT.pom new file mode 100644 index 00000000..4fca8780 --- /dev/null +++ b/repository/org/reactivestreams/reactive-streams-examples/1.0.5-SNAPSHOT/reactive-streams-examples-1.0.5-SNAPSHOT.pom @@ -0,0 +1,43 @@ + + + + + + + + 4.0.0 + org.reactivestreams + reactive-streams-examples + 1.0.5-SNAPSHOT + reactive-streams + A Protocol for Asynchronous Non-Blocking Data Sequence + https://www.reactive-streams.org/ + 2014 + + + MIT-0 + https://spdx.org/licenses/MIT-0.html + repo + + + + + reactive-streams-sig + Reactive Streams SIG + https://www.reactive-streams.org/ + + + + scm:git:git@github.com:reactive-streams/reactive-streams.git + git@github.com:reactive-streams/reactive-streams.git + + + + org.reactivestreams + reactive-streams + 1.0.5-SNAPSHOT + runtime + + + diff --git a/repository/org/reactivestreams/reactive-streams-examples/1.0.5-jpms/reactive-streams-examples-1.0.5-jpms.jar b/repository/org/reactivestreams/reactive-streams-examples/1.0.5-jpms/reactive-streams-examples-1.0.5-jpms.jar new file mode 100644 index 00000000..44a2bcbf Binary files /dev/null and b/repository/org/reactivestreams/reactive-streams-examples/1.0.5-jpms/reactive-streams-examples-1.0.5-jpms.jar differ diff --git a/repository/org/reactivestreams/reactive-streams-examples/1.0.5-jpms/reactive-streams-examples-1.0.5-jpms.jar.md5 b/repository/org/reactivestreams/reactive-streams-examples/1.0.5-jpms/reactive-streams-examples-1.0.5-jpms.jar.md5 new file mode 100644 index 00000000..343809fb --- /dev/null +++ b/repository/org/reactivestreams/reactive-streams-examples/1.0.5-jpms/reactive-streams-examples-1.0.5-jpms.jar.md5 @@ -0,0 +1 @@ +a47d0573f202b46d7ecf9d3f7ed06a21 \ No newline at end of file diff --git a/repository/org/reactivestreams/reactive-streams-examples/1.0.5-jpms/reactive-streams-examples-1.0.5-jpms.jar.sha1 b/repository/org/reactivestreams/reactive-streams-examples/1.0.5-jpms/reactive-streams-examples-1.0.5-jpms.jar.sha1 new file mode 100644 index 00000000..20d11989 --- /dev/null +++ b/repository/org/reactivestreams/reactive-streams-examples/1.0.5-jpms/reactive-streams-examples-1.0.5-jpms.jar.sha1 @@ -0,0 +1 @@ +afca70c3b44e29b428c54b66aa14ffc15ae90f36 \ No newline at end of file diff --git a/repository/org/reactivestreams/reactive-streams-examples/1.0.5-jpms/reactive-streams-examples-1.0.5-jpms.jar.sha256 b/repository/org/reactivestreams/reactive-streams-examples/1.0.5-jpms/reactive-streams-examples-1.0.5-jpms.jar.sha256 new file mode 100644 index 00000000..760d9607 --- /dev/null +++ b/repository/org/reactivestreams/reactive-streams-examples/1.0.5-jpms/reactive-streams-examples-1.0.5-jpms.jar.sha256 @@ -0,0 +1 @@ +980e1d7cc5b2ec831ab1d54cef45703d36e78351a03c3b4157e413356950fb85 \ No newline at end of file diff --git a/repository/org/reactivestreams/reactive-streams-examples/1.0.5-jpms/reactive-streams-examples-1.0.5-jpms.jar.sha512 b/repository/org/reactivestreams/reactive-streams-examples/1.0.5-jpms/reactive-streams-examples-1.0.5-jpms.jar.sha512 new file mode 100644 index 00000000..51144b98 --- /dev/null +++ b/repository/org/reactivestreams/reactive-streams-examples/1.0.5-jpms/reactive-streams-examples-1.0.5-jpms.jar.sha512 @@ -0,0 +1 @@ +c909e796b5690161831044ec84bf8e58238e9b60a0a334cfc7a7e9ebeaacb3a966f88b27ce96d65b357e98dca275b189f185cd3283047796367735b1bf83d11e \ No newline at end of file diff --git a/repository/org/reactivestreams/reactive-streams-examples/1.0.5-jpms/reactive-streams-examples-1.0.5-jpms.module b/repository/org/reactivestreams/reactive-streams-examples/1.0.5-jpms/reactive-streams-examples-1.0.5-jpms.module new file mode 100644 index 00000000..0eb0d74f --- /dev/null +++ b/repository/org/reactivestreams/reactive-streams-examples/1.0.5-jpms/reactive-streams-examples-1.0.5-jpms.module @@ -0,0 +1,69 @@ +{ + "formatVersion": "1.1", + "component": { + "group": "org.reactivestreams", + "module": "reactive-streams-examples", + "version": "1.0.5-jpms", + "attributes": { + "org.gradle.status": "release" + } + }, + "createdBy": { + "gradle": { + "version": "8.6" + } + }, + "variants": [ + { + "name": "apiElements", + "attributes": { + "org.gradle.category": "library", + "org.gradle.dependency.bundling": "external", + "org.gradle.jvm.version": 6, + "org.gradle.libraryelements": "jar", + "org.gradle.usage": "java-api" + }, + "files": [ + { + "name": "reactive-streams-examples-1.0.5-jpms.jar", + "url": "reactive-streams-examples-1.0.5-jpms.jar", + "size": 25353, + "sha512": "c909e796b5690161831044ec84bf8e58238e9b60a0a334cfc7a7e9ebeaacb3a966f88b27ce96d65b357e98dca275b189f185cd3283047796367735b1bf83d11e", + "sha256": "980e1d7cc5b2ec831ab1d54cef45703d36e78351a03c3b4157e413356950fb85", + "sha1": "afca70c3b44e29b428c54b66aa14ffc15ae90f36", + "md5": "a47d0573f202b46d7ecf9d3f7ed06a21" + } + ] + }, + { + "name": "runtimeElements", + "attributes": { + "org.gradle.category": "library", + "org.gradle.dependency.bundling": "external", + "org.gradle.jvm.version": 6, + "org.gradle.libraryelements": "jar", + "org.gradle.usage": "java-runtime" + }, + "dependencies": [ + { + "group": "org.reactivestreams", + "module": "reactive-streams", + "version": { + "requires": "1.0.5-jpms" + } + } + ], + "files": [ + { + "name": "reactive-streams-examples-1.0.5-jpms.jar", + "url": "reactive-streams-examples-1.0.5-jpms.jar", + "size": 25353, + "sha512": "c909e796b5690161831044ec84bf8e58238e9b60a0a334cfc7a7e9ebeaacb3a966f88b27ce96d65b357e98dca275b189f185cd3283047796367735b1bf83d11e", + "sha256": "980e1d7cc5b2ec831ab1d54cef45703d36e78351a03c3b4157e413356950fb85", + "sha1": "afca70c3b44e29b428c54b66aa14ffc15ae90f36", + "md5": "a47d0573f202b46d7ecf9d3f7ed06a21" + } + ] + } + ] +} diff --git a/repository/org/reactivestreams/reactive-streams-examples/1.0.5-jpms/reactive-streams-examples-1.0.5-jpms.module.md5 b/repository/org/reactivestreams/reactive-streams-examples/1.0.5-jpms/reactive-streams-examples-1.0.5-jpms.module.md5 new file mode 100644 index 00000000..32e5605b --- /dev/null +++ b/repository/org/reactivestreams/reactive-streams-examples/1.0.5-jpms/reactive-streams-examples-1.0.5-jpms.module.md5 @@ -0,0 +1 @@ +71c09da3b88fe00f7569220f53d25451 \ No newline at end of file diff --git a/repository/org/reactivestreams/reactive-streams-examples/1.0.5-jpms/reactive-streams-examples-1.0.5-jpms.module.sha1 b/repository/org/reactivestreams/reactive-streams-examples/1.0.5-jpms/reactive-streams-examples-1.0.5-jpms.module.sha1 new file mode 100644 index 00000000..92cb9222 --- /dev/null +++ b/repository/org/reactivestreams/reactive-streams-examples/1.0.5-jpms/reactive-streams-examples-1.0.5-jpms.module.sha1 @@ -0,0 +1 @@ +08350e8ce95ca60c688cce4077712928dfed82a3 \ No newline at end of file diff --git a/repository/org/reactivestreams/reactive-streams-examples/1.0.5-jpms/reactive-streams-examples-1.0.5-jpms.module.sha256 b/repository/org/reactivestreams/reactive-streams-examples/1.0.5-jpms/reactive-streams-examples-1.0.5-jpms.module.sha256 new file mode 100644 index 00000000..4e4fb04d --- /dev/null +++ b/repository/org/reactivestreams/reactive-streams-examples/1.0.5-jpms/reactive-streams-examples-1.0.5-jpms.module.sha256 @@ -0,0 +1 @@ +01775edca49e8bce1a52aa30ce3d47e0b2f50028e615ec8810a7b15af982502e \ No newline at end of file diff --git a/repository/org/reactivestreams/reactive-streams-examples/1.0.5-jpms/reactive-streams-examples-1.0.5-jpms.module.sha512 b/repository/org/reactivestreams/reactive-streams-examples/1.0.5-jpms/reactive-streams-examples-1.0.5-jpms.module.sha512 new file mode 100644 index 00000000..5bd31776 --- /dev/null +++ b/repository/org/reactivestreams/reactive-streams-examples/1.0.5-jpms/reactive-streams-examples-1.0.5-jpms.module.sha512 @@ -0,0 +1 @@ +7b82c7ff85cde9e526ec90a9658e24ac1393e7400195ddb31ec0d4bd5baeab9c68e8461c86c45ab435c44cf0a02b5d87865ff3259641d762c28701b742df4876 \ No newline at end of file diff --git a/repository/org/reactivestreams/reactive-streams-examples/1.0.5-jpms/reactive-streams-examples-1.0.5-jpms.pom b/repository/org/reactivestreams/reactive-streams-examples/1.0.5-jpms/reactive-streams-examples-1.0.5-jpms.pom new file mode 100644 index 00000000..77cf9561 --- /dev/null +++ b/repository/org/reactivestreams/reactive-streams-examples/1.0.5-jpms/reactive-streams-examples-1.0.5-jpms.pom @@ -0,0 +1,43 @@ + + + + + + + + 4.0.0 + org.reactivestreams + reactive-streams-examples + 1.0.5-jpms + reactive-streams + A Protocol for Asynchronous Non-Blocking Data Sequence + https://www.reactive-streams.org/ + 2014 + + + MIT-0 + https://spdx.org/licenses/MIT-0.html + repo + + + + + reactive-streams-sig + Reactive Streams SIG + https://www.reactive-streams.org/ + + + + scm:git:git@github.com:reactive-streams/reactive-streams.git + git@github.com:reactive-streams/reactive-streams.git + + + + org.reactivestreams + reactive-streams + 1.0.5-jpms + runtime + + + diff --git a/repository/org/reactivestreams/reactive-streams-examples/1.0.5-jpms/reactive-streams-examples-1.0.5-jpms.pom.md5 b/repository/org/reactivestreams/reactive-streams-examples/1.0.5-jpms/reactive-streams-examples-1.0.5-jpms.pom.md5 new file mode 100644 index 00000000..28dedaea --- /dev/null +++ b/repository/org/reactivestreams/reactive-streams-examples/1.0.5-jpms/reactive-streams-examples-1.0.5-jpms.pom.md5 @@ -0,0 +1 @@ +09d8b74cd342c1972b10f489911ff2f9 \ No newline at end of file diff --git a/repository/org/reactivestreams/reactive-streams-examples/1.0.5-jpms/reactive-streams-examples-1.0.5-jpms.pom.sha1 b/repository/org/reactivestreams/reactive-streams-examples/1.0.5-jpms/reactive-streams-examples-1.0.5-jpms.pom.sha1 new file mode 100644 index 00000000..a5ec8919 --- /dev/null +++ b/repository/org/reactivestreams/reactive-streams-examples/1.0.5-jpms/reactive-streams-examples-1.0.5-jpms.pom.sha1 @@ -0,0 +1 @@ +34950f8ae4f7ef841d2a16bdd206e9baad9ffd69 \ No newline at end of file diff --git a/repository/org/reactivestreams/reactive-streams-examples/1.0.5-jpms/reactive-streams-examples-1.0.5-jpms.pom.sha256 b/repository/org/reactivestreams/reactive-streams-examples/1.0.5-jpms/reactive-streams-examples-1.0.5-jpms.pom.sha256 new file mode 100644 index 00000000..6c45d73c --- /dev/null +++ b/repository/org/reactivestreams/reactive-streams-examples/1.0.5-jpms/reactive-streams-examples-1.0.5-jpms.pom.sha256 @@ -0,0 +1 @@ +21b2087f115b5dbd74c56d40006d75d00f0a59343139ff8cd74a8ae2902e6885 \ No newline at end of file diff --git a/repository/org/reactivestreams/reactive-streams-examples/1.0.5-jpms/reactive-streams-examples-1.0.5-jpms.pom.sha512 b/repository/org/reactivestreams/reactive-streams-examples/1.0.5-jpms/reactive-streams-examples-1.0.5-jpms.pom.sha512 new file mode 100644 index 00000000..2e997ea7 --- /dev/null +++ b/repository/org/reactivestreams/reactive-streams-examples/1.0.5-jpms/reactive-streams-examples-1.0.5-jpms.pom.sha512 @@ -0,0 +1 @@ +12f8686b4de7d21259c0a941af407ce0cdee8eb20ab4f5f005ae5d58a6589dac5be4cce7351a6fc53be442369a862d76299a2af00514126b0e540d8a0af7bad0 \ No newline at end of file diff --git a/repository/org/reactivestreams/reactive-streams-examples/maven-metadata-local.xml b/repository/org/reactivestreams/reactive-streams-examples/maven-metadata-local.xml new file mode 100644 index 00000000..db7d7875 --- /dev/null +++ b/repository/org/reactivestreams/reactive-streams-examples/maven-metadata-local.xml @@ -0,0 +1,14 @@ + + + org.reactivestreams + reactive-streams-examples + + 1.0.5-jpms + 1.0.5-jpms + + 1.0.5-SNAPSHOT + 1.0.5-jpms + + 20240313041237 + + diff --git a/repository/org/reactivestreams/reactive-streams-examples/maven-metadata.xml b/repository/org/reactivestreams/reactive-streams-examples/maven-metadata.xml new file mode 100644 index 00000000..db7d7875 --- /dev/null +++ b/repository/org/reactivestreams/reactive-streams-examples/maven-metadata.xml @@ -0,0 +1,14 @@ + + + org.reactivestreams + reactive-streams-examples + + 1.0.5-jpms + 1.0.5-jpms + + 1.0.5-SNAPSHOT + 1.0.5-jpms + + 20240313041237 + + diff --git a/repository/org/reactivestreams/reactive-streams-examples/maven-metadata.xml.md5 b/repository/org/reactivestreams/reactive-streams-examples/maven-metadata.xml.md5 new file mode 100644 index 00000000..cbb0f4aa --- /dev/null +++ b/repository/org/reactivestreams/reactive-streams-examples/maven-metadata.xml.md5 @@ -0,0 +1 @@ +01b9ca69fcd4082d3dcbc21e63f2fd64 \ No newline at end of file diff --git a/repository/org/reactivestreams/reactive-streams-examples/maven-metadata.xml.sha1 b/repository/org/reactivestreams/reactive-streams-examples/maven-metadata.xml.sha1 new file mode 100644 index 00000000..63186c38 --- /dev/null +++ b/repository/org/reactivestreams/reactive-streams-examples/maven-metadata.xml.sha1 @@ -0,0 +1 @@ +2431686ee92d7ceae8482f93971f604be96e3de4 \ No newline at end of file diff --git a/repository/org/reactivestreams/reactive-streams-examples/maven-metadata.xml.sha256 b/repository/org/reactivestreams/reactive-streams-examples/maven-metadata.xml.sha256 new file mode 100644 index 00000000..429a4f1a --- /dev/null +++ b/repository/org/reactivestreams/reactive-streams-examples/maven-metadata.xml.sha256 @@ -0,0 +1 @@ +72f9b26d298731f72160fdecf7f6ca8cd49e3734f4dbdd1a0fdeced8851e32b9 \ No newline at end of file diff --git a/repository/org/reactivestreams/reactive-streams-examples/maven-metadata.xml.sha512 b/repository/org/reactivestreams/reactive-streams-examples/maven-metadata.xml.sha512 new file mode 100644 index 00000000..f20de7c0 --- /dev/null +++ b/repository/org/reactivestreams/reactive-streams-examples/maven-metadata.xml.sha512 @@ -0,0 +1 @@ +eb2a1ead537bee31e91bd5a2e21a24d9f9f96d1f16a4e89d36c9e86776bf25e6e10378bbe57786a5d87c1f151ad776a0f26a71be62b65c96d1711a6e4eb3a325 \ No newline at end of file diff --git a/repository/org/reactivestreams/reactive-streams-tck-flow/1.0.5-SNAPSHOT/maven-metadata-local.xml b/repository/org/reactivestreams/reactive-streams-tck-flow/1.0.5-SNAPSHOT/maven-metadata-local.xml new file mode 100644 index 00000000..f4fec023 --- /dev/null +++ b/repository/org/reactivestreams/reactive-streams-tck-flow/1.0.5-SNAPSHOT/maven-metadata-local.xml @@ -0,0 +1,29 @@ + + + org.reactivestreams + reactive-streams-tck-flow + + 20240313040851 + + true + + + + pom + 1.0.5-SNAPSHOT + 20240313040851 + + + module + 1.0.5-SNAPSHOT + 20240313040851 + + + jar + 1.0.5-SNAPSHOT + 20240313040851 + + + + 1.0.5-SNAPSHOT + diff --git a/repository/org/reactivestreams/reactive-streams-tck-flow/1.0.5-SNAPSHOT/maven-metadata.xml b/repository/org/reactivestreams/reactive-streams-tck-flow/1.0.5-SNAPSHOT/maven-metadata.xml new file mode 100644 index 00000000..acf2c7e2 --- /dev/null +++ b/repository/org/reactivestreams/reactive-streams-tck-flow/1.0.5-SNAPSHOT/maven-metadata.xml @@ -0,0 +1,30 @@ + + + org.reactivestreams + reactive-streams-tck-flow + + 20240313040846 + + 20240313.040846 + 1 + + + + pom + 1.0.5-20240313.040846-1 + 20240313040846 + + + module + 1.0.5-20240313.040846-1 + 20240313040846 + + + jar + 1.0.5-20240313.040846-1 + 20240313040846 + + + + 1.0.5-SNAPSHOT + diff --git a/repository/org/reactivestreams/reactive-streams-tck-flow/1.0.5-SNAPSHOT/maven-metadata.xml.md5 b/repository/org/reactivestreams/reactive-streams-tck-flow/1.0.5-SNAPSHOT/maven-metadata.xml.md5 new file mode 100644 index 00000000..eb0ef778 --- /dev/null +++ b/repository/org/reactivestreams/reactive-streams-tck-flow/1.0.5-SNAPSHOT/maven-metadata.xml.md5 @@ -0,0 +1 @@ +d85d9ef779bb72f92bb7f66bcb8dc802 \ No newline at end of file diff --git a/repository/org/reactivestreams/reactive-streams-tck-flow/1.0.5-SNAPSHOT/maven-metadata.xml.sha1 b/repository/org/reactivestreams/reactive-streams-tck-flow/1.0.5-SNAPSHOT/maven-metadata.xml.sha1 new file mode 100644 index 00000000..faf2c950 --- /dev/null +++ b/repository/org/reactivestreams/reactive-streams-tck-flow/1.0.5-SNAPSHOT/maven-metadata.xml.sha1 @@ -0,0 +1 @@ +b1751f19a778f634a625e8659781991c787fc81a \ No newline at end of file diff --git a/repository/org/reactivestreams/reactive-streams-tck-flow/1.0.5-SNAPSHOT/maven-metadata.xml.sha256 b/repository/org/reactivestreams/reactive-streams-tck-flow/1.0.5-SNAPSHOT/maven-metadata.xml.sha256 new file mode 100644 index 00000000..86d78950 --- /dev/null +++ b/repository/org/reactivestreams/reactive-streams-tck-flow/1.0.5-SNAPSHOT/maven-metadata.xml.sha256 @@ -0,0 +1 @@ +9b1e3676ca01ae9f2fc4fecd07ba864e05f993194571fe005e1f7fd368960b1f \ No newline at end of file diff --git a/repository/org/reactivestreams/reactive-streams-tck-flow/1.0.5-SNAPSHOT/maven-metadata.xml.sha512 b/repository/org/reactivestreams/reactive-streams-tck-flow/1.0.5-SNAPSHOT/maven-metadata.xml.sha512 new file mode 100644 index 00000000..fe424f01 --- /dev/null +++ b/repository/org/reactivestreams/reactive-streams-tck-flow/1.0.5-SNAPSHOT/maven-metadata.xml.sha512 @@ -0,0 +1 @@ +58f36915e5f10086fb1e5ca4e77d23811fbdbad74802961cb694c557d38543696904df4f2a36cc970ae08ea0f4dd4cbc5865a59f202e0d4cf84b181e3993f860 \ No newline at end of file diff --git a/repository/org/reactivestreams/reactive-streams-tck-flow/1.0.5-SNAPSHOT/reactive-streams-tck-flow-1.0.5-20240313.040846-1.jar b/repository/org/reactivestreams/reactive-streams-tck-flow/1.0.5-SNAPSHOT/reactive-streams-tck-flow-1.0.5-20240313.040846-1.jar new file mode 100644 index 00000000..2433a4c5 Binary files /dev/null and b/repository/org/reactivestreams/reactive-streams-tck-flow/1.0.5-SNAPSHOT/reactive-streams-tck-flow-1.0.5-20240313.040846-1.jar differ diff --git a/repository/org/reactivestreams/reactive-streams-tck-flow/1.0.5-SNAPSHOT/reactive-streams-tck-flow-1.0.5-20240313.040846-1.jar.md5 b/repository/org/reactivestreams/reactive-streams-tck-flow/1.0.5-SNAPSHOT/reactive-streams-tck-flow-1.0.5-20240313.040846-1.jar.md5 new file mode 100644 index 00000000..137d0e8e --- /dev/null +++ b/repository/org/reactivestreams/reactive-streams-tck-flow/1.0.5-SNAPSHOT/reactive-streams-tck-flow-1.0.5-20240313.040846-1.jar.md5 @@ -0,0 +1 @@ +f20b1c1eeb443809cc3520147ecd2004 \ No newline at end of file diff --git a/repository/org/reactivestreams/reactive-streams-tck-flow/1.0.5-SNAPSHOT/reactive-streams-tck-flow-1.0.5-20240313.040846-1.jar.sha1 b/repository/org/reactivestreams/reactive-streams-tck-flow/1.0.5-SNAPSHOT/reactive-streams-tck-flow-1.0.5-20240313.040846-1.jar.sha1 new file mode 100644 index 00000000..5a20c71b --- /dev/null +++ b/repository/org/reactivestreams/reactive-streams-tck-flow/1.0.5-SNAPSHOT/reactive-streams-tck-flow-1.0.5-20240313.040846-1.jar.sha1 @@ -0,0 +1 @@ +f677b8cefb3f1cc818e454f1d712220fe1986aaa \ No newline at end of file diff --git a/repository/org/reactivestreams/reactive-streams-tck-flow/1.0.5-SNAPSHOT/reactive-streams-tck-flow-1.0.5-20240313.040846-1.jar.sha256 b/repository/org/reactivestreams/reactive-streams-tck-flow/1.0.5-SNAPSHOT/reactive-streams-tck-flow-1.0.5-20240313.040846-1.jar.sha256 new file mode 100644 index 00000000..f960f822 --- /dev/null +++ b/repository/org/reactivestreams/reactive-streams-tck-flow/1.0.5-SNAPSHOT/reactive-streams-tck-flow-1.0.5-20240313.040846-1.jar.sha256 @@ -0,0 +1 @@ +26b2f40ce99d9cb2df3ebb3cc988b859d93d100fe0aeb9f25905f705856cd6b4 \ No newline at end of file diff --git a/repository/org/reactivestreams/reactive-streams-tck-flow/1.0.5-SNAPSHOT/reactive-streams-tck-flow-1.0.5-20240313.040846-1.jar.sha512 b/repository/org/reactivestreams/reactive-streams-tck-flow/1.0.5-SNAPSHOT/reactive-streams-tck-flow-1.0.5-20240313.040846-1.jar.sha512 new file mode 100644 index 00000000..de48131f --- /dev/null +++ b/repository/org/reactivestreams/reactive-streams-tck-flow/1.0.5-SNAPSHOT/reactive-streams-tck-flow-1.0.5-20240313.040846-1.jar.sha512 @@ -0,0 +1 @@ +34e555a944d0a924a70286c13b68b7326bbbb4caa4cc10e8db65e1c1e53607e2e1bf29d884d06b864e7deba85ff767d65fe8fd8e931e7ca6b6f14a1f18614389 \ No newline at end of file diff --git a/repository/org/reactivestreams/reactive-streams-tck-flow/1.0.5-SNAPSHOT/reactive-streams-tck-flow-1.0.5-20240313.040846-1.module b/repository/org/reactivestreams/reactive-streams-tck-flow/1.0.5-SNAPSHOT/reactive-streams-tck-flow-1.0.5-20240313.040846-1.module new file mode 100644 index 00000000..fe835bbb --- /dev/null +++ b/repository/org/reactivestreams/reactive-streams-tck-flow/1.0.5-SNAPSHOT/reactive-streams-tck-flow-1.0.5-20240313.040846-1.module @@ -0,0 +1,60 @@ +{ + "formatVersion": "1.1", + "component": { + "group": "org.reactivestreams", + "module": "reactive-streams-tck-flow", + "version": "1.0.5-SNAPSHOT", + "attributes": { + "org.gradle.status": "integration" + } + }, + "createdBy": { + "gradle": { + "version": "8.6" + } + }, + "variants": [ + { + "name": "apiElements", + "attributes": { + "org.gradle.category": "library", + "org.gradle.dependency.bundling": "external", + "org.gradle.jvm.version": 6, + "org.gradle.libraryelements": "jar", + "org.gradle.usage": "java-api" + }, + "files": [ + { + "name": "reactive-streams-tck-flow-1.0.5-SNAPSHOT.jar", + "url": "reactive-streams-tck-flow-1.0.5-SNAPSHOT.jar", + "size": 454, + "sha512": "34e555a944d0a924a70286c13b68b7326bbbb4caa4cc10e8db65e1c1e53607e2e1bf29d884d06b864e7deba85ff767d65fe8fd8e931e7ca6b6f14a1f18614389", + "sha256": "26b2f40ce99d9cb2df3ebb3cc988b859d93d100fe0aeb9f25905f705856cd6b4", + "sha1": "f677b8cefb3f1cc818e454f1d712220fe1986aaa", + "md5": "f20b1c1eeb443809cc3520147ecd2004" + } + ] + }, + { + "name": "runtimeElements", + "attributes": { + "org.gradle.category": "library", + "org.gradle.dependency.bundling": "external", + "org.gradle.jvm.version": 6, + "org.gradle.libraryelements": "jar", + "org.gradle.usage": "java-runtime" + }, + "files": [ + { + "name": "reactive-streams-tck-flow-1.0.5-SNAPSHOT.jar", + "url": "reactive-streams-tck-flow-1.0.5-SNAPSHOT.jar", + "size": 454, + "sha512": "34e555a944d0a924a70286c13b68b7326bbbb4caa4cc10e8db65e1c1e53607e2e1bf29d884d06b864e7deba85ff767d65fe8fd8e931e7ca6b6f14a1f18614389", + "sha256": "26b2f40ce99d9cb2df3ebb3cc988b859d93d100fe0aeb9f25905f705856cd6b4", + "sha1": "f677b8cefb3f1cc818e454f1d712220fe1986aaa", + "md5": "f20b1c1eeb443809cc3520147ecd2004" + } + ] + } + ] +} diff --git a/repository/org/reactivestreams/reactive-streams-tck-flow/1.0.5-SNAPSHOT/reactive-streams-tck-flow-1.0.5-20240313.040846-1.module.md5 b/repository/org/reactivestreams/reactive-streams-tck-flow/1.0.5-SNAPSHOT/reactive-streams-tck-flow-1.0.5-20240313.040846-1.module.md5 new file mode 100644 index 00000000..02fce536 --- /dev/null +++ b/repository/org/reactivestreams/reactive-streams-tck-flow/1.0.5-SNAPSHOT/reactive-streams-tck-flow-1.0.5-20240313.040846-1.module.md5 @@ -0,0 +1 @@ +bd4395a6a35e0d6376af9db7f5b416d7 \ No newline at end of file diff --git a/repository/org/reactivestreams/reactive-streams-tck-flow/1.0.5-SNAPSHOT/reactive-streams-tck-flow-1.0.5-20240313.040846-1.module.sha1 b/repository/org/reactivestreams/reactive-streams-tck-flow/1.0.5-SNAPSHOT/reactive-streams-tck-flow-1.0.5-20240313.040846-1.module.sha1 new file mode 100644 index 00000000..ff3b087d --- /dev/null +++ b/repository/org/reactivestreams/reactive-streams-tck-flow/1.0.5-SNAPSHOT/reactive-streams-tck-flow-1.0.5-20240313.040846-1.module.sha1 @@ -0,0 +1 @@ +31dffae767c05484c15ed6ab3d370029f392ffb5 \ No newline at end of file diff --git a/repository/org/reactivestreams/reactive-streams-tck-flow/1.0.5-SNAPSHOT/reactive-streams-tck-flow-1.0.5-20240313.040846-1.module.sha256 b/repository/org/reactivestreams/reactive-streams-tck-flow/1.0.5-SNAPSHOT/reactive-streams-tck-flow-1.0.5-20240313.040846-1.module.sha256 new file mode 100644 index 00000000..09b6708d --- /dev/null +++ b/repository/org/reactivestreams/reactive-streams-tck-flow/1.0.5-SNAPSHOT/reactive-streams-tck-flow-1.0.5-20240313.040846-1.module.sha256 @@ -0,0 +1 @@ +0d59037df5faf4c8c6902ef0ad31cf17bc91cebc299d08be559dfb83511e98de \ No newline at end of file diff --git a/repository/org/reactivestreams/reactive-streams-tck-flow/1.0.5-SNAPSHOT/reactive-streams-tck-flow-1.0.5-20240313.040846-1.module.sha512 b/repository/org/reactivestreams/reactive-streams-tck-flow/1.0.5-SNAPSHOT/reactive-streams-tck-flow-1.0.5-20240313.040846-1.module.sha512 new file mode 100644 index 00000000..13586380 --- /dev/null +++ b/repository/org/reactivestreams/reactive-streams-tck-flow/1.0.5-SNAPSHOT/reactive-streams-tck-flow-1.0.5-20240313.040846-1.module.sha512 @@ -0,0 +1 @@ +e233377ee01b66e9d09fec0d621950d87eab64ddda64aaa8ca4659a4a896bc83f3ce7d7b8d4f3b2ba661e253c5dfb108f525426fae88aee150953a95b9d652ff \ No newline at end of file diff --git a/repository/org/reactivestreams/reactive-streams-tck-flow/1.0.5-SNAPSHOT/reactive-streams-tck-flow-1.0.5-20240313.040846-1.pom b/repository/org/reactivestreams/reactive-streams-tck-flow/1.0.5-SNAPSHOT/reactive-streams-tck-flow-1.0.5-20240313.040846-1.pom new file mode 100644 index 00000000..0336103b --- /dev/null +++ b/repository/org/reactivestreams/reactive-streams-tck-flow/1.0.5-SNAPSHOT/reactive-streams-tck-flow-1.0.5-20240313.040846-1.pom @@ -0,0 +1,35 @@ + + + + + + + + 4.0.0 + org.reactivestreams + reactive-streams-tck-flow + 1.0.5-SNAPSHOT + reactive-streams + A Protocol for Asynchronous Non-Blocking Data Sequence + https://www.reactive-streams.org/ + 2014 + + + MIT-0 + https://spdx.org/licenses/MIT-0.html + repo + + + + + reactive-streams-sig + Reactive Streams SIG + https://www.reactive-streams.org/ + + + + scm:git:git@github.com:reactive-streams/reactive-streams.git + git@github.com:reactive-streams/reactive-streams.git + + diff --git a/repository/org/reactivestreams/reactive-streams-tck-flow/1.0.5-SNAPSHOT/reactive-streams-tck-flow-1.0.5-20240313.040846-1.pom.md5 b/repository/org/reactivestreams/reactive-streams-tck-flow/1.0.5-SNAPSHOT/reactive-streams-tck-flow-1.0.5-20240313.040846-1.pom.md5 new file mode 100644 index 00000000..f6409866 --- /dev/null +++ b/repository/org/reactivestreams/reactive-streams-tck-flow/1.0.5-SNAPSHOT/reactive-streams-tck-flow-1.0.5-20240313.040846-1.pom.md5 @@ -0,0 +1 @@ +57b8d17c2d5c862cb609b5eab944c540 \ No newline at end of file diff --git a/repository/org/reactivestreams/reactive-streams-tck-flow/1.0.5-SNAPSHOT/reactive-streams-tck-flow-1.0.5-20240313.040846-1.pom.sha1 b/repository/org/reactivestreams/reactive-streams-tck-flow/1.0.5-SNAPSHOT/reactive-streams-tck-flow-1.0.5-20240313.040846-1.pom.sha1 new file mode 100644 index 00000000..e32e0882 --- /dev/null +++ b/repository/org/reactivestreams/reactive-streams-tck-flow/1.0.5-SNAPSHOT/reactive-streams-tck-flow-1.0.5-20240313.040846-1.pom.sha1 @@ -0,0 +1 @@ +c7d90c0434ed02349a68035dbcf18abaf1b7a272 \ No newline at end of file diff --git a/repository/org/reactivestreams/reactive-streams-tck-flow/1.0.5-SNAPSHOT/reactive-streams-tck-flow-1.0.5-20240313.040846-1.pom.sha256 b/repository/org/reactivestreams/reactive-streams-tck-flow/1.0.5-SNAPSHOT/reactive-streams-tck-flow-1.0.5-20240313.040846-1.pom.sha256 new file mode 100644 index 00000000..3b867cba --- /dev/null +++ b/repository/org/reactivestreams/reactive-streams-tck-flow/1.0.5-SNAPSHOT/reactive-streams-tck-flow-1.0.5-20240313.040846-1.pom.sha256 @@ -0,0 +1 @@ +39c4eabf79307997a17b9c60b1d75bd5a4ada0a382f34d4556f9f0367430804c \ No newline at end of file diff --git a/repository/org/reactivestreams/reactive-streams-tck-flow/1.0.5-SNAPSHOT/reactive-streams-tck-flow-1.0.5-20240313.040846-1.pom.sha512 b/repository/org/reactivestreams/reactive-streams-tck-flow/1.0.5-SNAPSHOT/reactive-streams-tck-flow-1.0.5-20240313.040846-1.pom.sha512 new file mode 100644 index 00000000..e733befd --- /dev/null +++ b/repository/org/reactivestreams/reactive-streams-tck-flow/1.0.5-SNAPSHOT/reactive-streams-tck-flow-1.0.5-20240313.040846-1.pom.sha512 @@ -0,0 +1 @@ +510eecc8a0580cdcaa2f6c9226a517b1f810a6c2e08ebbdab552dfc6287551bb68e185d3b92b9a52cb5db3d589ebdfde435af0ebd29590b856c73d87bb859a12 \ No newline at end of file diff --git a/repository/org/reactivestreams/reactive-streams-tck-flow/1.0.5-SNAPSHOT/reactive-streams-tck-flow-1.0.5-SNAPSHOT.jar b/repository/org/reactivestreams/reactive-streams-tck-flow/1.0.5-SNAPSHOT/reactive-streams-tck-flow-1.0.5-SNAPSHOT.jar new file mode 100644 index 00000000..2433a4c5 Binary files /dev/null and b/repository/org/reactivestreams/reactive-streams-tck-flow/1.0.5-SNAPSHOT/reactive-streams-tck-flow-1.0.5-SNAPSHOT.jar differ diff --git a/repository/org/reactivestreams/reactive-streams-tck-flow/1.0.5-SNAPSHOT/reactive-streams-tck-flow-1.0.5-SNAPSHOT.module b/repository/org/reactivestreams/reactive-streams-tck-flow/1.0.5-SNAPSHOT/reactive-streams-tck-flow-1.0.5-SNAPSHOT.module new file mode 100644 index 00000000..fe835bbb --- /dev/null +++ b/repository/org/reactivestreams/reactive-streams-tck-flow/1.0.5-SNAPSHOT/reactive-streams-tck-flow-1.0.5-SNAPSHOT.module @@ -0,0 +1,60 @@ +{ + "formatVersion": "1.1", + "component": { + "group": "org.reactivestreams", + "module": "reactive-streams-tck-flow", + "version": "1.0.5-SNAPSHOT", + "attributes": { + "org.gradle.status": "integration" + } + }, + "createdBy": { + "gradle": { + "version": "8.6" + } + }, + "variants": [ + { + "name": "apiElements", + "attributes": { + "org.gradle.category": "library", + "org.gradle.dependency.bundling": "external", + "org.gradle.jvm.version": 6, + "org.gradle.libraryelements": "jar", + "org.gradle.usage": "java-api" + }, + "files": [ + { + "name": "reactive-streams-tck-flow-1.0.5-SNAPSHOT.jar", + "url": "reactive-streams-tck-flow-1.0.5-SNAPSHOT.jar", + "size": 454, + "sha512": "34e555a944d0a924a70286c13b68b7326bbbb4caa4cc10e8db65e1c1e53607e2e1bf29d884d06b864e7deba85ff767d65fe8fd8e931e7ca6b6f14a1f18614389", + "sha256": "26b2f40ce99d9cb2df3ebb3cc988b859d93d100fe0aeb9f25905f705856cd6b4", + "sha1": "f677b8cefb3f1cc818e454f1d712220fe1986aaa", + "md5": "f20b1c1eeb443809cc3520147ecd2004" + } + ] + }, + { + "name": "runtimeElements", + "attributes": { + "org.gradle.category": "library", + "org.gradle.dependency.bundling": "external", + "org.gradle.jvm.version": 6, + "org.gradle.libraryelements": "jar", + "org.gradle.usage": "java-runtime" + }, + "files": [ + { + "name": "reactive-streams-tck-flow-1.0.5-SNAPSHOT.jar", + "url": "reactive-streams-tck-flow-1.0.5-SNAPSHOT.jar", + "size": 454, + "sha512": "34e555a944d0a924a70286c13b68b7326bbbb4caa4cc10e8db65e1c1e53607e2e1bf29d884d06b864e7deba85ff767d65fe8fd8e931e7ca6b6f14a1f18614389", + "sha256": "26b2f40ce99d9cb2df3ebb3cc988b859d93d100fe0aeb9f25905f705856cd6b4", + "sha1": "f677b8cefb3f1cc818e454f1d712220fe1986aaa", + "md5": "f20b1c1eeb443809cc3520147ecd2004" + } + ] + } + ] +} diff --git a/repository/org/reactivestreams/reactive-streams-tck-flow/1.0.5-SNAPSHOT/reactive-streams-tck-flow-1.0.5-SNAPSHOT.pom b/repository/org/reactivestreams/reactive-streams-tck-flow/1.0.5-SNAPSHOT/reactive-streams-tck-flow-1.0.5-SNAPSHOT.pom new file mode 100644 index 00000000..0336103b --- /dev/null +++ b/repository/org/reactivestreams/reactive-streams-tck-flow/1.0.5-SNAPSHOT/reactive-streams-tck-flow-1.0.5-SNAPSHOT.pom @@ -0,0 +1,35 @@ + + + + + + + + 4.0.0 + org.reactivestreams + reactive-streams-tck-flow + 1.0.5-SNAPSHOT + reactive-streams + A Protocol for Asynchronous Non-Blocking Data Sequence + https://www.reactive-streams.org/ + 2014 + + + MIT-0 + https://spdx.org/licenses/MIT-0.html + repo + + + + + reactive-streams-sig + Reactive Streams SIG + https://www.reactive-streams.org/ + + + + scm:git:git@github.com:reactive-streams/reactive-streams.git + git@github.com:reactive-streams/reactive-streams.git + + diff --git a/repository/org/reactivestreams/reactive-streams-tck-flow/1.0.5-jpms/reactive-streams-tck-flow-1.0.5-jpms.jar b/repository/org/reactivestreams/reactive-streams-tck-flow/1.0.5-jpms/reactive-streams-tck-flow-1.0.5-jpms.jar new file mode 100644 index 00000000..fcce65e2 Binary files /dev/null and b/repository/org/reactivestreams/reactive-streams-tck-flow/1.0.5-jpms/reactive-streams-tck-flow-1.0.5-jpms.jar differ diff --git a/repository/org/reactivestreams/reactive-streams-tck-flow/1.0.5-jpms/reactive-streams-tck-flow-1.0.5-jpms.jar.md5 b/repository/org/reactivestreams/reactive-streams-tck-flow/1.0.5-jpms/reactive-streams-tck-flow-1.0.5-jpms.jar.md5 new file mode 100644 index 00000000..60f80a2f --- /dev/null +++ b/repository/org/reactivestreams/reactive-streams-tck-flow/1.0.5-jpms/reactive-streams-tck-flow-1.0.5-jpms.jar.md5 @@ -0,0 +1 @@ +545b000c4cd5a40a5a5a4654acc7489d \ No newline at end of file diff --git a/repository/org/reactivestreams/reactive-streams-tck-flow/1.0.5-jpms/reactive-streams-tck-flow-1.0.5-jpms.jar.sha1 b/repository/org/reactivestreams/reactive-streams-tck-flow/1.0.5-jpms/reactive-streams-tck-flow-1.0.5-jpms.jar.sha1 new file mode 100644 index 00000000..df19d4e5 --- /dev/null +++ b/repository/org/reactivestreams/reactive-streams-tck-flow/1.0.5-jpms/reactive-streams-tck-flow-1.0.5-jpms.jar.sha1 @@ -0,0 +1 @@ +a4ac5cf391025c000689457e3c37c4260ae1a0c9 \ No newline at end of file diff --git a/repository/org/reactivestreams/reactive-streams-tck-flow/1.0.5-jpms/reactive-streams-tck-flow-1.0.5-jpms.jar.sha256 b/repository/org/reactivestreams/reactive-streams-tck-flow/1.0.5-jpms/reactive-streams-tck-flow-1.0.5-jpms.jar.sha256 new file mode 100644 index 00000000..39d0fe7e --- /dev/null +++ b/repository/org/reactivestreams/reactive-streams-tck-flow/1.0.5-jpms/reactive-streams-tck-flow-1.0.5-jpms.jar.sha256 @@ -0,0 +1 @@ +e1d2f8ecb5b4f8902c85cca1c91e3e05ad80b132ce22592fc6ad752e8b30834d \ No newline at end of file diff --git a/repository/org/reactivestreams/reactive-streams-tck-flow/1.0.5-jpms/reactive-streams-tck-flow-1.0.5-jpms.jar.sha512 b/repository/org/reactivestreams/reactive-streams-tck-flow/1.0.5-jpms/reactive-streams-tck-flow-1.0.5-jpms.jar.sha512 new file mode 100644 index 00000000..1db07343 --- /dev/null +++ b/repository/org/reactivestreams/reactive-streams-tck-flow/1.0.5-jpms/reactive-streams-tck-flow-1.0.5-jpms.jar.sha512 @@ -0,0 +1 @@ +fafc28d10536bb72e1c51f19543ad88cc6f85e98145c063b8ecaf81055ce716c0ee3a0a9f7fff627169cad661da48b2fbfbc206c655455f4d0853d21335ce59a \ No newline at end of file diff --git a/repository/org/reactivestreams/reactive-streams-tck-flow/1.0.5-jpms/reactive-streams-tck-flow-1.0.5-jpms.module b/repository/org/reactivestreams/reactive-streams-tck-flow/1.0.5-jpms/reactive-streams-tck-flow-1.0.5-jpms.module new file mode 100644 index 00000000..5cb21c12 --- /dev/null +++ b/repository/org/reactivestreams/reactive-streams-tck-flow/1.0.5-jpms/reactive-streams-tck-flow-1.0.5-jpms.module @@ -0,0 +1,60 @@ +{ + "formatVersion": "1.1", + "component": { + "group": "org.reactivestreams", + "module": "reactive-streams-tck-flow", + "version": "1.0.5-jpms", + "attributes": { + "org.gradle.status": "release" + } + }, + "createdBy": { + "gradle": { + "version": "8.6" + } + }, + "variants": [ + { + "name": "apiElements", + "attributes": { + "org.gradle.category": "library", + "org.gradle.dependency.bundling": "external", + "org.gradle.jvm.version": 6, + "org.gradle.libraryelements": "jar", + "org.gradle.usage": "java-api" + }, + "files": [ + { + "name": "reactive-streams-tck-flow-1.0.5-jpms.jar", + "url": "reactive-streams-tck-flow-1.0.5-jpms.jar", + "size": 449, + "sha512": "fafc28d10536bb72e1c51f19543ad88cc6f85e98145c063b8ecaf81055ce716c0ee3a0a9f7fff627169cad661da48b2fbfbc206c655455f4d0853d21335ce59a", + "sha256": "e1d2f8ecb5b4f8902c85cca1c91e3e05ad80b132ce22592fc6ad752e8b30834d", + "sha1": "a4ac5cf391025c000689457e3c37c4260ae1a0c9", + "md5": "545b000c4cd5a40a5a5a4654acc7489d" + } + ] + }, + { + "name": "runtimeElements", + "attributes": { + "org.gradle.category": "library", + "org.gradle.dependency.bundling": "external", + "org.gradle.jvm.version": 6, + "org.gradle.libraryelements": "jar", + "org.gradle.usage": "java-runtime" + }, + "files": [ + { + "name": "reactive-streams-tck-flow-1.0.5-jpms.jar", + "url": "reactive-streams-tck-flow-1.0.5-jpms.jar", + "size": 449, + "sha512": "fafc28d10536bb72e1c51f19543ad88cc6f85e98145c063b8ecaf81055ce716c0ee3a0a9f7fff627169cad661da48b2fbfbc206c655455f4d0853d21335ce59a", + "sha256": "e1d2f8ecb5b4f8902c85cca1c91e3e05ad80b132ce22592fc6ad752e8b30834d", + "sha1": "a4ac5cf391025c000689457e3c37c4260ae1a0c9", + "md5": "545b000c4cd5a40a5a5a4654acc7489d" + } + ] + } + ] +} diff --git a/repository/org/reactivestreams/reactive-streams-tck-flow/1.0.5-jpms/reactive-streams-tck-flow-1.0.5-jpms.module.md5 b/repository/org/reactivestreams/reactive-streams-tck-flow/1.0.5-jpms/reactive-streams-tck-flow-1.0.5-jpms.module.md5 new file mode 100644 index 00000000..f37ec161 --- /dev/null +++ b/repository/org/reactivestreams/reactive-streams-tck-flow/1.0.5-jpms/reactive-streams-tck-flow-1.0.5-jpms.module.md5 @@ -0,0 +1 @@ +53f4f6528924adaa028558d3d7ed9dea \ No newline at end of file diff --git a/repository/org/reactivestreams/reactive-streams-tck-flow/1.0.5-jpms/reactive-streams-tck-flow-1.0.5-jpms.module.sha1 b/repository/org/reactivestreams/reactive-streams-tck-flow/1.0.5-jpms/reactive-streams-tck-flow-1.0.5-jpms.module.sha1 new file mode 100644 index 00000000..8acae00b --- /dev/null +++ b/repository/org/reactivestreams/reactive-streams-tck-flow/1.0.5-jpms/reactive-streams-tck-flow-1.0.5-jpms.module.sha1 @@ -0,0 +1 @@ +29ee8e6c97c5fc90203f88aeafe38a89ab8945e6 \ No newline at end of file diff --git a/repository/org/reactivestreams/reactive-streams-tck-flow/1.0.5-jpms/reactive-streams-tck-flow-1.0.5-jpms.module.sha256 b/repository/org/reactivestreams/reactive-streams-tck-flow/1.0.5-jpms/reactive-streams-tck-flow-1.0.5-jpms.module.sha256 new file mode 100644 index 00000000..54aa32be --- /dev/null +++ b/repository/org/reactivestreams/reactive-streams-tck-flow/1.0.5-jpms/reactive-streams-tck-flow-1.0.5-jpms.module.sha256 @@ -0,0 +1 @@ +436a677c3c6d015a5080d00e8116b0513e16304c5803abaf99e4cb7ce2226503 \ No newline at end of file diff --git a/repository/org/reactivestreams/reactive-streams-tck-flow/1.0.5-jpms/reactive-streams-tck-flow-1.0.5-jpms.module.sha512 b/repository/org/reactivestreams/reactive-streams-tck-flow/1.0.5-jpms/reactive-streams-tck-flow-1.0.5-jpms.module.sha512 new file mode 100644 index 00000000..4f976779 --- /dev/null +++ b/repository/org/reactivestreams/reactive-streams-tck-flow/1.0.5-jpms/reactive-streams-tck-flow-1.0.5-jpms.module.sha512 @@ -0,0 +1 @@ +bb76019b416a67c4fbf48b4144dda02720ff7b5ef22e909be82ab3672fe0ccf51f56785757082b2c8b01b89aef94f48eb4946c6f29c2d933fd92833a06e480da \ No newline at end of file diff --git a/repository/org/reactivestreams/reactive-streams-tck-flow/1.0.5-jpms/reactive-streams-tck-flow-1.0.5-jpms.pom b/repository/org/reactivestreams/reactive-streams-tck-flow/1.0.5-jpms/reactive-streams-tck-flow-1.0.5-jpms.pom new file mode 100644 index 00000000..4252ae69 --- /dev/null +++ b/repository/org/reactivestreams/reactive-streams-tck-flow/1.0.5-jpms/reactive-streams-tck-flow-1.0.5-jpms.pom @@ -0,0 +1,35 @@ + + + + + + + + 4.0.0 + org.reactivestreams + reactive-streams-tck-flow + 1.0.5-jpms + reactive-streams + A Protocol for Asynchronous Non-Blocking Data Sequence + https://www.reactive-streams.org/ + 2014 + + + MIT-0 + https://spdx.org/licenses/MIT-0.html + repo + + + + + reactive-streams-sig + Reactive Streams SIG + https://www.reactive-streams.org/ + + + + scm:git:git@github.com:reactive-streams/reactive-streams.git + git@github.com:reactive-streams/reactive-streams.git + + diff --git a/repository/org/reactivestreams/reactive-streams-tck-flow/1.0.5-jpms/reactive-streams-tck-flow-1.0.5-jpms.pom.md5 b/repository/org/reactivestreams/reactive-streams-tck-flow/1.0.5-jpms/reactive-streams-tck-flow-1.0.5-jpms.pom.md5 new file mode 100644 index 00000000..acfc8bac --- /dev/null +++ b/repository/org/reactivestreams/reactive-streams-tck-flow/1.0.5-jpms/reactive-streams-tck-flow-1.0.5-jpms.pom.md5 @@ -0,0 +1 @@ +54e02fd8bc2ddb6bff9a6e638133cd37 \ No newline at end of file diff --git a/repository/org/reactivestreams/reactive-streams-tck-flow/1.0.5-jpms/reactive-streams-tck-flow-1.0.5-jpms.pom.sha1 b/repository/org/reactivestreams/reactive-streams-tck-flow/1.0.5-jpms/reactive-streams-tck-flow-1.0.5-jpms.pom.sha1 new file mode 100644 index 00000000..944d2c83 --- /dev/null +++ b/repository/org/reactivestreams/reactive-streams-tck-flow/1.0.5-jpms/reactive-streams-tck-flow-1.0.5-jpms.pom.sha1 @@ -0,0 +1 @@ +d45d34facf8e4d14220f8f9dbd159c6436863eea \ No newline at end of file diff --git a/repository/org/reactivestreams/reactive-streams-tck-flow/1.0.5-jpms/reactive-streams-tck-flow-1.0.5-jpms.pom.sha256 b/repository/org/reactivestreams/reactive-streams-tck-flow/1.0.5-jpms/reactive-streams-tck-flow-1.0.5-jpms.pom.sha256 new file mode 100644 index 00000000..40e74784 --- /dev/null +++ b/repository/org/reactivestreams/reactive-streams-tck-flow/1.0.5-jpms/reactive-streams-tck-flow-1.0.5-jpms.pom.sha256 @@ -0,0 +1 @@ +2f4f1045300ed1e66643e25c165dbd3e807e651270ff8cfcbfa4cdd740f980ef \ No newline at end of file diff --git a/repository/org/reactivestreams/reactive-streams-tck-flow/1.0.5-jpms/reactive-streams-tck-flow-1.0.5-jpms.pom.sha512 b/repository/org/reactivestreams/reactive-streams-tck-flow/1.0.5-jpms/reactive-streams-tck-flow-1.0.5-jpms.pom.sha512 new file mode 100644 index 00000000..70f2df61 --- /dev/null +++ b/repository/org/reactivestreams/reactive-streams-tck-flow/1.0.5-jpms/reactive-streams-tck-flow-1.0.5-jpms.pom.sha512 @@ -0,0 +1 @@ +6b86fbca24bc58c491561f410d81a72635e77481a5de6140f321f2003d0c9e8fb4c8fc67c18be62ba9e5ab226888d2abca68a2c598f98eb119d13de7804a38e8 \ No newline at end of file diff --git a/repository/org/reactivestreams/reactive-streams-tck-flow/maven-metadata-local.xml b/repository/org/reactivestreams/reactive-streams-tck-flow/maven-metadata-local.xml new file mode 100644 index 00000000..51ced0d4 --- /dev/null +++ b/repository/org/reactivestreams/reactive-streams-tck-flow/maven-metadata-local.xml @@ -0,0 +1,14 @@ + + + org.reactivestreams + reactive-streams-tck-flow + + 1.0.5-jpms + 1.0.5-jpms + + 1.0.5-SNAPSHOT + 1.0.5-jpms + + 20240313041237 + + diff --git a/repository/org/reactivestreams/reactive-streams-tck-flow/maven-metadata.xml b/repository/org/reactivestreams/reactive-streams-tck-flow/maven-metadata.xml new file mode 100644 index 00000000..51ced0d4 --- /dev/null +++ b/repository/org/reactivestreams/reactive-streams-tck-flow/maven-metadata.xml @@ -0,0 +1,14 @@ + + + org.reactivestreams + reactive-streams-tck-flow + + 1.0.5-jpms + 1.0.5-jpms + + 1.0.5-SNAPSHOT + 1.0.5-jpms + + 20240313041237 + + diff --git a/repository/org/reactivestreams/reactive-streams-tck-flow/maven-metadata.xml.md5 b/repository/org/reactivestreams/reactive-streams-tck-flow/maven-metadata.xml.md5 new file mode 100644 index 00000000..a2a568fc --- /dev/null +++ b/repository/org/reactivestreams/reactive-streams-tck-flow/maven-metadata.xml.md5 @@ -0,0 +1 @@ +eb635de240e82faf8ebd15c78aa8bce9 \ No newline at end of file diff --git a/repository/org/reactivestreams/reactive-streams-tck-flow/maven-metadata.xml.sha1 b/repository/org/reactivestreams/reactive-streams-tck-flow/maven-metadata.xml.sha1 new file mode 100644 index 00000000..66caae1c --- /dev/null +++ b/repository/org/reactivestreams/reactive-streams-tck-flow/maven-metadata.xml.sha1 @@ -0,0 +1 @@ +77aab9d2e1c545a47065ff2efe1bd40fa2f9338c \ No newline at end of file diff --git a/repository/org/reactivestreams/reactive-streams-tck-flow/maven-metadata.xml.sha256 b/repository/org/reactivestreams/reactive-streams-tck-flow/maven-metadata.xml.sha256 new file mode 100644 index 00000000..082ef2c5 --- /dev/null +++ b/repository/org/reactivestreams/reactive-streams-tck-flow/maven-metadata.xml.sha256 @@ -0,0 +1 @@ +8946d8b3af7b73f43b4f982a236874d491cf1643301885122b429dd34f3adc8f \ No newline at end of file diff --git a/repository/org/reactivestreams/reactive-streams-tck-flow/maven-metadata.xml.sha512 b/repository/org/reactivestreams/reactive-streams-tck-flow/maven-metadata.xml.sha512 new file mode 100644 index 00000000..1628613f --- /dev/null +++ b/repository/org/reactivestreams/reactive-streams-tck-flow/maven-metadata.xml.sha512 @@ -0,0 +1 @@ +116fd470f86bac6ba82eb0f5777e134faa53dec6bc9fbcef8fe8740e689e406855d19a601c6c7581ab0df7302ac7df99c8fd5c9f431de4520f8c60628caa1e0a \ No newline at end of file diff --git a/repository/org/reactivestreams/reactive-streams-tck/1.0.5-SNAPSHOT/maven-metadata-local.xml b/repository/org/reactivestreams/reactive-streams-tck/1.0.5-SNAPSHOT/maven-metadata-local.xml new file mode 100644 index 00000000..5b254cf1 --- /dev/null +++ b/repository/org/reactivestreams/reactive-streams-tck/1.0.5-SNAPSHOT/maven-metadata-local.xml @@ -0,0 +1,29 @@ + + + org.reactivestreams + reactive-streams-tck + + 20240313040851 + + true + + + + jar + 1.0.5-SNAPSHOT + 20240313040851 + + + pom + 1.0.5-SNAPSHOT + 20240313040851 + + + module + 1.0.5-SNAPSHOT + 20240313040851 + + + + 1.0.5-SNAPSHOT + diff --git a/repository/org/reactivestreams/reactive-streams-tck/1.0.5-SNAPSHOT/maven-metadata.xml b/repository/org/reactivestreams/reactive-streams-tck/1.0.5-SNAPSHOT/maven-metadata.xml new file mode 100644 index 00000000..37a5bdee --- /dev/null +++ b/repository/org/reactivestreams/reactive-streams-tck/1.0.5-SNAPSHOT/maven-metadata.xml @@ -0,0 +1,30 @@ + + + org.reactivestreams + reactive-streams-tck + + 20240313040846 + + 20240313.040846 + 1 + + + + jar + 1.0.5-20240313.040846-1 + 20240313040846 + + + pom + 1.0.5-20240313.040846-1 + 20240313040846 + + + module + 1.0.5-20240313.040846-1 + 20240313040846 + + + + 1.0.5-SNAPSHOT + diff --git a/repository/org/reactivestreams/reactive-streams-tck/1.0.5-SNAPSHOT/maven-metadata.xml.md5 b/repository/org/reactivestreams/reactive-streams-tck/1.0.5-SNAPSHOT/maven-metadata.xml.md5 new file mode 100644 index 00000000..c46b79d9 --- /dev/null +++ b/repository/org/reactivestreams/reactive-streams-tck/1.0.5-SNAPSHOT/maven-metadata.xml.md5 @@ -0,0 +1 @@ +f78436f71182218c2917c3186b88ff24 \ No newline at end of file diff --git a/repository/org/reactivestreams/reactive-streams-tck/1.0.5-SNAPSHOT/maven-metadata.xml.sha1 b/repository/org/reactivestreams/reactive-streams-tck/1.0.5-SNAPSHOT/maven-metadata.xml.sha1 new file mode 100644 index 00000000..00945568 --- /dev/null +++ b/repository/org/reactivestreams/reactive-streams-tck/1.0.5-SNAPSHOT/maven-metadata.xml.sha1 @@ -0,0 +1 @@ +c504666aff9b7f97ccc5c99edbc5ae90bb3c9236 \ No newline at end of file diff --git a/repository/org/reactivestreams/reactive-streams-tck/1.0.5-SNAPSHOT/maven-metadata.xml.sha256 b/repository/org/reactivestreams/reactive-streams-tck/1.0.5-SNAPSHOT/maven-metadata.xml.sha256 new file mode 100644 index 00000000..f63e8c7d --- /dev/null +++ b/repository/org/reactivestreams/reactive-streams-tck/1.0.5-SNAPSHOT/maven-metadata.xml.sha256 @@ -0,0 +1 @@ +2aeec533528ec4501264245c17a184eb60ee82ce29d40537df0540ef588c0c8e \ No newline at end of file diff --git a/repository/org/reactivestreams/reactive-streams-tck/1.0.5-SNAPSHOT/maven-metadata.xml.sha512 b/repository/org/reactivestreams/reactive-streams-tck/1.0.5-SNAPSHOT/maven-metadata.xml.sha512 new file mode 100644 index 00000000..8d1718f8 --- /dev/null +++ b/repository/org/reactivestreams/reactive-streams-tck/1.0.5-SNAPSHOT/maven-metadata.xml.sha512 @@ -0,0 +1 @@ +0b42afddb10533c4065cd43bbc24ed1e9c10011ff61152bdc526a783d43b237838ea9ad3ad1b64e8790ebe9e139452424e4475af9e399e860a792b1b15cd24ec \ No newline at end of file diff --git a/repository/org/reactivestreams/reactive-streams-tck/1.0.5-SNAPSHOT/reactive-streams-tck-1.0.5-20240313.040846-1.jar b/repository/org/reactivestreams/reactive-streams-tck/1.0.5-SNAPSHOT/reactive-streams-tck-1.0.5-20240313.040846-1.jar new file mode 100644 index 00000000..5b6bc4f7 Binary files /dev/null and b/repository/org/reactivestreams/reactive-streams-tck/1.0.5-SNAPSHOT/reactive-streams-tck-1.0.5-20240313.040846-1.jar differ diff --git a/repository/org/reactivestreams/reactive-streams-tck/1.0.5-SNAPSHOT/reactive-streams-tck-1.0.5-20240313.040846-1.jar.md5 b/repository/org/reactivestreams/reactive-streams-tck/1.0.5-SNAPSHOT/reactive-streams-tck-1.0.5-20240313.040846-1.jar.md5 new file mode 100644 index 00000000..594c088a --- /dev/null +++ b/repository/org/reactivestreams/reactive-streams-tck/1.0.5-SNAPSHOT/reactive-streams-tck-1.0.5-20240313.040846-1.jar.md5 @@ -0,0 +1 @@ +e08d7387192703a0b1f91d3ad026b778 \ No newline at end of file diff --git a/repository/org/reactivestreams/reactive-streams-tck/1.0.5-SNAPSHOT/reactive-streams-tck-1.0.5-20240313.040846-1.jar.sha1 b/repository/org/reactivestreams/reactive-streams-tck/1.0.5-SNAPSHOT/reactive-streams-tck-1.0.5-20240313.040846-1.jar.sha1 new file mode 100644 index 00000000..36387d5b --- /dev/null +++ b/repository/org/reactivestreams/reactive-streams-tck/1.0.5-SNAPSHOT/reactive-streams-tck-1.0.5-20240313.040846-1.jar.sha1 @@ -0,0 +1 @@ +75d10e3544fc10e47cc3f1437c2f10ee0703b927 \ No newline at end of file diff --git a/repository/org/reactivestreams/reactive-streams-tck/1.0.5-SNAPSHOT/reactive-streams-tck-1.0.5-20240313.040846-1.jar.sha256 b/repository/org/reactivestreams/reactive-streams-tck/1.0.5-SNAPSHOT/reactive-streams-tck-1.0.5-20240313.040846-1.jar.sha256 new file mode 100644 index 00000000..a20d4cfd --- /dev/null +++ b/repository/org/reactivestreams/reactive-streams-tck/1.0.5-SNAPSHOT/reactive-streams-tck-1.0.5-20240313.040846-1.jar.sha256 @@ -0,0 +1 @@ +b649deca1eb4597574fac2af04c1e648204b69ee74501c6f46e026f030a86e47 \ No newline at end of file diff --git a/repository/org/reactivestreams/reactive-streams-tck/1.0.5-SNAPSHOT/reactive-streams-tck-1.0.5-20240313.040846-1.jar.sha512 b/repository/org/reactivestreams/reactive-streams-tck/1.0.5-SNAPSHOT/reactive-streams-tck-1.0.5-20240313.040846-1.jar.sha512 new file mode 100644 index 00000000..8964cc7c --- /dev/null +++ b/repository/org/reactivestreams/reactive-streams-tck/1.0.5-SNAPSHOT/reactive-streams-tck-1.0.5-20240313.040846-1.jar.sha512 @@ -0,0 +1 @@ +0b54f3e1782c778818cb3070af8d7daeb562502c2dff398e08ea39c427a03bd4cc553fbd8184b1e2812755049b6b7711944d0ba142d7fc5ef2c14b40b7c36b20 \ No newline at end of file diff --git a/repository/org/reactivestreams/reactive-streams-tck/1.0.5-SNAPSHOT/reactive-streams-tck-1.0.5-20240313.040846-1.module b/repository/org/reactivestreams/reactive-streams-tck/1.0.5-SNAPSHOT/reactive-streams-tck-1.0.5-20240313.040846-1.module new file mode 100644 index 00000000..f61d2c12 --- /dev/null +++ b/repository/org/reactivestreams/reactive-streams-tck/1.0.5-SNAPSHOT/reactive-streams-tck-1.0.5-20240313.040846-1.module @@ -0,0 +1,99 @@ +{ + "formatVersion": "1.1", + "component": { + "group": "org.reactivestreams", + "module": "reactive-streams-tck", + "version": "1.0.5-SNAPSHOT", + "attributes": { + "org.gradle.status": "integration" + } + }, + "createdBy": { + "gradle": { + "version": "8.6" + } + }, + "variants": [ + { + "name": "apiElements", + "attributes": { + "org.gradle.category": "library", + "org.gradle.dependency.bundling": "external", + "org.gradle.jvm.version": 6, + "org.gradle.libraryelements": "jar", + "org.gradle.usage": "java-api" + }, + "dependencies": [ + { + "group": "org.testng", + "module": "testng", + "version": { + "requires": "7.3.0" + } + }, + { + "group": "org.reactivestreams", + "module": "reactive-streams", + "version": { + "requires": "1.0.5-SNAPSHOT" + } + } + ], + "files": [ + { + "name": "reactive-streams-tck-1.0.5-SNAPSHOT.jar", + "url": "reactive-streams-tck-1.0.5-SNAPSHOT.jar", + "size": 168691, + "sha512": "0b54f3e1782c778818cb3070af8d7daeb562502c2dff398e08ea39c427a03bd4cc553fbd8184b1e2812755049b6b7711944d0ba142d7fc5ef2c14b40b7c36b20", + "sha256": "b649deca1eb4597574fac2af04c1e648204b69ee74501c6f46e026f030a86e47", + "sha1": "75d10e3544fc10e47cc3f1437c2f10ee0703b927", + "md5": "e08d7387192703a0b1f91d3ad026b778" + } + ] + }, + { + "name": "runtimeElements", + "attributes": { + "org.gradle.category": "library", + "org.gradle.dependency.bundling": "external", + "org.gradle.jvm.version": 6, + "org.gradle.libraryelements": "jar", + "org.gradle.usage": "java-runtime" + }, + "dependencies": [ + { + "group": "org.reactivestreams", + "module": "reactive-streams-examples", + "version": { + "requires": "1.0.5-SNAPSHOT" + } + }, + { + "group": "org.testng", + "module": "testng", + "version": { + "requires": "7.3.0" + } + }, + { + "group": "org.reactivestreams", + "module": "reactive-streams", + "version": { + "requires": "1.0.5-SNAPSHOT" + } + } + ], + "files": [ + { + "name": "reactive-streams-tck-1.0.5-SNAPSHOT.jar", + "url": "reactive-streams-tck-1.0.5-SNAPSHOT.jar", + "size": 168691, + "sha512": "0b54f3e1782c778818cb3070af8d7daeb562502c2dff398e08ea39c427a03bd4cc553fbd8184b1e2812755049b6b7711944d0ba142d7fc5ef2c14b40b7c36b20", + "sha256": "b649deca1eb4597574fac2af04c1e648204b69ee74501c6f46e026f030a86e47", + "sha1": "75d10e3544fc10e47cc3f1437c2f10ee0703b927", + "md5": "e08d7387192703a0b1f91d3ad026b778" + } + ] + } + ] +} diff --git a/repository/org/reactivestreams/reactive-streams-tck/1.0.5-SNAPSHOT/reactive-streams-tck-1.0.5-20240313.040846-1.module.md5 b/repository/org/reactivestreams/reactive-streams-tck/1.0.5-SNAPSHOT/reactive-streams-tck-1.0.5-20240313.040846-1.module.md5 new file mode 100644 index 00000000..bb99e722 --- /dev/null +++ b/repository/org/reactivestreams/reactive-streams-tck/1.0.5-SNAPSHOT/reactive-streams-tck-1.0.5-20240313.040846-1.module.md5 @@ -0,0 +1 @@ +6bff94ff5854c25dcaf801d10c56e190 \ No newline at end of file diff --git a/repository/org/reactivestreams/reactive-streams-tck/1.0.5-SNAPSHOT/reactive-streams-tck-1.0.5-20240313.040846-1.module.sha1 b/repository/org/reactivestreams/reactive-streams-tck/1.0.5-SNAPSHOT/reactive-streams-tck-1.0.5-20240313.040846-1.module.sha1 new file mode 100644 index 00000000..a7cc590f --- /dev/null +++ b/repository/org/reactivestreams/reactive-streams-tck/1.0.5-SNAPSHOT/reactive-streams-tck-1.0.5-20240313.040846-1.module.sha1 @@ -0,0 +1 @@ +8ba9b6bd7cc9e05beb694bb620fe9210e5ab0355 \ No newline at end of file diff --git a/repository/org/reactivestreams/reactive-streams-tck/1.0.5-SNAPSHOT/reactive-streams-tck-1.0.5-20240313.040846-1.module.sha256 b/repository/org/reactivestreams/reactive-streams-tck/1.0.5-SNAPSHOT/reactive-streams-tck-1.0.5-20240313.040846-1.module.sha256 new file mode 100644 index 00000000..663bba84 --- /dev/null +++ b/repository/org/reactivestreams/reactive-streams-tck/1.0.5-SNAPSHOT/reactive-streams-tck-1.0.5-20240313.040846-1.module.sha256 @@ -0,0 +1 @@ +4262cc3a083f050d78b4f238ed0c59dd277892cbee2bbd361d2f53bdd8fc5ffb \ No newline at end of file diff --git a/repository/org/reactivestreams/reactive-streams-tck/1.0.5-SNAPSHOT/reactive-streams-tck-1.0.5-20240313.040846-1.module.sha512 b/repository/org/reactivestreams/reactive-streams-tck/1.0.5-SNAPSHOT/reactive-streams-tck-1.0.5-20240313.040846-1.module.sha512 new file mode 100644 index 00000000..f6977773 --- /dev/null +++ b/repository/org/reactivestreams/reactive-streams-tck/1.0.5-SNAPSHOT/reactive-streams-tck-1.0.5-20240313.040846-1.module.sha512 @@ -0,0 +1 @@ +54d98d753817a0fd5caa1ff3177b8ddf67ea4829381fc459a1ec1e3ee6605693a78ee8f63fa882760c84620226286b0ce0d404faaab6f3c23b4fb4f7a02455b8 \ No newline at end of file diff --git a/repository/org/reactivestreams/reactive-streams-tck/1.0.5-SNAPSHOT/reactive-streams-tck-1.0.5-20240313.040846-1.pom b/repository/org/reactivestreams/reactive-streams-tck/1.0.5-SNAPSHOT/reactive-streams-tck-1.0.5-20240313.040846-1.pom new file mode 100644 index 00000000..6787426d --- /dev/null +++ b/repository/org/reactivestreams/reactive-streams-tck/1.0.5-SNAPSHOT/reactive-streams-tck-1.0.5-20240313.040846-1.pom @@ -0,0 +1,55 @@ + + + + + + + + 4.0.0 + org.reactivestreams + reactive-streams-tck + 1.0.5-SNAPSHOT + reactive-streams + A Protocol for Asynchronous Non-Blocking Data Sequence + https://www.reactive-streams.org/ + 2014 + + + MIT-0 + https://spdx.org/licenses/MIT-0.html + repo + + + + + reactive-streams-sig + Reactive Streams SIG + https://www.reactive-streams.org/ + + + + scm:git:git@github.com:reactive-streams/reactive-streams.git + git@github.com:reactive-streams/reactive-streams.git + + + + org.testng + testng + 7.3.0 + compile + + + org.reactivestreams + reactive-streams + 1.0.5-SNAPSHOT + compile + + + org.reactivestreams + reactive-streams-examples + 1.0.5-SNAPSHOT + runtime + + + diff --git a/repository/org/reactivestreams/reactive-streams-tck/1.0.5-SNAPSHOT/reactive-streams-tck-1.0.5-20240313.040846-1.pom.md5 b/repository/org/reactivestreams/reactive-streams-tck/1.0.5-SNAPSHOT/reactive-streams-tck-1.0.5-20240313.040846-1.pom.md5 new file mode 100644 index 00000000..2bab4229 --- /dev/null +++ b/repository/org/reactivestreams/reactive-streams-tck/1.0.5-SNAPSHOT/reactive-streams-tck-1.0.5-20240313.040846-1.pom.md5 @@ -0,0 +1 @@ +50e92a782c697b78c925dc48a46eb59d \ No newline at end of file diff --git a/repository/org/reactivestreams/reactive-streams-tck/1.0.5-SNAPSHOT/reactive-streams-tck-1.0.5-20240313.040846-1.pom.sha1 b/repository/org/reactivestreams/reactive-streams-tck/1.0.5-SNAPSHOT/reactive-streams-tck-1.0.5-20240313.040846-1.pom.sha1 new file mode 100644 index 00000000..458f71bc --- /dev/null +++ b/repository/org/reactivestreams/reactive-streams-tck/1.0.5-SNAPSHOT/reactive-streams-tck-1.0.5-20240313.040846-1.pom.sha1 @@ -0,0 +1 @@ +f7d5f057decb4cfd3b9fc2d601faca9cb5590b50 \ No newline at end of file diff --git a/repository/org/reactivestreams/reactive-streams-tck/1.0.5-SNAPSHOT/reactive-streams-tck-1.0.5-20240313.040846-1.pom.sha256 b/repository/org/reactivestreams/reactive-streams-tck/1.0.5-SNAPSHOT/reactive-streams-tck-1.0.5-20240313.040846-1.pom.sha256 new file mode 100644 index 00000000..87bd5dca --- /dev/null +++ b/repository/org/reactivestreams/reactive-streams-tck/1.0.5-SNAPSHOT/reactive-streams-tck-1.0.5-20240313.040846-1.pom.sha256 @@ -0,0 +1 @@ +6926af7201cdf304fcab9dad6a7ae630e9fa99fe0693b3271c42f14a66cd0767 \ No newline at end of file diff --git a/repository/org/reactivestreams/reactive-streams-tck/1.0.5-SNAPSHOT/reactive-streams-tck-1.0.5-20240313.040846-1.pom.sha512 b/repository/org/reactivestreams/reactive-streams-tck/1.0.5-SNAPSHOT/reactive-streams-tck-1.0.5-20240313.040846-1.pom.sha512 new file mode 100644 index 00000000..da140ff6 --- /dev/null +++ b/repository/org/reactivestreams/reactive-streams-tck/1.0.5-SNAPSHOT/reactive-streams-tck-1.0.5-20240313.040846-1.pom.sha512 @@ -0,0 +1 @@ +94bfb1316ba3ee64a599f503bc572b6fc36cf7c573fd7bd9b3f87c7f1ca3c80c281f150ca51599c938dae27dd132768fc47f9603a020a4cee8a21e3a232b5e79 \ No newline at end of file diff --git a/repository/org/reactivestreams/reactive-streams-tck/1.0.5-SNAPSHOT/reactive-streams-tck-1.0.5-SNAPSHOT.jar b/repository/org/reactivestreams/reactive-streams-tck/1.0.5-SNAPSHOT/reactive-streams-tck-1.0.5-SNAPSHOT.jar new file mode 100644 index 00000000..5b6bc4f7 Binary files /dev/null and b/repository/org/reactivestreams/reactive-streams-tck/1.0.5-SNAPSHOT/reactive-streams-tck-1.0.5-SNAPSHOT.jar differ diff --git a/repository/org/reactivestreams/reactive-streams-tck/1.0.5-SNAPSHOT/reactive-streams-tck-1.0.5-SNAPSHOT.module b/repository/org/reactivestreams/reactive-streams-tck/1.0.5-SNAPSHOT/reactive-streams-tck-1.0.5-SNAPSHOT.module new file mode 100644 index 00000000..f61d2c12 --- /dev/null +++ b/repository/org/reactivestreams/reactive-streams-tck/1.0.5-SNAPSHOT/reactive-streams-tck-1.0.5-SNAPSHOT.module @@ -0,0 +1,99 @@ +{ + "formatVersion": "1.1", + "component": { + "group": "org.reactivestreams", + "module": "reactive-streams-tck", + "version": "1.0.5-SNAPSHOT", + "attributes": { + "org.gradle.status": "integration" + } + }, + "createdBy": { + "gradle": { + "version": "8.6" + } + }, + "variants": [ + { + "name": "apiElements", + "attributes": { + "org.gradle.category": "library", + "org.gradle.dependency.bundling": "external", + "org.gradle.jvm.version": 6, + "org.gradle.libraryelements": "jar", + "org.gradle.usage": "java-api" + }, + "dependencies": [ + { + "group": "org.testng", + "module": "testng", + "version": { + "requires": "7.3.0" + } + }, + { + "group": "org.reactivestreams", + "module": "reactive-streams", + "version": { + "requires": "1.0.5-SNAPSHOT" + } + } + ], + "files": [ + { + "name": "reactive-streams-tck-1.0.5-SNAPSHOT.jar", + "url": "reactive-streams-tck-1.0.5-SNAPSHOT.jar", + "size": 168691, + "sha512": "0b54f3e1782c778818cb3070af8d7daeb562502c2dff398e08ea39c427a03bd4cc553fbd8184b1e2812755049b6b7711944d0ba142d7fc5ef2c14b40b7c36b20", + "sha256": "b649deca1eb4597574fac2af04c1e648204b69ee74501c6f46e026f030a86e47", + "sha1": "75d10e3544fc10e47cc3f1437c2f10ee0703b927", + "md5": "e08d7387192703a0b1f91d3ad026b778" + } + ] + }, + { + "name": "runtimeElements", + "attributes": { + "org.gradle.category": "library", + "org.gradle.dependency.bundling": "external", + "org.gradle.jvm.version": 6, + "org.gradle.libraryelements": "jar", + "org.gradle.usage": "java-runtime" + }, + "dependencies": [ + { + "group": "org.reactivestreams", + "module": "reactive-streams-examples", + "version": { + "requires": "1.0.5-SNAPSHOT" + } + }, + { + "group": "org.testng", + "module": "testng", + "version": { + "requires": "7.3.0" + } + }, + { + "group": "org.reactivestreams", + "module": "reactive-streams", + "version": { + "requires": "1.0.5-SNAPSHOT" + } + } + ], + "files": [ + { + "name": "reactive-streams-tck-1.0.5-SNAPSHOT.jar", + "url": "reactive-streams-tck-1.0.5-SNAPSHOT.jar", + "size": 168691, + "sha512": "0b54f3e1782c778818cb3070af8d7daeb562502c2dff398e08ea39c427a03bd4cc553fbd8184b1e2812755049b6b7711944d0ba142d7fc5ef2c14b40b7c36b20", + "sha256": "b649deca1eb4597574fac2af04c1e648204b69ee74501c6f46e026f030a86e47", + "sha1": "75d10e3544fc10e47cc3f1437c2f10ee0703b927", + "md5": "e08d7387192703a0b1f91d3ad026b778" + } + ] + } + ] +} diff --git a/repository/org/reactivestreams/reactive-streams-tck/1.0.5-SNAPSHOT/reactive-streams-tck-1.0.5-SNAPSHOT.pom b/repository/org/reactivestreams/reactive-streams-tck/1.0.5-SNAPSHOT/reactive-streams-tck-1.0.5-SNAPSHOT.pom new file mode 100644 index 00000000..6787426d --- /dev/null +++ b/repository/org/reactivestreams/reactive-streams-tck/1.0.5-SNAPSHOT/reactive-streams-tck-1.0.5-SNAPSHOT.pom @@ -0,0 +1,55 @@ + + + + + + + + 4.0.0 + org.reactivestreams + reactive-streams-tck + 1.0.5-SNAPSHOT + reactive-streams + A Protocol for Asynchronous Non-Blocking Data Sequence + https://www.reactive-streams.org/ + 2014 + + + MIT-0 + https://spdx.org/licenses/MIT-0.html + repo + + + + + reactive-streams-sig + Reactive Streams SIG + https://www.reactive-streams.org/ + + + + scm:git:git@github.com:reactive-streams/reactive-streams.git + git@github.com:reactive-streams/reactive-streams.git + + + + org.testng + testng + 7.3.0 + compile + + + org.reactivestreams + reactive-streams + 1.0.5-SNAPSHOT + compile + + + org.reactivestreams + reactive-streams-examples + 1.0.5-SNAPSHOT + runtime + + + diff --git a/repository/org/reactivestreams/reactive-streams-tck/1.0.5-jpms/reactive-streams-tck-1.0.5-jpms.jar b/repository/org/reactivestreams/reactive-streams-tck/1.0.5-jpms/reactive-streams-tck-1.0.5-jpms.jar new file mode 100644 index 00000000..6a8c1b19 Binary files /dev/null and b/repository/org/reactivestreams/reactive-streams-tck/1.0.5-jpms/reactive-streams-tck-1.0.5-jpms.jar differ diff --git a/repository/org/reactivestreams/reactive-streams-tck/1.0.5-jpms/reactive-streams-tck-1.0.5-jpms.jar.md5 b/repository/org/reactivestreams/reactive-streams-tck/1.0.5-jpms/reactive-streams-tck-1.0.5-jpms.jar.md5 new file mode 100644 index 00000000..19e267cb --- /dev/null +++ b/repository/org/reactivestreams/reactive-streams-tck/1.0.5-jpms/reactive-streams-tck-1.0.5-jpms.jar.md5 @@ -0,0 +1 @@ +b5a61e19c1c26ca8418189e86984151f \ No newline at end of file diff --git a/repository/org/reactivestreams/reactive-streams-tck/1.0.5-jpms/reactive-streams-tck-1.0.5-jpms.jar.sha1 b/repository/org/reactivestreams/reactive-streams-tck/1.0.5-jpms/reactive-streams-tck-1.0.5-jpms.jar.sha1 new file mode 100644 index 00000000..c3cafe28 --- /dev/null +++ b/repository/org/reactivestreams/reactive-streams-tck/1.0.5-jpms/reactive-streams-tck-1.0.5-jpms.jar.sha1 @@ -0,0 +1 @@ +26ca233a2f0576a6dd2382805a677ddbe271437b \ No newline at end of file diff --git a/repository/org/reactivestreams/reactive-streams-tck/1.0.5-jpms/reactive-streams-tck-1.0.5-jpms.jar.sha256 b/repository/org/reactivestreams/reactive-streams-tck/1.0.5-jpms/reactive-streams-tck-1.0.5-jpms.jar.sha256 new file mode 100644 index 00000000..046d8d27 --- /dev/null +++ b/repository/org/reactivestreams/reactive-streams-tck/1.0.5-jpms/reactive-streams-tck-1.0.5-jpms.jar.sha256 @@ -0,0 +1 @@ +d9e7f25d475b796796ef1198d4faedac1e3f842c178c8c1217f08ccee96d9f47 \ No newline at end of file diff --git a/repository/org/reactivestreams/reactive-streams-tck/1.0.5-jpms/reactive-streams-tck-1.0.5-jpms.jar.sha512 b/repository/org/reactivestreams/reactive-streams-tck/1.0.5-jpms/reactive-streams-tck-1.0.5-jpms.jar.sha512 new file mode 100644 index 00000000..6c4ca059 --- /dev/null +++ b/repository/org/reactivestreams/reactive-streams-tck/1.0.5-jpms/reactive-streams-tck-1.0.5-jpms.jar.sha512 @@ -0,0 +1 @@ +9ce7d868c5441f89dae7cf4836b1d4ddc44ed3124d416f5212b81e123441b74faeea078f7bfcba8712cf67362ec4960fc1f09a91f01e17235584ed55c0648857 \ No newline at end of file diff --git a/repository/org/reactivestreams/reactive-streams-tck/1.0.5-jpms/reactive-streams-tck-1.0.5-jpms.module b/repository/org/reactivestreams/reactive-streams-tck/1.0.5-jpms/reactive-streams-tck-1.0.5-jpms.module new file mode 100644 index 00000000..dad4b294 --- /dev/null +++ b/repository/org/reactivestreams/reactive-streams-tck/1.0.5-jpms/reactive-streams-tck-1.0.5-jpms.module @@ -0,0 +1,99 @@ +{ + "formatVersion": "1.1", + "component": { + "group": "org.reactivestreams", + "module": "reactive-streams-tck", + "version": "1.0.5-jpms", + "attributes": { + "org.gradle.status": "release" + } + }, + "createdBy": { + "gradle": { + "version": "8.6" + } + }, + "variants": [ + { + "name": "apiElements", + "attributes": { + "org.gradle.category": "library", + "org.gradle.dependency.bundling": "external", + "org.gradle.jvm.version": 6, + "org.gradle.libraryelements": "jar", + "org.gradle.usage": "java-api" + }, + "dependencies": [ + { + "group": "org.testng", + "module": "testng", + "version": { + "requires": "7.3.0" + } + }, + { + "group": "org.reactivestreams", + "module": "reactive-streams", + "version": { + "requires": "1.0.5-jpms" + } + } + ], + "files": [ + { + "name": "reactive-streams-tck-1.0.5-jpms.jar", + "url": "reactive-streams-tck-1.0.5-jpms.jar", + "size": 168688, + "sha512": "9ce7d868c5441f89dae7cf4836b1d4ddc44ed3124d416f5212b81e123441b74faeea078f7bfcba8712cf67362ec4960fc1f09a91f01e17235584ed55c0648857", + "sha256": "d9e7f25d475b796796ef1198d4faedac1e3f842c178c8c1217f08ccee96d9f47", + "sha1": "26ca233a2f0576a6dd2382805a677ddbe271437b", + "md5": "b5a61e19c1c26ca8418189e86984151f" + } + ] + }, + { + "name": "runtimeElements", + "attributes": { + "org.gradle.category": "library", + "org.gradle.dependency.bundling": "external", + "org.gradle.jvm.version": 6, + "org.gradle.libraryelements": "jar", + "org.gradle.usage": "java-runtime" + }, + "dependencies": [ + { + "group": "org.reactivestreams", + "module": "reactive-streams-examples", + "version": { + "requires": "1.0.5-jpms" + } + }, + { + "group": "org.testng", + "module": "testng", + "version": { + "requires": "7.3.0" + } + }, + { + "group": "org.reactivestreams", + "module": "reactive-streams", + "version": { + "requires": "1.0.5-jpms" + } + } + ], + "files": [ + { + "name": "reactive-streams-tck-1.0.5-jpms.jar", + "url": "reactive-streams-tck-1.0.5-jpms.jar", + "size": 168688, + "sha512": "9ce7d868c5441f89dae7cf4836b1d4ddc44ed3124d416f5212b81e123441b74faeea078f7bfcba8712cf67362ec4960fc1f09a91f01e17235584ed55c0648857", + "sha256": "d9e7f25d475b796796ef1198d4faedac1e3f842c178c8c1217f08ccee96d9f47", + "sha1": "26ca233a2f0576a6dd2382805a677ddbe271437b", + "md5": "b5a61e19c1c26ca8418189e86984151f" + } + ] + } + ] +} diff --git a/repository/org/reactivestreams/reactive-streams-tck/1.0.5-jpms/reactive-streams-tck-1.0.5-jpms.module.md5 b/repository/org/reactivestreams/reactive-streams-tck/1.0.5-jpms/reactive-streams-tck-1.0.5-jpms.module.md5 new file mode 100644 index 00000000..7ebb288e --- /dev/null +++ b/repository/org/reactivestreams/reactive-streams-tck/1.0.5-jpms/reactive-streams-tck-1.0.5-jpms.module.md5 @@ -0,0 +1 @@ +32dc5469fcce2b66fc0f1c73e2251905 \ No newline at end of file diff --git a/repository/org/reactivestreams/reactive-streams-tck/1.0.5-jpms/reactive-streams-tck-1.0.5-jpms.module.sha1 b/repository/org/reactivestreams/reactive-streams-tck/1.0.5-jpms/reactive-streams-tck-1.0.5-jpms.module.sha1 new file mode 100644 index 00000000..d2601fec --- /dev/null +++ b/repository/org/reactivestreams/reactive-streams-tck/1.0.5-jpms/reactive-streams-tck-1.0.5-jpms.module.sha1 @@ -0,0 +1 @@ +2103b318efc123468facd23cea4995cc7364159c \ No newline at end of file diff --git a/repository/org/reactivestreams/reactive-streams-tck/1.0.5-jpms/reactive-streams-tck-1.0.5-jpms.module.sha256 b/repository/org/reactivestreams/reactive-streams-tck/1.0.5-jpms/reactive-streams-tck-1.0.5-jpms.module.sha256 new file mode 100644 index 00000000..5f802fd2 --- /dev/null +++ b/repository/org/reactivestreams/reactive-streams-tck/1.0.5-jpms/reactive-streams-tck-1.0.5-jpms.module.sha256 @@ -0,0 +1 @@ +d59028f028609b98d05be8b674d713ee8cb9ba7d441310c6196a148c08950cb5 \ No newline at end of file diff --git a/repository/org/reactivestreams/reactive-streams-tck/1.0.5-jpms/reactive-streams-tck-1.0.5-jpms.module.sha512 b/repository/org/reactivestreams/reactive-streams-tck/1.0.5-jpms/reactive-streams-tck-1.0.5-jpms.module.sha512 new file mode 100644 index 00000000..64f1bc8d --- /dev/null +++ b/repository/org/reactivestreams/reactive-streams-tck/1.0.5-jpms/reactive-streams-tck-1.0.5-jpms.module.sha512 @@ -0,0 +1 @@ +2a624ff0a837f528c12cfe2fed87dcc0649698d479ce3e99132cd3ae75882b07d4f640ef0395a8c4d02755d838dc403c93ad58f516b0e791a41afd90fd709983 \ No newline at end of file diff --git a/repository/org/reactivestreams/reactive-streams-tck/1.0.5-jpms/reactive-streams-tck-1.0.5-jpms.pom b/repository/org/reactivestreams/reactive-streams-tck/1.0.5-jpms/reactive-streams-tck-1.0.5-jpms.pom new file mode 100644 index 00000000..635708cd --- /dev/null +++ b/repository/org/reactivestreams/reactive-streams-tck/1.0.5-jpms/reactive-streams-tck-1.0.5-jpms.pom @@ -0,0 +1,55 @@ + + + + + + + + 4.0.0 + org.reactivestreams + reactive-streams-tck + 1.0.5-jpms + reactive-streams + A Protocol for Asynchronous Non-Blocking Data Sequence + https://www.reactive-streams.org/ + 2014 + + + MIT-0 + https://spdx.org/licenses/MIT-0.html + repo + + + + + reactive-streams-sig + Reactive Streams SIG + https://www.reactive-streams.org/ + + + + scm:git:git@github.com:reactive-streams/reactive-streams.git + git@github.com:reactive-streams/reactive-streams.git + + + + org.testng + testng + 7.3.0 + compile + + + org.reactivestreams + reactive-streams + 1.0.5-jpms + compile + + + org.reactivestreams + reactive-streams-examples + 1.0.5-jpms + runtime + + + diff --git a/repository/org/reactivestreams/reactive-streams-tck/1.0.5-jpms/reactive-streams-tck-1.0.5-jpms.pom.md5 b/repository/org/reactivestreams/reactive-streams-tck/1.0.5-jpms/reactive-streams-tck-1.0.5-jpms.pom.md5 new file mode 100644 index 00000000..47da2114 --- /dev/null +++ b/repository/org/reactivestreams/reactive-streams-tck/1.0.5-jpms/reactive-streams-tck-1.0.5-jpms.pom.md5 @@ -0,0 +1 @@ +4f0298645eab9390de4c3252694de05c \ No newline at end of file diff --git a/repository/org/reactivestreams/reactive-streams-tck/1.0.5-jpms/reactive-streams-tck-1.0.5-jpms.pom.sha1 b/repository/org/reactivestreams/reactive-streams-tck/1.0.5-jpms/reactive-streams-tck-1.0.5-jpms.pom.sha1 new file mode 100644 index 00000000..1b6adbc4 --- /dev/null +++ b/repository/org/reactivestreams/reactive-streams-tck/1.0.5-jpms/reactive-streams-tck-1.0.5-jpms.pom.sha1 @@ -0,0 +1 @@ +1261bc017ba5002d299d7ba2b03998cf80242cae \ No newline at end of file diff --git a/repository/org/reactivestreams/reactive-streams-tck/1.0.5-jpms/reactive-streams-tck-1.0.5-jpms.pom.sha256 b/repository/org/reactivestreams/reactive-streams-tck/1.0.5-jpms/reactive-streams-tck-1.0.5-jpms.pom.sha256 new file mode 100644 index 00000000..71b8aad4 --- /dev/null +++ b/repository/org/reactivestreams/reactive-streams-tck/1.0.5-jpms/reactive-streams-tck-1.0.5-jpms.pom.sha256 @@ -0,0 +1 @@ +68db0ff8307f52c264bf6878bae86a544fcd0fae887a0f267820dd13a9e24028 \ No newline at end of file diff --git a/repository/org/reactivestreams/reactive-streams-tck/1.0.5-jpms/reactive-streams-tck-1.0.5-jpms.pom.sha512 b/repository/org/reactivestreams/reactive-streams-tck/1.0.5-jpms/reactive-streams-tck-1.0.5-jpms.pom.sha512 new file mode 100644 index 00000000..c30f4a80 --- /dev/null +++ b/repository/org/reactivestreams/reactive-streams-tck/1.0.5-jpms/reactive-streams-tck-1.0.5-jpms.pom.sha512 @@ -0,0 +1 @@ +94b0a99d410fb1738cf3454398884eca665096d5c022d4d51376fe219a9cc00bcc48e8c1384eef62bcda00322226570ced83d22464c65b14bcc5e87dfe91809f \ No newline at end of file diff --git a/repository/org/reactivestreams/reactive-streams-tck/maven-metadata-local.xml b/repository/org/reactivestreams/reactive-streams-tck/maven-metadata-local.xml new file mode 100644 index 00000000..42d24fc3 --- /dev/null +++ b/repository/org/reactivestreams/reactive-streams-tck/maven-metadata-local.xml @@ -0,0 +1,14 @@ + + + org.reactivestreams + reactive-streams-tck + + 1.0.5-jpms + 1.0.5-jpms + + 1.0.5-SNAPSHOT + 1.0.5-jpms + + 20240313041237 + + diff --git a/repository/org/reactivestreams/reactive-streams-tck/maven-metadata.xml b/repository/org/reactivestreams/reactive-streams-tck/maven-metadata.xml new file mode 100644 index 00000000..42d24fc3 --- /dev/null +++ b/repository/org/reactivestreams/reactive-streams-tck/maven-metadata.xml @@ -0,0 +1,14 @@ + + + org.reactivestreams + reactive-streams-tck + + 1.0.5-jpms + 1.0.5-jpms + + 1.0.5-SNAPSHOT + 1.0.5-jpms + + 20240313041237 + + diff --git a/repository/org/reactivestreams/reactive-streams-tck/maven-metadata.xml.md5 b/repository/org/reactivestreams/reactive-streams-tck/maven-metadata.xml.md5 new file mode 100644 index 00000000..0d244ea0 --- /dev/null +++ b/repository/org/reactivestreams/reactive-streams-tck/maven-metadata.xml.md5 @@ -0,0 +1 @@ +6dbeaad44813e5ae8b325a0f765e9a88 \ No newline at end of file diff --git a/repository/org/reactivestreams/reactive-streams-tck/maven-metadata.xml.sha1 b/repository/org/reactivestreams/reactive-streams-tck/maven-metadata.xml.sha1 new file mode 100644 index 00000000..f2c5fa2e --- /dev/null +++ b/repository/org/reactivestreams/reactive-streams-tck/maven-metadata.xml.sha1 @@ -0,0 +1 @@ +02d34d0cb6ec59987400fb0fae711bad0f5666f5 \ No newline at end of file diff --git a/repository/org/reactivestreams/reactive-streams-tck/maven-metadata.xml.sha256 b/repository/org/reactivestreams/reactive-streams-tck/maven-metadata.xml.sha256 new file mode 100644 index 00000000..4b6027d1 --- /dev/null +++ b/repository/org/reactivestreams/reactive-streams-tck/maven-metadata.xml.sha256 @@ -0,0 +1 @@ +311bbbd6d798043ff17ceb2afcb20e361f89c51c7e1230a2866e19c115fd6b00 \ No newline at end of file diff --git a/repository/org/reactivestreams/reactive-streams-tck/maven-metadata.xml.sha512 b/repository/org/reactivestreams/reactive-streams-tck/maven-metadata.xml.sha512 new file mode 100644 index 00000000..b9db268f --- /dev/null +++ b/repository/org/reactivestreams/reactive-streams-tck/maven-metadata.xml.sha512 @@ -0,0 +1 @@ +2c117ca69ce090f7851157741334b7e3f4e3bc5fb279214615d43b64cb72837992186358e39cd765fb273dd9c695c5a38c7c85b044d7b10e85b6facf1b31d64e \ No newline at end of file diff --git a/repository/org/reactivestreams/reactive-streams/1.0.5-SNAPSHOT/maven-metadata-local.xml b/repository/org/reactivestreams/reactive-streams/1.0.5-SNAPSHOT/maven-metadata-local.xml new file mode 100644 index 00000000..deac807c --- /dev/null +++ b/repository/org/reactivestreams/reactive-streams/1.0.5-SNAPSHOT/maven-metadata-local.xml @@ -0,0 +1,29 @@ + + + org.reactivestreams + reactive-streams + + 20240313040850 + + true + + + + jar + 1.0.5-SNAPSHOT + 20240313040850 + + + pom + 1.0.5-SNAPSHOT + 20240313040850 + + + module + 1.0.5-SNAPSHOT + 20240313040850 + + + + 1.0.5-SNAPSHOT + diff --git a/repository/org/reactivestreams/reactive-streams/1.0.5-SNAPSHOT/maven-metadata.xml b/repository/org/reactivestreams/reactive-streams/1.0.5-SNAPSHOT/maven-metadata.xml new file mode 100644 index 00000000..c5481446 --- /dev/null +++ b/repository/org/reactivestreams/reactive-streams/1.0.5-SNAPSHOT/maven-metadata.xml @@ -0,0 +1,30 @@ + + + org.reactivestreams + reactive-streams + + 20240313040846 + + 20240313.040846 + 3 + + + + jar + 1.0.5-20240313.040846-3 + 20240313040846 + + + pom + 1.0.5-20240313.040846-3 + 20240313040846 + + + module + 1.0.5-20240313.040846-3 + 20240313040846 + + + + 1.0.5-SNAPSHOT + diff --git a/repository/org/reactivestreams/reactive-streams/1.0.5-SNAPSHOT/maven-metadata.xml.md5 b/repository/org/reactivestreams/reactive-streams/1.0.5-SNAPSHOT/maven-metadata.xml.md5 new file mode 100644 index 00000000..c21daf1a --- /dev/null +++ b/repository/org/reactivestreams/reactive-streams/1.0.5-SNAPSHOT/maven-metadata.xml.md5 @@ -0,0 +1 @@ +2f02be4e952bf9088283830ddf9f5343 \ No newline at end of file diff --git a/repository/org/reactivestreams/reactive-streams/1.0.5-SNAPSHOT/maven-metadata.xml.sha1 b/repository/org/reactivestreams/reactive-streams/1.0.5-SNAPSHOT/maven-metadata.xml.sha1 new file mode 100644 index 00000000..ff50f699 --- /dev/null +++ b/repository/org/reactivestreams/reactive-streams/1.0.5-SNAPSHOT/maven-metadata.xml.sha1 @@ -0,0 +1 @@ +a6ad042fb0c58ee74726856142a274c2795e418f \ No newline at end of file diff --git a/repository/org/reactivestreams/reactive-streams/1.0.5-SNAPSHOT/maven-metadata.xml.sha256 b/repository/org/reactivestreams/reactive-streams/1.0.5-SNAPSHOT/maven-metadata.xml.sha256 new file mode 100644 index 00000000..06db947d --- /dev/null +++ b/repository/org/reactivestreams/reactive-streams/1.0.5-SNAPSHOT/maven-metadata.xml.sha256 @@ -0,0 +1 @@ +80ac42244391ba2500bf9b834ea0a0f5e3772baff79cc62c0de26f99cb85b8f8 \ No newline at end of file diff --git a/repository/org/reactivestreams/reactive-streams/1.0.5-SNAPSHOT/maven-metadata.xml.sha512 b/repository/org/reactivestreams/reactive-streams/1.0.5-SNAPSHOT/maven-metadata.xml.sha512 new file mode 100644 index 00000000..38e7001d --- /dev/null +++ b/repository/org/reactivestreams/reactive-streams/1.0.5-SNAPSHOT/maven-metadata.xml.sha512 @@ -0,0 +1 @@ +a0599893bc9711329ac77c5aa07bbcb93b1740946028d1f5a87050371b4b63444839cbcff937f454f3906c48b8e40b2c3e191ce24e816546b71c615dd60717d0 \ No newline at end of file diff --git a/repository/org/reactivestreams/reactive-streams/1.0.5-SNAPSHOT/reactive-streams-1.0.5-20240313.040729-1.jar b/repository/org/reactivestreams/reactive-streams/1.0.5-SNAPSHOT/reactive-streams-1.0.5-20240313.040729-1.jar new file mode 100644 index 00000000..e94376e9 Binary files /dev/null and b/repository/org/reactivestreams/reactive-streams/1.0.5-SNAPSHOT/reactive-streams-1.0.5-20240313.040729-1.jar differ diff --git a/repository/org/reactivestreams/reactive-streams/1.0.5-SNAPSHOT/reactive-streams-1.0.5-20240313.040729-1.jar.md5 b/repository/org/reactivestreams/reactive-streams/1.0.5-SNAPSHOT/reactive-streams-1.0.5-20240313.040729-1.jar.md5 new file mode 100644 index 00000000..0468cf51 --- /dev/null +++ b/repository/org/reactivestreams/reactive-streams/1.0.5-SNAPSHOT/reactive-streams-1.0.5-20240313.040729-1.jar.md5 @@ -0,0 +1 @@ +eb641960bd02ea4eda635f35dfcccae2 \ No newline at end of file diff --git a/repository/org/reactivestreams/reactive-streams/1.0.5-SNAPSHOT/reactive-streams-1.0.5-20240313.040729-1.jar.sha1 b/repository/org/reactivestreams/reactive-streams/1.0.5-SNAPSHOT/reactive-streams-1.0.5-20240313.040729-1.jar.sha1 new file mode 100644 index 00000000..6cda80b9 --- /dev/null +++ b/repository/org/reactivestreams/reactive-streams/1.0.5-SNAPSHOT/reactive-streams-1.0.5-20240313.040729-1.jar.sha1 @@ -0,0 +1 @@ +68e379ba80b7063583c75723d1a3fb315ae00cad \ No newline at end of file diff --git a/repository/org/reactivestreams/reactive-streams/1.0.5-SNAPSHOT/reactive-streams-1.0.5-20240313.040729-1.jar.sha256 b/repository/org/reactivestreams/reactive-streams/1.0.5-SNAPSHOT/reactive-streams-1.0.5-20240313.040729-1.jar.sha256 new file mode 100644 index 00000000..0073d824 --- /dev/null +++ b/repository/org/reactivestreams/reactive-streams/1.0.5-SNAPSHOT/reactive-streams-1.0.5-20240313.040729-1.jar.sha256 @@ -0,0 +1 @@ +7c2270378b0379634a9573f143786fd60de59617e115e622d74191d18f468af7 \ No newline at end of file diff --git a/repository/org/reactivestreams/reactive-streams/1.0.5-SNAPSHOT/reactive-streams-1.0.5-20240313.040729-1.jar.sha512 b/repository/org/reactivestreams/reactive-streams/1.0.5-SNAPSHOT/reactive-streams-1.0.5-20240313.040729-1.jar.sha512 new file mode 100644 index 00000000..d89c354c --- /dev/null +++ b/repository/org/reactivestreams/reactive-streams/1.0.5-SNAPSHOT/reactive-streams-1.0.5-20240313.040729-1.jar.sha512 @@ -0,0 +1 @@ +4f419014e00d00a4feb9495c2aa1048460f977be94fcc96dfaee88baea7152c2fbf710e1d90e49f641f667f0a8b01e5c2dc4df507f8218866d232bfb1cbb5a27 \ No newline at end of file diff --git a/repository/org/reactivestreams/reactive-streams/1.0.5-SNAPSHOT/reactive-streams-1.0.5-20240313.040729-1.module b/repository/org/reactivestreams/reactive-streams/1.0.5-SNAPSHOT/reactive-streams-1.0.5-20240313.040729-1.module new file mode 100644 index 00000000..5d3a6348 --- /dev/null +++ b/repository/org/reactivestreams/reactive-streams/1.0.5-SNAPSHOT/reactive-streams-1.0.5-20240313.040729-1.module @@ -0,0 +1,60 @@ +{ + "formatVersion": "1.1", + "component": { + "group": "org.reactivestreams", + "module": "reactive-streams", + "version": "1.0.5-SNAPSHOT", + "attributes": { + "org.gradle.status": "integration" + } + }, + "createdBy": { + "gradle": { + "version": "8.6" + } + }, + "variants": [ + { + "name": "apiElements", + "attributes": { + "org.gradle.category": "library", + "org.gradle.dependency.bundling": "external", + "org.gradle.jvm.version": 6, + "org.gradle.libraryelements": "jar", + "org.gradle.usage": "java-api" + }, + "files": [ + { + "name": "reactive-streams-1.0.5-SNAPSHOT.jar", + "url": "reactive-streams-1.0.5-SNAPSHOT.jar", + "size": 13518, + "sha512": "4f419014e00d00a4feb9495c2aa1048460f977be94fcc96dfaee88baea7152c2fbf710e1d90e49f641f667f0a8b01e5c2dc4df507f8218866d232bfb1cbb5a27", + "sha256": "7c2270378b0379634a9573f143786fd60de59617e115e622d74191d18f468af7", + "sha1": "68e379ba80b7063583c75723d1a3fb315ae00cad", + "md5": "eb641960bd02ea4eda635f35dfcccae2" + } + ] + }, + { + "name": "runtimeElements", + "attributes": { + "org.gradle.category": "library", + "org.gradle.dependency.bundling": "external", + "org.gradle.jvm.version": 6, + "org.gradle.libraryelements": "jar", + "org.gradle.usage": "java-runtime" + }, + "files": [ + { + "name": "reactive-streams-1.0.5-SNAPSHOT.jar", + "url": "reactive-streams-1.0.5-SNAPSHOT.jar", + "size": 13518, + "sha512": "4f419014e00d00a4feb9495c2aa1048460f977be94fcc96dfaee88baea7152c2fbf710e1d90e49f641f667f0a8b01e5c2dc4df507f8218866d232bfb1cbb5a27", + "sha256": "7c2270378b0379634a9573f143786fd60de59617e115e622d74191d18f468af7", + "sha1": "68e379ba80b7063583c75723d1a3fb315ae00cad", + "md5": "eb641960bd02ea4eda635f35dfcccae2" + } + ] + } + ] +} diff --git a/repository/org/reactivestreams/reactive-streams/1.0.5-SNAPSHOT/reactive-streams-1.0.5-20240313.040729-1.module.md5 b/repository/org/reactivestreams/reactive-streams/1.0.5-SNAPSHOT/reactive-streams-1.0.5-20240313.040729-1.module.md5 new file mode 100644 index 00000000..a702499c --- /dev/null +++ b/repository/org/reactivestreams/reactive-streams/1.0.5-SNAPSHOT/reactive-streams-1.0.5-20240313.040729-1.module.md5 @@ -0,0 +1 @@ +c5b29b6c917d527b3a5c80fee0e1847b \ No newline at end of file diff --git a/repository/org/reactivestreams/reactive-streams/1.0.5-SNAPSHOT/reactive-streams-1.0.5-20240313.040729-1.module.sha1 b/repository/org/reactivestreams/reactive-streams/1.0.5-SNAPSHOT/reactive-streams-1.0.5-20240313.040729-1.module.sha1 new file mode 100644 index 00000000..78fb8c81 --- /dev/null +++ b/repository/org/reactivestreams/reactive-streams/1.0.5-SNAPSHOT/reactive-streams-1.0.5-20240313.040729-1.module.sha1 @@ -0,0 +1 @@ +eb9894e730cf3d82eb7efe3b3d828ca50801e3ad \ No newline at end of file diff --git a/repository/org/reactivestreams/reactive-streams/1.0.5-SNAPSHOT/reactive-streams-1.0.5-20240313.040729-1.module.sha256 b/repository/org/reactivestreams/reactive-streams/1.0.5-SNAPSHOT/reactive-streams-1.0.5-20240313.040729-1.module.sha256 new file mode 100644 index 00000000..a7d5f1b9 --- /dev/null +++ b/repository/org/reactivestreams/reactive-streams/1.0.5-SNAPSHOT/reactive-streams-1.0.5-20240313.040729-1.module.sha256 @@ -0,0 +1 @@ +cb8017fdfe8cfb7e9c4850f4b2c35fbb87e227cd929a77deb68136b3e3eb6eca \ No newline at end of file diff --git a/repository/org/reactivestreams/reactive-streams/1.0.5-SNAPSHOT/reactive-streams-1.0.5-20240313.040729-1.module.sha512 b/repository/org/reactivestreams/reactive-streams/1.0.5-SNAPSHOT/reactive-streams-1.0.5-20240313.040729-1.module.sha512 new file mode 100644 index 00000000..de7fe632 --- /dev/null +++ b/repository/org/reactivestreams/reactive-streams/1.0.5-SNAPSHOT/reactive-streams-1.0.5-20240313.040729-1.module.sha512 @@ -0,0 +1 @@ +be265c9f29faef5e31f061da016b4684daba2e8eabf115c76dd77762422a574e5895437ec22669ad071eefb01a209d896e51e818820ff8dd5d37a9b3dce8ddc5 \ No newline at end of file diff --git a/repository/org/reactivestreams/reactive-streams/1.0.5-SNAPSHOT/reactive-streams-1.0.5-20240313.040729-1.pom b/repository/org/reactivestreams/reactive-streams/1.0.5-SNAPSHOT/reactive-streams-1.0.5-20240313.040729-1.pom new file mode 100644 index 00000000..810d861a --- /dev/null +++ b/repository/org/reactivestreams/reactive-streams/1.0.5-SNAPSHOT/reactive-streams-1.0.5-20240313.040729-1.pom @@ -0,0 +1,35 @@ + + + + + + + + 4.0.0 + org.reactivestreams + reactive-streams + 1.0.5-SNAPSHOT + reactive-streams + A Protocol for Asynchronous Non-Blocking Data Sequence + https://www.reactive-streams.org/ + 2014 + + + MIT-0 + https://spdx.org/licenses/MIT-0.html + repo + + + + + reactive-streams-sig + Reactive Streams SIG + https://www.reactive-streams.org/ + + + + scm:git:git@github.com:reactive-streams/reactive-streams.git + git@github.com:reactive-streams/reactive-streams.git + + diff --git a/repository/org/reactivestreams/reactive-streams/1.0.5-SNAPSHOT/reactive-streams-1.0.5-20240313.040729-1.pom.md5 b/repository/org/reactivestreams/reactive-streams/1.0.5-SNAPSHOT/reactive-streams-1.0.5-20240313.040729-1.pom.md5 new file mode 100644 index 00000000..9828836b --- /dev/null +++ b/repository/org/reactivestreams/reactive-streams/1.0.5-SNAPSHOT/reactive-streams-1.0.5-20240313.040729-1.pom.md5 @@ -0,0 +1 @@ +e1919c5284601c3f39526261641b539b \ No newline at end of file diff --git a/repository/org/reactivestreams/reactive-streams/1.0.5-SNAPSHOT/reactive-streams-1.0.5-20240313.040729-1.pom.sha1 b/repository/org/reactivestreams/reactive-streams/1.0.5-SNAPSHOT/reactive-streams-1.0.5-20240313.040729-1.pom.sha1 new file mode 100644 index 00000000..c7ea1c50 --- /dev/null +++ b/repository/org/reactivestreams/reactive-streams/1.0.5-SNAPSHOT/reactive-streams-1.0.5-20240313.040729-1.pom.sha1 @@ -0,0 +1 @@ +701e1d713e8f6ff75410d7e921c77c9fa2ce5034 \ No newline at end of file diff --git a/repository/org/reactivestreams/reactive-streams/1.0.5-SNAPSHOT/reactive-streams-1.0.5-20240313.040729-1.pom.sha256 b/repository/org/reactivestreams/reactive-streams/1.0.5-SNAPSHOT/reactive-streams-1.0.5-20240313.040729-1.pom.sha256 new file mode 100644 index 00000000..b9dd26d8 --- /dev/null +++ b/repository/org/reactivestreams/reactive-streams/1.0.5-SNAPSHOT/reactive-streams-1.0.5-20240313.040729-1.pom.sha256 @@ -0,0 +1 @@ +2b1623f0786ae51c62135d57be49deab6ecaf0e69a9d8bf9f285abf4e7f429a1 \ No newline at end of file diff --git a/repository/org/reactivestreams/reactive-streams/1.0.5-SNAPSHOT/reactive-streams-1.0.5-20240313.040729-1.pom.sha512 b/repository/org/reactivestreams/reactive-streams/1.0.5-SNAPSHOT/reactive-streams-1.0.5-20240313.040729-1.pom.sha512 new file mode 100644 index 00000000..b830dc3a --- /dev/null +++ b/repository/org/reactivestreams/reactive-streams/1.0.5-SNAPSHOT/reactive-streams-1.0.5-20240313.040729-1.pom.sha512 @@ -0,0 +1 @@ +b32a7b000fa60baa192f5f31e36564d69eca902f36f370a05509515d1c172cc88107d39311a52eebae21829258c0d30d42f8176a48eda4ff90e6d58cdd7dfea0 \ No newline at end of file diff --git a/repository/org/reactivestreams/reactive-streams/1.0.5-SNAPSHOT/reactive-streams-1.0.5-20240313.040754-2.jar b/repository/org/reactivestreams/reactive-streams/1.0.5-SNAPSHOT/reactive-streams-1.0.5-20240313.040754-2.jar new file mode 100644 index 00000000..265f5835 Binary files /dev/null and b/repository/org/reactivestreams/reactive-streams/1.0.5-SNAPSHOT/reactive-streams-1.0.5-20240313.040754-2.jar differ diff --git a/repository/org/reactivestreams/reactive-streams/1.0.5-SNAPSHOT/reactive-streams-1.0.5-20240313.040754-2.jar.md5 b/repository/org/reactivestreams/reactive-streams/1.0.5-SNAPSHOT/reactive-streams-1.0.5-20240313.040754-2.jar.md5 new file mode 100644 index 00000000..f4d73cef --- /dev/null +++ b/repository/org/reactivestreams/reactive-streams/1.0.5-SNAPSHOT/reactive-streams-1.0.5-20240313.040754-2.jar.md5 @@ -0,0 +1 @@ +61eeae3776f8ea394267e1d071664f7d \ No newline at end of file diff --git a/repository/org/reactivestreams/reactive-streams/1.0.5-SNAPSHOT/reactive-streams-1.0.5-20240313.040754-2.jar.sha1 b/repository/org/reactivestreams/reactive-streams/1.0.5-SNAPSHOT/reactive-streams-1.0.5-20240313.040754-2.jar.sha1 new file mode 100644 index 00000000..cd773723 --- /dev/null +++ b/repository/org/reactivestreams/reactive-streams/1.0.5-SNAPSHOT/reactive-streams-1.0.5-20240313.040754-2.jar.sha1 @@ -0,0 +1 @@ +7e1a1f143e21e86e71d07c48790666fc4ca5bf42 \ No newline at end of file diff --git a/repository/org/reactivestreams/reactive-streams/1.0.5-SNAPSHOT/reactive-streams-1.0.5-20240313.040754-2.jar.sha256 b/repository/org/reactivestreams/reactive-streams/1.0.5-SNAPSHOT/reactive-streams-1.0.5-20240313.040754-2.jar.sha256 new file mode 100644 index 00000000..7caeff98 --- /dev/null +++ b/repository/org/reactivestreams/reactive-streams/1.0.5-SNAPSHOT/reactive-streams-1.0.5-20240313.040754-2.jar.sha256 @@ -0,0 +1 @@ +5c03527f2b2f58fb5a54b06a818ed47144c5e2461e41fca0725a38f85c9d1280 \ No newline at end of file diff --git a/repository/org/reactivestreams/reactive-streams/1.0.5-SNAPSHOT/reactive-streams-1.0.5-20240313.040754-2.jar.sha512 b/repository/org/reactivestreams/reactive-streams/1.0.5-SNAPSHOT/reactive-streams-1.0.5-20240313.040754-2.jar.sha512 new file mode 100644 index 00000000..93420a2c --- /dev/null +++ b/repository/org/reactivestreams/reactive-streams/1.0.5-SNAPSHOT/reactive-streams-1.0.5-20240313.040754-2.jar.sha512 @@ -0,0 +1 @@ +ce46f0a596e6c5a944782ca3328e262b703f22ecc78c4258de96a7160ea894b9f09e31a46ee8c3d10101dbc42432c5f5989a3b75a83b8e2b2f27a8d0acc96091 \ No newline at end of file diff --git a/repository/org/reactivestreams/reactive-streams/1.0.5-SNAPSHOT/reactive-streams-1.0.5-20240313.040754-2.module b/repository/org/reactivestreams/reactive-streams/1.0.5-SNAPSHOT/reactive-streams-1.0.5-20240313.040754-2.module new file mode 100644 index 00000000..d820f9d8 --- /dev/null +++ b/repository/org/reactivestreams/reactive-streams/1.0.5-SNAPSHOT/reactive-streams-1.0.5-20240313.040754-2.module @@ -0,0 +1,60 @@ +{ + "formatVersion": "1.1", + "component": { + "group": "org.reactivestreams", + "module": "reactive-streams", + "version": "1.0.5-SNAPSHOT", + "attributes": { + "org.gradle.status": "integration" + } + }, + "createdBy": { + "gradle": { + "version": "8.6" + } + }, + "variants": [ + { + "name": "apiElements", + "attributes": { + "org.gradle.category": "library", + "org.gradle.dependency.bundling": "external", + "org.gradle.jvm.version": 6, + "org.gradle.libraryelements": "jar", + "org.gradle.usage": "java-api" + }, + "files": [ + { + "name": "reactive-streams-1.0.5-SNAPSHOT.jar", + "url": "reactive-streams-1.0.5-SNAPSHOT.jar", + "size": 13517, + "sha512": "ce46f0a596e6c5a944782ca3328e262b703f22ecc78c4258de96a7160ea894b9f09e31a46ee8c3d10101dbc42432c5f5989a3b75a83b8e2b2f27a8d0acc96091", + "sha256": "5c03527f2b2f58fb5a54b06a818ed47144c5e2461e41fca0725a38f85c9d1280", + "sha1": "7e1a1f143e21e86e71d07c48790666fc4ca5bf42", + "md5": "61eeae3776f8ea394267e1d071664f7d" + } + ] + }, + { + "name": "runtimeElements", + "attributes": { + "org.gradle.category": "library", + "org.gradle.dependency.bundling": "external", + "org.gradle.jvm.version": 6, + "org.gradle.libraryelements": "jar", + "org.gradle.usage": "java-runtime" + }, + "files": [ + { + "name": "reactive-streams-1.0.5-SNAPSHOT.jar", + "url": "reactive-streams-1.0.5-SNAPSHOT.jar", + "size": 13517, + "sha512": "ce46f0a596e6c5a944782ca3328e262b703f22ecc78c4258de96a7160ea894b9f09e31a46ee8c3d10101dbc42432c5f5989a3b75a83b8e2b2f27a8d0acc96091", + "sha256": "5c03527f2b2f58fb5a54b06a818ed47144c5e2461e41fca0725a38f85c9d1280", + "sha1": "7e1a1f143e21e86e71d07c48790666fc4ca5bf42", + "md5": "61eeae3776f8ea394267e1d071664f7d" + } + ] + } + ] +} diff --git a/repository/org/reactivestreams/reactive-streams/1.0.5-SNAPSHOT/reactive-streams-1.0.5-20240313.040754-2.module.md5 b/repository/org/reactivestreams/reactive-streams/1.0.5-SNAPSHOT/reactive-streams-1.0.5-20240313.040754-2.module.md5 new file mode 100644 index 00000000..fd79c9bf --- /dev/null +++ b/repository/org/reactivestreams/reactive-streams/1.0.5-SNAPSHOT/reactive-streams-1.0.5-20240313.040754-2.module.md5 @@ -0,0 +1 @@ +e9bb0e3887e5945fad1c893557acfb13 \ No newline at end of file diff --git a/repository/org/reactivestreams/reactive-streams/1.0.5-SNAPSHOT/reactive-streams-1.0.5-20240313.040754-2.module.sha1 b/repository/org/reactivestreams/reactive-streams/1.0.5-SNAPSHOT/reactive-streams-1.0.5-20240313.040754-2.module.sha1 new file mode 100644 index 00000000..8aaff28b --- /dev/null +++ b/repository/org/reactivestreams/reactive-streams/1.0.5-SNAPSHOT/reactive-streams-1.0.5-20240313.040754-2.module.sha1 @@ -0,0 +1 @@ +3079469316da49aee94d8d16f2a04add0200e434 \ No newline at end of file diff --git a/repository/org/reactivestreams/reactive-streams/1.0.5-SNAPSHOT/reactive-streams-1.0.5-20240313.040754-2.module.sha256 b/repository/org/reactivestreams/reactive-streams/1.0.5-SNAPSHOT/reactive-streams-1.0.5-20240313.040754-2.module.sha256 new file mode 100644 index 00000000..60909895 --- /dev/null +++ b/repository/org/reactivestreams/reactive-streams/1.0.5-SNAPSHOT/reactive-streams-1.0.5-20240313.040754-2.module.sha256 @@ -0,0 +1 @@ +7430493901e1aeeaa976eac47d8f6460d5d848b2fc6d56dabf046e7a97a54481 \ No newline at end of file diff --git a/repository/org/reactivestreams/reactive-streams/1.0.5-SNAPSHOT/reactive-streams-1.0.5-20240313.040754-2.module.sha512 b/repository/org/reactivestreams/reactive-streams/1.0.5-SNAPSHOT/reactive-streams-1.0.5-20240313.040754-2.module.sha512 new file mode 100644 index 00000000..cbe19813 --- /dev/null +++ b/repository/org/reactivestreams/reactive-streams/1.0.5-SNAPSHOT/reactive-streams-1.0.5-20240313.040754-2.module.sha512 @@ -0,0 +1 @@ +3737525bf1c17ffb71804b27d4c930cf6626c08ec4238a28aaf0bb0917992e313d75f07a909289c7cae344aa8aba31c60608c6207b9b305e161ba6a70b3d59b5 \ No newline at end of file diff --git a/repository/org/reactivestreams/reactive-streams/1.0.5-SNAPSHOT/reactive-streams-1.0.5-20240313.040754-2.pom b/repository/org/reactivestreams/reactive-streams/1.0.5-SNAPSHOT/reactive-streams-1.0.5-20240313.040754-2.pom new file mode 100644 index 00000000..810d861a --- /dev/null +++ b/repository/org/reactivestreams/reactive-streams/1.0.5-SNAPSHOT/reactive-streams-1.0.5-20240313.040754-2.pom @@ -0,0 +1,35 @@ + + + + + + + + 4.0.0 + org.reactivestreams + reactive-streams + 1.0.5-SNAPSHOT + reactive-streams + A Protocol for Asynchronous Non-Blocking Data Sequence + https://www.reactive-streams.org/ + 2014 + + + MIT-0 + https://spdx.org/licenses/MIT-0.html + repo + + + + + reactive-streams-sig + Reactive Streams SIG + https://www.reactive-streams.org/ + + + + scm:git:git@github.com:reactive-streams/reactive-streams.git + git@github.com:reactive-streams/reactive-streams.git + + diff --git a/repository/org/reactivestreams/reactive-streams/1.0.5-SNAPSHOT/reactive-streams-1.0.5-20240313.040754-2.pom.md5 b/repository/org/reactivestreams/reactive-streams/1.0.5-SNAPSHOT/reactive-streams-1.0.5-20240313.040754-2.pom.md5 new file mode 100644 index 00000000..9828836b --- /dev/null +++ b/repository/org/reactivestreams/reactive-streams/1.0.5-SNAPSHOT/reactive-streams-1.0.5-20240313.040754-2.pom.md5 @@ -0,0 +1 @@ +e1919c5284601c3f39526261641b539b \ No newline at end of file diff --git a/repository/org/reactivestreams/reactive-streams/1.0.5-SNAPSHOT/reactive-streams-1.0.5-20240313.040754-2.pom.sha1 b/repository/org/reactivestreams/reactive-streams/1.0.5-SNAPSHOT/reactive-streams-1.0.5-20240313.040754-2.pom.sha1 new file mode 100644 index 00000000..c7ea1c50 --- /dev/null +++ b/repository/org/reactivestreams/reactive-streams/1.0.5-SNAPSHOT/reactive-streams-1.0.5-20240313.040754-2.pom.sha1 @@ -0,0 +1 @@ +701e1d713e8f6ff75410d7e921c77c9fa2ce5034 \ No newline at end of file diff --git a/repository/org/reactivestreams/reactive-streams/1.0.5-SNAPSHOT/reactive-streams-1.0.5-20240313.040754-2.pom.sha256 b/repository/org/reactivestreams/reactive-streams/1.0.5-SNAPSHOT/reactive-streams-1.0.5-20240313.040754-2.pom.sha256 new file mode 100644 index 00000000..b9dd26d8 --- /dev/null +++ b/repository/org/reactivestreams/reactive-streams/1.0.5-SNAPSHOT/reactive-streams-1.0.5-20240313.040754-2.pom.sha256 @@ -0,0 +1 @@ +2b1623f0786ae51c62135d57be49deab6ecaf0e69a9d8bf9f285abf4e7f429a1 \ No newline at end of file diff --git a/repository/org/reactivestreams/reactive-streams/1.0.5-SNAPSHOT/reactive-streams-1.0.5-20240313.040754-2.pom.sha512 b/repository/org/reactivestreams/reactive-streams/1.0.5-SNAPSHOT/reactive-streams-1.0.5-20240313.040754-2.pom.sha512 new file mode 100644 index 00000000..b830dc3a --- /dev/null +++ b/repository/org/reactivestreams/reactive-streams/1.0.5-SNAPSHOT/reactive-streams-1.0.5-20240313.040754-2.pom.sha512 @@ -0,0 +1 @@ +b32a7b000fa60baa192f5f31e36564d69eca902f36f370a05509515d1c172cc88107d39311a52eebae21829258c0d30d42f8176a48eda4ff90e6d58cdd7dfea0 \ No newline at end of file diff --git a/repository/org/reactivestreams/reactive-streams/1.0.5-SNAPSHOT/reactive-streams-1.0.5-20240313.040846-3.jar b/repository/org/reactivestreams/reactive-streams/1.0.5-SNAPSHOT/reactive-streams-1.0.5-20240313.040846-3.jar new file mode 100644 index 00000000..172ed987 Binary files /dev/null and b/repository/org/reactivestreams/reactive-streams/1.0.5-SNAPSHOT/reactive-streams-1.0.5-20240313.040846-3.jar differ diff --git a/repository/org/reactivestreams/reactive-streams/1.0.5-SNAPSHOT/reactive-streams-1.0.5-20240313.040846-3.jar.md5 b/repository/org/reactivestreams/reactive-streams/1.0.5-SNAPSHOT/reactive-streams-1.0.5-20240313.040846-3.jar.md5 new file mode 100644 index 00000000..2a8a08bd --- /dev/null +++ b/repository/org/reactivestreams/reactive-streams/1.0.5-SNAPSHOT/reactive-streams-1.0.5-20240313.040846-3.jar.md5 @@ -0,0 +1 @@ +1ec83ded4eb4d0149db6d5a0b4fb6438 \ No newline at end of file diff --git a/repository/org/reactivestreams/reactive-streams/1.0.5-SNAPSHOT/reactive-streams-1.0.5-20240313.040846-3.jar.sha1 b/repository/org/reactivestreams/reactive-streams/1.0.5-SNAPSHOT/reactive-streams-1.0.5-20240313.040846-3.jar.sha1 new file mode 100644 index 00000000..0b1135e1 --- /dev/null +++ b/repository/org/reactivestreams/reactive-streams/1.0.5-SNAPSHOT/reactive-streams-1.0.5-20240313.040846-3.jar.sha1 @@ -0,0 +1 @@ +e10b3b8b94f7731a86f8944b63c8932fd25b7676 \ No newline at end of file diff --git a/repository/org/reactivestreams/reactive-streams/1.0.5-SNAPSHOT/reactive-streams-1.0.5-20240313.040846-3.jar.sha256 b/repository/org/reactivestreams/reactive-streams/1.0.5-SNAPSHOT/reactive-streams-1.0.5-20240313.040846-3.jar.sha256 new file mode 100644 index 00000000..280b938c --- /dev/null +++ b/repository/org/reactivestreams/reactive-streams/1.0.5-SNAPSHOT/reactive-streams-1.0.5-20240313.040846-3.jar.sha256 @@ -0,0 +1 @@ +c30470824176d148a3aec11f060f129e4145dcb4f121995c0cd0b210b5a59388 \ No newline at end of file diff --git a/repository/org/reactivestreams/reactive-streams/1.0.5-SNAPSHOT/reactive-streams-1.0.5-20240313.040846-3.jar.sha512 b/repository/org/reactivestreams/reactive-streams/1.0.5-SNAPSHOT/reactive-streams-1.0.5-20240313.040846-3.jar.sha512 new file mode 100644 index 00000000..a51c9c1c --- /dev/null +++ b/repository/org/reactivestreams/reactive-streams/1.0.5-SNAPSHOT/reactive-streams-1.0.5-20240313.040846-3.jar.sha512 @@ -0,0 +1 @@ +88b20f32872be5e6edcbaaee2256b2f7d6597e4ff98c2d0d1378d12ee5c954c71c12abbcc5f7da49f611b57408e228a57aedf47ee4f18735ff990d42c9584a57 \ No newline at end of file diff --git a/repository/org/reactivestreams/reactive-streams/1.0.5-SNAPSHOT/reactive-streams-1.0.5-20240313.040846-3.module b/repository/org/reactivestreams/reactive-streams/1.0.5-SNAPSHOT/reactive-streams-1.0.5-20240313.040846-3.module new file mode 100644 index 00000000..7303974b --- /dev/null +++ b/repository/org/reactivestreams/reactive-streams/1.0.5-SNAPSHOT/reactive-streams-1.0.5-20240313.040846-3.module @@ -0,0 +1,60 @@ +{ + "formatVersion": "1.1", + "component": { + "group": "org.reactivestreams", + "module": "reactive-streams", + "version": "1.0.5-SNAPSHOT", + "attributes": { + "org.gradle.status": "integration" + } + }, + "createdBy": { + "gradle": { + "version": "8.6" + } + }, + "variants": [ + { + "name": "apiElements", + "attributes": { + "org.gradle.category": "library", + "org.gradle.dependency.bundling": "external", + "org.gradle.jvm.version": 6, + "org.gradle.libraryelements": "jar", + "org.gradle.usage": "java-api" + }, + "files": [ + { + "name": "reactive-streams-1.0.5-SNAPSHOT.jar", + "url": "reactive-streams-1.0.5-SNAPSHOT.jar", + "size": 13517, + "sha512": "88b20f32872be5e6edcbaaee2256b2f7d6597e4ff98c2d0d1378d12ee5c954c71c12abbcc5f7da49f611b57408e228a57aedf47ee4f18735ff990d42c9584a57", + "sha256": "c30470824176d148a3aec11f060f129e4145dcb4f121995c0cd0b210b5a59388", + "sha1": "e10b3b8b94f7731a86f8944b63c8932fd25b7676", + "md5": "1ec83ded4eb4d0149db6d5a0b4fb6438" + } + ] + }, + { + "name": "runtimeElements", + "attributes": { + "org.gradle.category": "library", + "org.gradle.dependency.bundling": "external", + "org.gradle.jvm.version": 6, + "org.gradle.libraryelements": "jar", + "org.gradle.usage": "java-runtime" + }, + "files": [ + { + "name": "reactive-streams-1.0.5-SNAPSHOT.jar", + "url": "reactive-streams-1.0.5-SNAPSHOT.jar", + "size": 13517, + "sha512": "88b20f32872be5e6edcbaaee2256b2f7d6597e4ff98c2d0d1378d12ee5c954c71c12abbcc5f7da49f611b57408e228a57aedf47ee4f18735ff990d42c9584a57", + "sha256": "c30470824176d148a3aec11f060f129e4145dcb4f121995c0cd0b210b5a59388", + "sha1": "e10b3b8b94f7731a86f8944b63c8932fd25b7676", + "md5": "1ec83ded4eb4d0149db6d5a0b4fb6438" + } + ] + } + ] +} diff --git a/repository/org/reactivestreams/reactive-streams/1.0.5-SNAPSHOT/reactive-streams-1.0.5-20240313.040846-3.module.md5 b/repository/org/reactivestreams/reactive-streams/1.0.5-SNAPSHOT/reactive-streams-1.0.5-20240313.040846-3.module.md5 new file mode 100644 index 00000000..42231eb2 --- /dev/null +++ b/repository/org/reactivestreams/reactive-streams/1.0.5-SNAPSHOT/reactive-streams-1.0.5-20240313.040846-3.module.md5 @@ -0,0 +1 @@ +b86b903b20a6df590ac09084a70318cf \ No newline at end of file diff --git a/repository/org/reactivestreams/reactive-streams/1.0.5-SNAPSHOT/reactive-streams-1.0.5-20240313.040846-3.module.sha1 b/repository/org/reactivestreams/reactive-streams/1.0.5-SNAPSHOT/reactive-streams-1.0.5-20240313.040846-3.module.sha1 new file mode 100644 index 00000000..f5f57f73 --- /dev/null +++ b/repository/org/reactivestreams/reactive-streams/1.0.5-SNAPSHOT/reactive-streams-1.0.5-20240313.040846-3.module.sha1 @@ -0,0 +1 @@ +61021008ef5ad8adfc27099ac816abe39c9dd962 \ No newline at end of file diff --git a/repository/org/reactivestreams/reactive-streams/1.0.5-SNAPSHOT/reactive-streams-1.0.5-20240313.040846-3.module.sha256 b/repository/org/reactivestreams/reactive-streams/1.0.5-SNAPSHOT/reactive-streams-1.0.5-20240313.040846-3.module.sha256 new file mode 100644 index 00000000..6fde21e4 --- /dev/null +++ b/repository/org/reactivestreams/reactive-streams/1.0.5-SNAPSHOT/reactive-streams-1.0.5-20240313.040846-3.module.sha256 @@ -0,0 +1 @@ +8f321e5c57f53a7384685f05654bd3c1c1f79bf3b685f91b39c2cefa0401a73b \ No newline at end of file diff --git a/repository/org/reactivestreams/reactive-streams/1.0.5-SNAPSHOT/reactive-streams-1.0.5-20240313.040846-3.module.sha512 b/repository/org/reactivestreams/reactive-streams/1.0.5-SNAPSHOT/reactive-streams-1.0.5-20240313.040846-3.module.sha512 new file mode 100644 index 00000000..681f9b0e --- /dev/null +++ b/repository/org/reactivestreams/reactive-streams/1.0.5-SNAPSHOT/reactive-streams-1.0.5-20240313.040846-3.module.sha512 @@ -0,0 +1 @@ +e98bce27728871a8d24aef4cbe8bb8521741ede54c619834a12cf82918889c7fa257f0e814007908ca5f8216567f604b2a30059c7b9e93d32cad64e8934a63b6 \ No newline at end of file diff --git a/repository/org/reactivestreams/reactive-streams/1.0.5-SNAPSHOT/reactive-streams-1.0.5-20240313.040846-3.pom b/repository/org/reactivestreams/reactive-streams/1.0.5-SNAPSHOT/reactive-streams-1.0.5-20240313.040846-3.pom new file mode 100644 index 00000000..810d861a --- /dev/null +++ b/repository/org/reactivestreams/reactive-streams/1.0.5-SNAPSHOT/reactive-streams-1.0.5-20240313.040846-3.pom @@ -0,0 +1,35 @@ + + + + + + + + 4.0.0 + org.reactivestreams + reactive-streams + 1.0.5-SNAPSHOT + reactive-streams + A Protocol for Asynchronous Non-Blocking Data Sequence + https://www.reactive-streams.org/ + 2014 + + + MIT-0 + https://spdx.org/licenses/MIT-0.html + repo + + + + + reactive-streams-sig + Reactive Streams SIG + https://www.reactive-streams.org/ + + + + scm:git:git@github.com:reactive-streams/reactive-streams.git + git@github.com:reactive-streams/reactive-streams.git + + diff --git a/repository/org/reactivestreams/reactive-streams/1.0.5-SNAPSHOT/reactive-streams-1.0.5-20240313.040846-3.pom.md5 b/repository/org/reactivestreams/reactive-streams/1.0.5-SNAPSHOT/reactive-streams-1.0.5-20240313.040846-3.pom.md5 new file mode 100644 index 00000000..9828836b --- /dev/null +++ b/repository/org/reactivestreams/reactive-streams/1.0.5-SNAPSHOT/reactive-streams-1.0.5-20240313.040846-3.pom.md5 @@ -0,0 +1 @@ +e1919c5284601c3f39526261641b539b \ No newline at end of file diff --git a/repository/org/reactivestreams/reactive-streams/1.0.5-SNAPSHOT/reactive-streams-1.0.5-20240313.040846-3.pom.sha1 b/repository/org/reactivestreams/reactive-streams/1.0.5-SNAPSHOT/reactive-streams-1.0.5-20240313.040846-3.pom.sha1 new file mode 100644 index 00000000..c7ea1c50 --- /dev/null +++ b/repository/org/reactivestreams/reactive-streams/1.0.5-SNAPSHOT/reactive-streams-1.0.5-20240313.040846-3.pom.sha1 @@ -0,0 +1 @@ +701e1d713e8f6ff75410d7e921c77c9fa2ce5034 \ No newline at end of file diff --git a/repository/org/reactivestreams/reactive-streams/1.0.5-SNAPSHOT/reactive-streams-1.0.5-20240313.040846-3.pom.sha256 b/repository/org/reactivestreams/reactive-streams/1.0.5-SNAPSHOT/reactive-streams-1.0.5-20240313.040846-3.pom.sha256 new file mode 100644 index 00000000..b9dd26d8 --- /dev/null +++ b/repository/org/reactivestreams/reactive-streams/1.0.5-SNAPSHOT/reactive-streams-1.0.5-20240313.040846-3.pom.sha256 @@ -0,0 +1 @@ +2b1623f0786ae51c62135d57be49deab6ecaf0e69a9d8bf9f285abf4e7f429a1 \ No newline at end of file diff --git a/repository/org/reactivestreams/reactive-streams/1.0.5-SNAPSHOT/reactive-streams-1.0.5-20240313.040846-3.pom.sha512 b/repository/org/reactivestreams/reactive-streams/1.0.5-SNAPSHOT/reactive-streams-1.0.5-20240313.040846-3.pom.sha512 new file mode 100644 index 00000000..b830dc3a --- /dev/null +++ b/repository/org/reactivestreams/reactive-streams/1.0.5-SNAPSHOT/reactive-streams-1.0.5-20240313.040846-3.pom.sha512 @@ -0,0 +1 @@ +b32a7b000fa60baa192f5f31e36564d69eca902f36f370a05509515d1c172cc88107d39311a52eebae21829258c0d30d42f8176a48eda4ff90e6d58cdd7dfea0 \ No newline at end of file diff --git a/repository/org/reactivestreams/reactive-streams/1.0.5-SNAPSHOT/reactive-streams-1.0.5-SNAPSHOT.jar b/repository/org/reactivestreams/reactive-streams/1.0.5-SNAPSHOT/reactive-streams-1.0.5-SNAPSHOT.jar new file mode 100644 index 00000000..172ed987 Binary files /dev/null and b/repository/org/reactivestreams/reactive-streams/1.0.5-SNAPSHOT/reactive-streams-1.0.5-SNAPSHOT.jar differ diff --git a/repository/org/reactivestreams/reactive-streams/1.0.5-SNAPSHOT/reactive-streams-1.0.5-SNAPSHOT.module b/repository/org/reactivestreams/reactive-streams/1.0.5-SNAPSHOT/reactive-streams-1.0.5-SNAPSHOT.module new file mode 100644 index 00000000..7303974b --- /dev/null +++ b/repository/org/reactivestreams/reactive-streams/1.0.5-SNAPSHOT/reactive-streams-1.0.5-SNAPSHOT.module @@ -0,0 +1,60 @@ +{ + "formatVersion": "1.1", + "component": { + "group": "org.reactivestreams", + "module": "reactive-streams", + "version": "1.0.5-SNAPSHOT", + "attributes": { + "org.gradle.status": "integration" + } + }, + "createdBy": { + "gradle": { + "version": "8.6" + } + }, + "variants": [ + { + "name": "apiElements", + "attributes": { + "org.gradle.category": "library", + "org.gradle.dependency.bundling": "external", + "org.gradle.jvm.version": 6, + "org.gradle.libraryelements": "jar", + "org.gradle.usage": "java-api" + }, + "files": [ + { + "name": "reactive-streams-1.0.5-SNAPSHOT.jar", + "url": "reactive-streams-1.0.5-SNAPSHOT.jar", + "size": 13517, + "sha512": "88b20f32872be5e6edcbaaee2256b2f7d6597e4ff98c2d0d1378d12ee5c954c71c12abbcc5f7da49f611b57408e228a57aedf47ee4f18735ff990d42c9584a57", + "sha256": "c30470824176d148a3aec11f060f129e4145dcb4f121995c0cd0b210b5a59388", + "sha1": "e10b3b8b94f7731a86f8944b63c8932fd25b7676", + "md5": "1ec83ded4eb4d0149db6d5a0b4fb6438" + } + ] + }, + { + "name": "runtimeElements", + "attributes": { + "org.gradle.category": "library", + "org.gradle.dependency.bundling": "external", + "org.gradle.jvm.version": 6, + "org.gradle.libraryelements": "jar", + "org.gradle.usage": "java-runtime" + }, + "files": [ + { + "name": "reactive-streams-1.0.5-SNAPSHOT.jar", + "url": "reactive-streams-1.0.5-SNAPSHOT.jar", + "size": 13517, + "sha512": "88b20f32872be5e6edcbaaee2256b2f7d6597e4ff98c2d0d1378d12ee5c954c71c12abbcc5f7da49f611b57408e228a57aedf47ee4f18735ff990d42c9584a57", + "sha256": "c30470824176d148a3aec11f060f129e4145dcb4f121995c0cd0b210b5a59388", + "sha1": "e10b3b8b94f7731a86f8944b63c8932fd25b7676", + "md5": "1ec83ded4eb4d0149db6d5a0b4fb6438" + } + ] + } + ] +} diff --git a/repository/org/reactivestreams/reactive-streams/1.0.5-SNAPSHOT/reactive-streams-1.0.5-SNAPSHOT.pom b/repository/org/reactivestreams/reactive-streams/1.0.5-SNAPSHOT/reactive-streams-1.0.5-SNAPSHOT.pom new file mode 100644 index 00000000..810d861a --- /dev/null +++ b/repository/org/reactivestreams/reactive-streams/1.0.5-SNAPSHOT/reactive-streams-1.0.5-SNAPSHOT.pom @@ -0,0 +1,35 @@ + + + + + + + + 4.0.0 + org.reactivestreams + reactive-streams + 1.0.5-SNAPSHOT + reactive-streams + A Protocol for Asynchronous Non-Blocking Data Sequence + https://www.reactive-streams.org/ + 2014 + + + MIT-0 + https://spdx.org/licenses/MIT-0.html + repo + + + + + reactive-streams-sig + Reactive Streams SIG + https://www.reactive-streams.org/ + + + + scm:git:git@github.com:reactive-streams/reactive-streams.git + git@github.com:reactive-streams/reactive-streams.git + + diff --git a/repository/org/reactivestreams/reactive-streams/1.0.5-jpms/reactive-streams-1.0.5-jpms.jar b/repository/org/reactivestreams/reactive-streams/1.0.5-jpms/reactive-streams-1.0.5-jpms.jar new file mode 100644 index 00000000..8cc8d04a Binary files /dev/null and b/repository/org/reactivestreams/reactive-streams/1.0.5-jpms/reactive-streams-1.0.5-jpms.jar differ diff --git a/repository/org/reactivestreams/reactive-streams/1.0.5-jpms/reactive-streams-1.0.5-jpms.jar.md5 b/repository/org/reactivestreams/reactive-streams/1.0.5-jpms/reactive-streams-1.0.5-jpms.jar.md5 new file mode 100644 index 00000000..5e03233e --- /dev/null +++ b/repository/org/reactivestreams/reactive-streams/1.0.5-jpms/reactive-streams-1.0.5-jpms.jar.md5 @@ -0,0 +1 @@ +ff65fad7c2699e1027f20aeb8cc270aa \ No newline at end of file diff --git a/repository/org/reactivestreams/reactive-streams/1.0.5-jpms/reactive-streams-1.0.5-jpms.jar.sha1 b/repository/org/reactivestreams/reactive-streams/1.0.5-jpms/reactive-streams-1.0.5-jpms.jar.sha1 new file mode 100644 index 00000000..8d45684f --- /dev/null +++ b/repository/org/reactivestreams/reactive-streams/1.0.5-jpms/reactive-streams-1.0.5-jpms.jar.sha1 @@ -0,0 +1 @@ +037d03094429896e8b54193be743daa8833ec164 \ No newline at end of file diff --git a/repository/org/reactivestreams/reactive-streams/1.0.5-jpms/reactive-streams-1.0.5-jpms.jar.sha256 b/repository/org/reactivestreams/reactive-streams/1.0.5-jpms/reactive-streams-1.0.5-jpms.jar.sha256 new file mode 100644 index 00000000..03332dfd --- /dev/null +++ b/repository/org/reactivestreams/reactive-streams/1.0.5-jpms/reactive-streams-1.0.5-jpms.jar.sha256 @@ -0,0 +1 @@ +3989492b6c4930ddd7bb7cdb50ab32be35c2b1d06931c7511dc85e1e98940d69 \ No newline at end of file diff --git a/repository/org/reactivestreams/reactive-streams/1.0.5-jpms/reactive-streams-1.0.5-jpms.jar.sha512 b/repository/org/reactivestreams/reactive-streams/1.0.5-jpms/reactive-streams-1.0.5-jpms.jar.sha512 new file mode 100644 index 00000000..df4a6d8e --- /dev/null +++ b/repository/org/reactivestreams/reactive-streams/1.0.5-jpms/reactive-streams-1.0.5-jpms.jar.sha512 @@ -0,0 +1 @@ +235c715bbcef55aa9d56b2511dd9145c2087e323e3eb25fa39590d7b4d54676c642c0f3a333677ca2f99c3c1d1620a9a5363ee60ff4b604f024c82893fc73564 \ No newline at end of file diff --git a/repository/org/reactivestreams/reactive-streams/1.0.5-jpms/reactive-streams-1.0.5-jpms.module b/repository/org/reactivestreams/reactive-streams/1.0.5-jpms/reactive-streams-1.0.5-jpms.module new file mode 100644 index 00000000..4d907aa2 --- /dev/null +++ b/repository/org/reactivestreams/reactive-streams/1.0.5-jpms/reactive-streams-1.0.5-jpms.module @@ -0,0 +1,60 @@ +{ + "formatVersion": "1.1", + "component": { + "group": "org.reactivestreams", + "module": "reactive-streams", + "version": "1.0.5-jpms", + "attributes": { + "org.gradle.status": "release" + } + }, + "createdBy": { + "gradle": { + "version": "8.6" + } + }, + "variants": [ + { + "name": "apiElements", + "attributes": { + "org.gradle.category": "library", + "org.gradle.dependency.bundling": "external", + "org.gradle.jvm.version": 6, + "org.gradle.libraryelements": "jar", + "org.gradle.usage": "java-api" + }, + "files": [ + { + "name": "reactive-streams-1.0.5-jpms.jar", + "url": "reactive-streams-1.0.5-jpms.jar", + "size": 13511, + "sha512": "235c715bbcef55aa9d56b2511dd9145c2087e323e3eb25fa39590d7b4d54676c642c0f3a333677ca2f99c3c1d1620a9a5363ee60ff4b604f024c82893fc73564", + "sha256": "3989492b6c4930ddd7bb7cdb50ab32be35c2b1d06931c7511dc85e1e98940d69", + "sha1": "037d03094429896e8b54193be743daa8833ec164", + "md5": "ff65fad7c2699e1027f20aeb8cc270aa" + } + ] + }, + { + "name": "runtimeElements", + "attributes": { + "org.gradle.category": "library", + "org.gradle.dependency.bundling": "external", + "org.gradle.jvm.version": 6, + "org.gradle.libraryelements": "jar", + "org.gradle.usage": "java-runtime" + }, + "files": [ + { + "name": "reactive-streams-1.0.5-jpms.jar", + "url": "reactive-streams-1.0.5-jpms.jar", + "size": 13511, + "sha512": "235c715bbcef55aa9d56b2511dd9145c2087e323e3eb25fa39590d7b4d54676c642c0f3a333677ca2f99c3c1d1620a9a5363ee60ff4b604f024c82893fc73564", + "sha256": "3989492b6c4930ddd7bb7cdb50ab32be35c2b1d06931c7511dc85e1e98940d69", + "sha1": "037d03094429896e8b54193be743daa8833ec164", + "md5": "ff65fad7c2699e1027f20aeb8cc270aa" + } + ] + } + ] +} diff --git a/repository/org/reactivestreams/reactive-streams/1.0.5-jpms/reactive-streams-1.0.5-jpms.module.md5 b/repository/org/reactivestreams/reactive-streams/1.0.5-jpms/reactive-streams-1.0.5-jpms.module.md5 new file mode 100644 index 00000000..74a8c1b3 --- /dev/null +++ b/repository/org/reactivestreams/reactive-streams/1.0.5-jpms/reactive-streams-1.0.5-jpms.module.md5 @@ -0,0 +1 @@ +8f5fc623c90be010a52d330818b4cf04 \ No newline at end of file diff --git a/repository/org/reactivestreams/reactive-streams/1.0.5-jpms/reactive-streams-1.0.5-jpms.module.sha1 b/repository/org/reactivestreams/reactive-streams/1.0.5-jpms/reactive-streams-1.0.5-jpms.module.sha1 new file mode 100644 index 00000000..0aae7975 --- /dev/null +++ b/repository/org/reactivestreams/reactive-streams/1.0.5-jpms/reactive-streams-1.0.5-jpms.module.sha1 @@ -0,0 +1 @@ +812fd88c6322e4de44403da29236bf3d2437ee3e \ No newline at end of file diff --git a/repository/org/reactivestreams/reactive-streams/1.0.5-jpms/reactive-streams-1.0.5-jpms.module.sha256 b/repository/org/reactivestreams/reactive-streams/1.0.5-jpms/reactive-streams-1.0.5-jpms.module.sha256 new file mode 100644 index 00000000..e9786897 --- /dev/null +++ b/repository/org/reactivestreams/reactive-streams/1.0.5-jpms/reactive-streams-1.0.5-jpms.module.sha256 @@ -0,0 +1 @@ +597d6241571fa8bb0843c3eb607ae0ca8711354a7d70e9659cf49678d063c471 \ No newline at end of file diff --git a/repository/org/reactivestreams/reactive-streams/1.0.5-jpms/reactive-streams-1.0.5-jpms.module.sha512 b/repository/org/reactivestreams/reactive-streams/1.0.5-jpms/reactive-streams-1.0.5-jpms.module.sha512 new file mode 100644 index 00000000..b57a0f2d --- /dev/null +++ b/repository/org/reactivestreams/reactive-streams/1.0.5-jpms/reactive-streams-1.0.5-jpms.module.sha512 @@ -0,0 +1 @@ +08d6f0772221135116d02c2c94a5a0111ca25cd922e0564c53667328d4687a30083e62aed13cbe685e9ab816f4253d2d974b437d7618593899cd454aaee0c7d7 \ No newline at end of file diff --git a/repository/org/reactivestreams/reactive-streams/1.0.5-jpms/reactive-streams-1.0.5-jpms.pom b/repository/org/reactivestreams/reactive-streams/1.0.5-jpms/reactive-streams-1.0.5-jpms.pom new file mode 100644 index 00000000..848da502 --- /dev/null +++ b/repository/org/reactivestreams/reactive-streams/1.0.5-jpms/reactive-streams-1.0.5-jpms.pom @@ -0,0 +1,35 @@ + + + + + + + + 4.0.0 + org.reactivestreams + reactive-streams + 1.0.5-jpms + reactive-streams + A Protocol for Asynchronous Non-Blocking Data Sequence + https://www.reactive-streams.org/ + 2014 + + + MIT-0 + https://spdx.org/licenses/MIT-0.html + repo + + + + + reactive-streams-sig + Reactive Streams SIG + https://www.reactive-streams.org/ + + + + scm:git:git@github.com:reactive-streams/reactive-streams.git + git@github.com:reactive-streams/reactive-streams.git + + diff --git a/repository/org/reactivestreams/reactive-streams/1.0.5-jpms/reactive-streams-1.0.5-jpms.pom.md5 b/repository/org/reactivestreams/reactive-streams/1.0.5-jpms/reactive-streams-1.0.5-jpms.pom.md5 new file mode 100644 index 00000000..77624eef --- /dev/null +++ b/repository/org/reactivestreams/reactive-streams/1.0.5-jpms/reactive-streams-1.0.5-jpms.pom.md5 @@ -0,0 +1 @@ +356fbc1c835b967c500a0caba9179302 \ No newline at end of file diff --git a/repository/org/reactivestreams/reactive-streams/1.0.5-jpms/reactive-streams-1.0.5-jpms.pom.sha1 b/repository/org/reactivestreams/reactive-streams/1.0.5-jpms/reactive-streams-1.0.5-jpms.pom.sha1 new file mode 100644 index 00000000..99247ed3 --- /dev/null +++ b/repository/org/reactivestreams/reactive-streams/1.0.5-jpms/reactive-streams-1.0.5-jpms.pom.sha1 @@ -0,0 +1 @@ +f8a74df4d5bcdcfea04e29e2939fe9af10747201 \ No newline at end of file diff --git a/repository/org/reactivestreams/reactive-streams/1.0.5-jpms/reactive-streams-1.0.5-jpms.pom.sha256 b/repository/org/reactivestreams/reactive-streams/1.0.5-jpms/reactive-streams-1.0.5-jpms.pom.sha256 new file mode 100644 index 00000000..d7abea00 --- /dev/null +++ b/repository/org/reactivestreams/reactive-streams/1.0.5-jpms/reactive-streams-1.0.5-jpms.pom.sha256 @@ -0,0 +1 @@ +ce18ee2ec031d29cd176ed54bb6754225b145a303c63e9f6b769199204035912 \ No newline at end of file diff --git a/repository/org/reactivestreams/reactive-streams/1.0.5-jpms/reactive-streams-1.0.5-jpms.pom.sha512 b/repository/org/reactivestreams/reactive-streams/1.0.5-jpms/reactive-streams-1.0.5-jpms.pom.sha512 new file mode 100644 index 00000000..1fb4a45c --- /dev/null +++ b/repository/org/reactivestreams/reactive-streams/1.0.5-jpms/reactive-streams-1.0.5-jpms.pom.sha512 @@ -0,0 +1 @@ +9dd22e0d3becaa6c58fab3910013581ed3519936a6fffe73ae661632ad9f65d9ed54d8eae9d6e14ba906aa4f9deac566a03214536f41535529adc058084d0961 \ No newline at end of file diff --git a/repository/org/reactivestreams/reactive-streams/maven-metadata-local.xml b/repository/org/reactivestreams/reactive-streams/maven-metadata-local.xml new file mode 100644 index 00000000..e39f548c --- /dev/null +++ b/repository/org/reactivestreams/reactive-streams/maven-metadata-local.xml @@ -0,0 +1,14 @@ + + + org.reactivestreams + reactive-streams + + 1.0.5-jpms + 1.0.5-jpms + + 1.0.5-SNAPSHOT + 1.0.5-jpms + + 20240313041236 + + diff --git a/repository/org/reactivestreams/reactive-streams/maven-metadata.xml b/repository/org/reactivestreams/reactive-streams/maven-metadata.xml new file mode 100644 index 00000000..028f2cbb --- /dev/null +++ b/repository/org/reactivestreams/reactive-streams/maven-metadata.xml @@ -0,0 +1,14 @@ + + + org.reactivestreams + reactive-streams + + 1.0.5-jpms + 1.0.5-jpms + + 1.0.5-SNAPSHOT + 1.0.5-jpms + + 20240313041237 + + diff --git a/repository/org/reactivestreams/reactive-streams/maven-metadata.xml.md5 b/repository/org/reactivestreams/reactive-streams/maven-metadata.xml.md5 new file mode 100644 index 00000000..16476518 --- /dev/null +++ b/repository/org/reactivestreams/reactive-streams/maven-metadata.xml.md5 @@ -0,0 +1 @@ +3a7ef1a91ca72201be6c267aea16c418 \ No newline at end of file diff --git a/repository/org/reactivestreams/reactive-streams/maven-metadata.xml.sha1 b/repository/org/reactivestreams/reactive-streams/maven-metadata.xml.sha1 new file mode 100644 index 00000000..cc3f11b8 --- /dev/null +++ b/repository/org/reactivestreams/reactive-streams/maven-metadata.xml.sha1 @@ -0,0 +1 @@ +68dc669825b316d4e394f6fddcda0d6c70f72983 \ No newline at end of file diff --git a/repository/org/reactivestreams/reactive-streams/maven-metadata.xml.sha256 b/repository/org/reactivestreams/reactive-streams/maven-metadata.xml.sha256 new file mode 100644 index 00000000..21c03ca9 --- /dev/null +++ b/repository/org/reactivestreams/reactive-streams/maven-metadata.xml.sha256 @@ -0,0 +1 @@ +4d17efab234a277c9d351d87f136c7a1206406650627cdb9a413c0a94ca5c683 \ No newline at end of file diff --git a/repository/org/reactivestreams/reactive-streams/maven-metadata.xml.sha512 b/repository/org/reactivestreams/reactive-streams/maven-metadata.xml.sha512 new file mode 100644 index 00000000..6d82004d --- /dev/null +++ b/repository/org/reactivestreams/reactive-streams/maven-metadata.xml.sha512 @@ -0,0 +1 @@ +0e4384988f90c0c1405736620b4dbee554c77377c98caa20b3ddf8905421e8e57da01e3255018519406dc9da89d48fa9c56fcd96a6e31b1b74fcc5449965d85d \ No newline at end of file diff --git a/samples/modular-guava-repo/gradle/verification-metadata.xml b/samples/modular-guava-repo/gradle/verification-metadata.xml index 09e7c109..3a504cee 100644 --- a/samples/modular-guava-repo/gradle/verification-metadata.xml +++ b/samples/modular-guava-repo/gradle/verification-metadata.xml @@ -19,7 +19,10 @@ - + + + + @@ -68,14 +71,20 @@ + + - - + + + + + + diff --git a/tools/common.mk b/tools/common.mk index c3604fc2..31a03b8d 100644 --- a/tools/common.mk +++ b/tools/common.mk @@ -16,6 +16,7 @@ MAVEN_GOAL ?= install GRADLE_TASK ?= install ifeq ($(TESTS),yes) +GRADLE_ARGS += check else MAVEN_ARGS += -DskipTests GRADLE_ARGS += -x test diff --git a/tools/platform/build.gradle.kts b/tools/platform/build.gradle.kts index 436d6289..029e4abf 100644 --- a/tools/platform/build.gradle.kts +++ b/tools/platform/build.gradle.kts @@ -16,6 +16,7 @@ dependencies { api(attic.j2objc.annotations) api(attic.errorprone.annotations) api(attic.checker.qual) + api(attic.reactivestreams) api(attic.guava) // Library Constraints diff --git a/versions.toml b/versions.toml index 9341018b..1d716a0f 100644 --- a/versions.toml +++ b/versions.toml @@ -9,9 +9,10 @@ [versions] checker = "3.43.0-SNAPSHOT" -errorprone = "2.25.0-jpms" +errorprone = "2.26.1-jpms" guava = "33.0.0-jre-jpms" -j2objc = "3.0.0-jpms" +j2objc = "3.0.0" +reactivestreams = "1.0.4-jpms" ## Minimum versions of popular libraries where JPMS support is available. caffeine = ">= 3.0.2" @@ -24,3 +25,4 @@ checker-qual = { module = "org.checkerframework:checker-qual", version.ref = "ch errorprone-annotations = { module = "com.google.errorprone:error_prone_annotations", version.ref = "errorprone" } guava = { module = "com.google.guava:guava", version.ref = "guava" } j2objc-annotations = { module = "com.google.j2objc:j2objc-annotations", version.ref = "j2objc" } +reactivestreams = { module = "org.reactivestreams:reactive-streams", version.ref = "reactive-streams" }