Download bolt-1.4.1.jar file - Jar b

Jar examples for b:bolt

Description

A high-throughput and high-performance netty based remoting framework open sourced by Ant Financial.

You can download jar file bolt 1.4.1 in this page.

License

The Apache License, Version 2.0

Build File

You can use the following script to add bolt-1.4.1.jar to your project.

<dependency>
   <groupId>com.alipay.sofa</groupId>
   <artifactId>bolt</artifactId>
   <version>1.4.1</version>
</dependency>
compile group: 'com.alipay.sofa', name: 'bolt', version: '1.4.1'
libraryDependencies += "com.alipay.sofa" % "bolt" % "1.4.1"
<dependency org="com.alipay.sofa" name="bolt" rev="1.4.1"/>
@Grapes(@Grab(group='com.alipay.sofa', module='bolt', version='1.4.1'))
'com.alipay.sofa:bolt:jar:1.4.1'

Download

Click the following link to download the jar file.

bolt-1.4.1-javadoc.jar
bolt-1.4.1-sources.jar
bolt-1.4.1.jar
bolt-1.4.1.pom



Related Tutorials