Skip to content

com.alipay.antchain.bridge.antchain-bridge-spi 0.1.1 Latest version

Install 1/2: Add this to pom.xml:
Learn more about Maven or Gradle
<dependency>
  <groupId>com.alipay.antchain.bridge</groupId>
  <artifactId>antchain-bridge-spi</artifactId>
  <version>0.1.1</version>
</dependency>
Install 2/2: Run via command line
$ mvn install

About this package

antchain-bridge-spi

It includes the interface IBBCService, which describes the functions that a BBC implementation should have.
Developers only need to implement the interfaces one by one. For more detail, please refer to here;