MVN

com.xiaoleilu : loServer

Maven & Gradle

Oct 13, 2016

loServer · 基于Netty的嵌入式应用服务器

<dependency>
    <groupId>com.xiaoleilu</groupId>
    <artifactId>loServer</artifactId>
    <version>0.5.6</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.xiaoleilu : loServer to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.5.6

All Versions

Choose a version of com.xiaoleilu : loServer to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.5.x
loServer-0.5.6
loServer-0.5.5
loServer-0.5.4
loServer-0.5.1
loServer-0.5.0
0.4.x
loServer-0.4.0
0.3.x
loServer-0.3.0

How to add a dependency to Maven

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

<dependency>
    <groupId>com.xiaoleilu</groupId>
    <artifactId>loServer</artifactId>
    <version>0.5.6</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.xiaoleilu : loServer gradle dependency to your build.gradle file:

implementation 'com.xiaoleilu:loServer:0.5.6'

Gradle Kotlin DSL: Add the following com.xiaoleilu : loServer gradle kotlin dependency to your build.gradle.kts file:

implementation("com.xiaoleilu:loServer:0.5.6")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.xiaoleilu : loServer sbt scala dependency to your build.sbt file:

libraryDependencies += "com.xiaoleilu" % "loServer" % "0.5.6"

Advertisement

Dependencies from Group

Jan 13, 2018
19 usages
26.6k stars
Jan 13, 2018
11 usages
28.3k stars
Jan 13, 2018
8 usages
26.6k stars
Feb 05, 2017
4 usages
28.3k stars
Jan 13, 2018
4 usages
26.6k stars

Discover Dependencies