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