j

jetty-webapp-example

Files download
File Operation
jetty-webapp-example-0.4.pom download
jetty-webapp-example-0.4-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.mike10004</groupId>
  <artifactId>jetty-webapp-example</artifactId>
  <version>0.4</version>
  <type>war</type>
</dependency>
Gradle Groovy
implementation 'com.github.mike10004:jetty-webapp-example:0.4'
Gradle Kotlin
implementation("com.github.mike10004:jetty-webapp-example:0.4")
Scala SBT
libraryDependencies += "com.github.mike10004" % "jetty-webapp-example" % "0.4"
Groovy Grape
@Grapes(
  @Grab(group='com.github.mike10004', module='jetty-webapp-example', version='0.4')
)
Apache Ivy
<dependency org="com.github.mike10004" name="jetty-webapp-example" rev="0.4" />
Leiningen
[com.github.mike10004/jetty-webapp-example "0.4"]
Apache Buildr
'com.github.mike10004:jetty-webapp-example:jar:0.4'