License |
License |
---|---|
Categories |
CategoriesJooby User Interface Web Frameworks |
GroupId | GroupIdio.jooby |
ArtifactId | ArtifactIdjooby-utow |
Last Version | Last Version2.15.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionThe modular web framework for Java and Kotlin
|
Filename | Size |
---|---|
jooby-utow-2.15.1.pom | |
jooby-utow-2.15.1.jar | 37 KB |
jooby-utow-2.15.1-sources.jar | 17 KB |
jooby-utow-2.15.1-javadoc.jar | 23 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.jooby/jooby-utow/ -->
<dependency>
<groupId>io.jooby</groupId>
<artifactId>jooby-utow</artifactId>
<version>2.15.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.jooby/jooby-utow/
implementation 'io.jooby:jooby-utow:2.15.1'
// https://jarcasting.com/artifacts/io.jooby/jooby-utow/
implementation ("io.jooby:jooby-utow:2.15.1")
'io.jooby:jooby-utow:jar:2.15.1'
<dependency org="io.jooby" name="jooby-utow" rev="2.15.1">
<artifact name="jooby-utow" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.jooby', module='jooby-utow', version='2.15.1')
)
libraryDependencies += "io.jooby" % "jooby-utow" % "2.15.1"
[io.jooby/jooby-utow "2.15.1"]
Group / Artifact | Type | Version |
---|---|---|
io.jooby : jooby | jar | 2.15.1 |
org.jboss.xnio : xnio-api | jar | 3.8.7.Final |
io.undertow : undertow-core | jar | 2.2.17.Final |
Group / Artifact | Type | Version |
---|---|---|
com.google.code.findbugs : jsr305 | jar | 3.0.2 |
org.conscrypt : conscrypt-openjdk-uber | jar | 2.5.2 |
Group / Artifact | Type | Version |
---|---|---|
org.junit.jupiter : junit-jupiter-engine | jar | 5.8.2 |
org.jacoco : org.jacoco.agent | jar | 0.8.8 |
org.mockito : mockito-core | jar | 4.6.0 |