p

plexus-jetty-httpd

Files download
File Operation
plexus-jetty-httpd-1.0-beta-1.jar download
plexus-jetty-httpd-1.0-beta-1.pom download
Apache Maven
<dependency>
  <groupId>plexus</groupId>
  <artifactId>plexus-jetty-httpd</artifactId>
  <version>1.0-beta-1</version>
</dependency>
Gradle Groovy
implementation 'plexus:plexus-jetty-httpd:1.0-beta-1'
Gradle Kotlin
implementation("plexus:plexus-jetty-httpd:1.0-beta-1")
Scala SBT
libraryDependencies += "plexus" % "plexus-jetty-httpd" % "1.0-beta-1"
Groovy Grape
@Grapes(
  @Grab(group='plexus', module='plexus-jetty-httpd', version='1.0-beta-1')
)
Apache Ivy
<dependency org="plexus" name="plexus-jetty-httpd" rev="1.0-beta-1" />
Leiningen
[plexus/plexus-jetty-httpd "1.0-beta-1"]
Apache Buildr
'plexus:plexus-jetty-httpd:jar:1.0-beta-1'