s

solon.boot.jetty

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