r

rollbar-reactive-streams

For connecting your applications built on the JVM to Rollbar for Error Reporting
https://github.com/rollbar/rollbar-java
MIT License
Andrew Weiss David Basoco Diego Veralli
文件下载
文件名 操作
rollbar-reactive-streams-1.10.3.jar 下载
rollbar-reactive-streams-1.10.3.pom 下载
rollbar-reactive-streams-1.10.3-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.rollbar</groupId>
  <artifactId>rollbar-reactive-streams</artifactId>
  <version>1.10.3</version>
</dependency>
Gradle Groovy
implementation 'com.rollbar:rollbar-reactive-streams:1.10.3'
Gradle Kotlin
implementation("com.rollbar:rollbar-reactive-streams:1.10.3")
Scala SBT
libraryDependencies += "com.rollbar" % "rollbar-reactive-streams" % "1.10.3"
Groovy Grape
@Grapes(
  @Grab(group='com.rollbar', module='rollbar-reactive-streams', version='1.10.3')
)
Apache Ivy
<dependency org="com.rollbar" name="rollbar-reactive-streams" rev="1.10.3" />
Leiningen
[com.rollbar/rollbar-reactive-streams "1.10.3"]
Apache Buildr
'com.rollbar:rollbar-reactive-streams:jar:1.10.3'