b

boost_exception

The Boost Exception library supports transporting of arbitrary data in exception objects, and transporting of exceptions between threads.
https://www.boost.org/
Distributed under the Boost Software License, Version 1.0.
Emil Dotchevski
文件下载
文件名 操作
boost_exception-1.81.0.pom 下载
Apache Maven
<dependency>
  <groupId>com.github.brunotl</groupId>
  <artifactId>boost_exception</artifactId>
  <version>1.81.0</version>
  <type>aar</type>
</dependency>
Gradle Groovy
implementation 'com.github.brunotl:boost_exception:1.81.0'
Gradle Kotlin
implementation("com.github.brunotl:boost_exception:1.81.0")
Scala SBT
libraryDependencies += "com.github.brunotl" % "boost_exception" % "1.81.0"
Groovy Grape
@Grapes(
  @Grab(group='com.github.brunotl', module='boost_exception', version='1.81.0')
)
Apache Ivy
<dependency org="com.github.brunotl" name="boost_exception" rev="1.81.0" />
Leiningen
[com.github.brunotl/boost_exception "1.81.0"]
Apache Buildr
'com.github.brunotl:boost_exception:jar:1.81.0'