w

westty-root

Server engine using Weld and Netty for building REST applications.
http://westty.deephacks.org
Apache License
Kristoffer Sjogren
文件下载
文件名 操作
westty-root-0.1.5.pom 下载
Apache Maven
<dependency>
  <groupId>org.deephacks.westty</groupId>
  <artifactId>westty-root</artifactId>
  <version>0.1.5</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.deephacks.westty:westty-root:0.1.5'
Gradle Kotlin
implementation("org.deephacks.westty:westty-root:0.1.5")
Scala SBT
libraryDependencies += "org.deephacks.westty" % "westty-root" % "0.1.5"
Groovy Grape
@Grapes(
  @Grab(group='org.deephacks.westty', module='westty-root', version='0.1.5')
)
Apache Ivy
<dependency org="org.deephacks.westty" name="westty-root" rev="0.1.5" />
Leiningen
[org.deephacks.westty/westty-root "0.1.5"]
Apache Buildr
'org.deephacks.westty:westty-root:jar:0.1.5'