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