Categories |
CategoriesJetty Container Application Servers Jooby User Interface Web Frameworks |
---|---|
GroupId | GroupIdorg.jooby |
ArtifactId | ArtifactIdjooby-jetty |
Version | Version0.15.0 |
Type | Typejar |
Filename | Size |
---|---|
jooby-jetty-0.15.0.pom | |
jooby-jetty-0.15.0.jar | 17 KB |
jooby-jetty-0.15.0-sources.jar | 9 KB |
jooby-jetty-0.15.0-javadoc.jar | 50 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.jooby/jooby-jetty/ -->
<dependency>
<groupId>org.jooby</groupId>
<artifactId>jooby-jetty</artifactId>
<version>0.15.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.jooby/jooby-jetty/
implementation 'org.jooby:jooby-jetty:0.15.0'
// https://jarcasting.com/artifacts/org.jooby/jooby-jetty/
implementation ("org.jooby:jooby-jetty:0.15.0")
'org.jooby:jooby-jetty:jar:0.15.0'
<dependency org="org.jooby" name="jooby-jetty" rev="0.15.0">
<artifact name="jooby-jetty" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jooby', module='jooby-jetty', version='0.15.0')
)
libraryDependencies += "org.jooby" % "jooby-jetty" % "0.15.0"
[org.jooby/jooby-jetty "0.15.0"]