Categories |
CategoriesUndertow Net Networking Jooby User Interface Web Frameworks |
---|---|
GroupId | GroupIdorg.jooby |
ArtifactId | ArtifactIdjooby-undertow |
Version | Version1.0.0.CR3 |
Type | Typejar |
Filename | Size |
---|---|
jooby-undertow-1.0.0.CR3.pom | |
jooby-undertow-1.0.0.CR3.jar | 29 KB |
jooby-undertow-1.0.0.CR3-sources.jar | 16 KB |
jooby-undertow-1.0.0.CR3-javadoc.jar | 71 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.jooby/jooby-undertow/ -->
<dependency>
<groupId>org.jooby</groupId>
<artifactId>jooby-undertow</artifactId>
<version>1.0.0.CR3</version>
</dependency>
// https://jarcasting.com/artifacts/org.jooby/jooby-undertow/
implementation 'org.jooby:jooby-undertow:1.0.0.CR3'
// https://jarcasting.com/artifacts/org.jooby/jooby-undertow/
implementation ("org.jooby:jooby-undertow:1.0.0.CR3")
'org.jooby:jooby-undertow:jar:1.0.0.CR3'
<dependency org="org.jooby" name="jooby-undertow" rev="1.0.0.CR3">
<artifact name="jooby-undertow" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jooby', module='jooby-undertow', version='1.0.0.CR3')
)
libraryDependencies += "org.jooby" % "jooby-undertow" % "1.0.0.CR3"
[org.jooby/jooby-undertow "1.0.0.CR3"]