is not current version
Last Version 1.6.5

com.alipay.sofa:bolt 1.5.10

a light weight, easy to use and high performance remoting framework based on netty.

GroupId

GroupId

com.alipay.sofa
ArtifactId

ArtifactId

bolt
Version

Version

1.5.10
Type

Type

jar

Download bolt 1.5.10


<!-- https://jarcasting.com/artifacts/com.alipay.sofa/bolt/ -->
<dependency>
    <groupId>com.alipay.sofa</groupId>
    <artifactId>bolt</artifactId>
    <version>1.5.10</version>
</dependency>
// https://jarcasting.com/artifacts/com.alipay.sofa/bolt/
implementation 'com.alipay.sofa:bolt:1.5.10'
// https://jarcasting.com/artifacts/com.alipay.sofa/bolt/
implementation ("com.alipay.sofa:bolt:1.5.10")
'com.alipay.sofa:bolt:jar:1.5.10'
<dependency org="com.alipay.sofa" name="bolt" rev="1.5.10">
  <artifact name="bolt" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.alipay.sofa', module='bolt', version='1.5.10')
)
libraryDependencies += "com.alipay.sofa" % "bolt" % "1.5.10"
[com.alipay.sofa/bolt "1.5.10"]