f

flyingboot

基于netty异步开发框架。
https://github.com/gaojh/flyingboot
Apache License Version 2.0
高建华
Files download
File Operation
flyingboot-2.1.7.jar download
flyingboot-2.1.7.pom download
flyingboot-2.1.7-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.gaojh</groupId>
  <artifactId>flyingboot</artifactId>
  <version>2.1.7</version>
</dependency>
Gradle Groovy
implementation 'com.github.gaojh:flyingboot:2.1.7'
Gradle Kotlin
implementation("com.github.gaojh:flyingboot:2.1.7")
Scala SBT
libraryDependencies += "com.github.gaojh" % "flyingboot" % "2.1.7"
Groovy Grape
@Grapes(
  @Grab(group='com.github.gaojh', module='flyingboot', version='2.1.7')
)
Apache Ivy
<dependency org="com.github.gaojh" name="flyingboot" rev="2.1.7" />
Leiningen
[com.github.gaojh/flyingboot "2.1.7"]
Apache Buildr
'com.github.gaojh:flyingboot:jar:2.1.7'