p

parent

OS specific distributions of Jetty.
http://stephenc.github.com/jetties
Apache License, Version 2.0
Stephen Connolly
文件下载
文件名 操作
parent-8.1.6.pom 下载
Apache Maven
<dependency>
  <groupId>com.github.stephenc.jetties</groupId>
  <artifactId>parent</artifactId>
  <version>8.1.6</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.github.stephenc.jetties:parent:8.1.6'
Gradle Kotlin
implementation("com.github.stephenc.jetties:parent:8.1.6")
Scala SBT
libraryDependencies += "com.github.stephenc.jetties" % "parent" % "8.1.6"
Groovy Grape
@Grapes(
  @Grab(group='com.github.stephenc.jetties', module='parent', version='8.1.6')
)
Apache Ivy
<dependency org="com.github.stephenc.jetties" name="parent" rev="8.1.6" />
Leiningen
[com.github.stephenc.jetties/parent "8.1.6"]
Apache Buildr
'com.github.stephenc.jetties:parent:jar:8.1.6'