t

thunder-framework

Nepxion Thunder is a distribution RPC framework based on Netty + Hessian + Kafka + ActiveMQ + Tibco + Zookeeper + Redis + Spring Web MVC + Spring Boot + Docker
http://www.nepxion.com
文件下载
文件名 操作
thunder-framework-1.0.2.jar 下载
thunder-framework-1.0.2.pom 下载
thunder-framework-1.0.2-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.nepxion</groupId>
  <artifactId>thunder-framework</artifactId>
  <version>1.0.2</version>
</dependency>
Gradle Groovy
implementation 'com.nepxion:thunder-framework:1.0.2'
Gradle Kotlin
implementation("com.nepxion:thunder-framework:1.0.2")
Scala SBT
libraryDependencies += "com.nepxion" % "thunder-framework" % "1.0.2"
Groovy Grape
@Grapes(
  @Grab(group='com.nepxion', module='thunder-framework', version='1.0.2')
)
Apache Ivy
<dependency org="com.nepxion" name="thunder-framework" rev="1.0.2" />
Leiningen
[com.nepxion/thunder-framework "1.0.2"]
Apache Buildr
'com.nepxion:thunder-framework:jar:1.0.2'