MVN

com.github.gaojh : flyingboot

Maven & Gradle

Jul 29, 2020
3 usages
3 stars

flyingboot · 基于netty异步开发框架。

<dependency>
    <groupId>com.github.gaojh</groupId>
    <artifactId>flyingboot</artifactId>
    <version>4.0.5</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.gaojh : flyingboot to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 4.0.5

All Versions

Choose a version of com.github.gaojh : flyingboot to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
4.0.x
flyingboot-4.0.5
flyingboot-4.0.4
flyingboot-4.0.3
flyingboot-4.0.2
flyingboot-4.0.1
flyingboot-4.0.0
3.0.x
flyingboot-3.0.3
flyingboot-3.0.2
flyingboot-3.0.0
2.1.x
flyingboot-2.1.10
flyingboot-2.1.9
flyingboot-2.1.8
flyingboot-2.1.7
flyingboot-2.1.5
flyingboot-2.1.4
flyingboot-2.1.3
flyingboot-2.1.2
flyingboot-2.1.1
flyingboot-2.1.0
2.0.x
flyingboot-2.0.9
flyingboot-2.0.8
flyingboot-2.0.7
flyingboot-2.0.6
flyingboot-2.0.5
flyingboot-2.0.4
flyingboot-2.0.3
flyingboot-2.0.2
flyingboot-2.0.1

How to add a dependency to Maven

Add the following com.github.gaojh : flyingboot maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.gaojh</groupId>
    <artifactId>flyingboot</artifactId>
    <version>4.0.5</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.gaojh : flyingboot gradle dependency to your build.gradle file:

implementation 'com.github.gaojh:flyingboot:4.0.5'

Gradle Kotlin DSL: Add the following com.github.gaojh : flyingboot gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.gaojh:flyingboot:4.0.5")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.gaojh : flyingboot sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.gaojh" % "flyingboot" % "4.0.5"

Advertisement