s

solon-boot-jetty

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