文件下载
文件名 操作
servirtium-undertow-0.9.2.jar 下载
servirtium-undertow-0.9.2.pom 下载
servirtium-undertow-0.9.2-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.paulhammant</groupId>
  <artifactId>servirtium-undertow</artifactId>
  <version>0.9.2</version>
</dependency>
Gradle Groovy
implementation 'com.paulhammant:servirtium-undertow:0.9.2'
Gradle Kotlin
implementation("com.paulhammant:servirtium-undertow:0.9.2")
Scala SBT
libraryDependencies += "com.paulhammant" % "servirtium-undertow" % "0.9.2"
Groovy Grape
@Grapes(
  @Grab(group='com.paulhammant', module='servirtium-undertow', version='0.9.2')
)
Apache Ivy
<dependency org="com.paulhammant" name="servirtium-undertow" rev="0.9.2" />
Leiningen
[com.paulhammant/servirtium-undertow "0.9.2"]
Apache Buildr
'com.paulhammant:servirtium-undertow:jar:0.9.2'