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