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
Files download
File Operation
thunder-framework-2.0.2.jar download
thunder-framework-2.0.2.pom download
thunder-framework-2.0.2-sources.jar download
Apache Maven
<dependency>
  <groupId>com.nepxion</groupId>
  <artifactId>thunder-framework</artifactId>
  <version>2.0.2</version>
</dependency>
Gradle Groovy
implementation 'com.nepxion:thunder-framework:2.0.2'
Gradle Kotlin
implementation("com.nepxion:thunder-framework:2.0.2")
Scala SBT
libraryDependencies += "com.nepxion" % "thunder-framework" % "2.0.2"
Groovy Grape
@Grapes(
  @Grab(group='com.nepxion', module='thunder-framework', version='2.0.2')
)
Apache Ivy
<dependency org="com.nepxion" name="thunder-framework" rev="2.0.2" />
Leiningen
[com.nepxion/thunder-framework "2.0.2"]
Apache Buildr
'com.nepxion:thunder-framework:jar:2.0.2'