License |
License |
---|---|
Categories |
CategoriesJooby User Interface Web Frameworks |
GroupId | GroupIdorg.jooby |
ArtifactId | ArtifactIdjooby |
Last Version | Last Version1.6.9 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionjooby
A modular micro web framework for Java and Kotlin
|
Filename | Size |
---|---|
jooby-1.6.9.pom | |
jooby-1.6.9.jar | 550 KB |
jooby-1.6.9-tests.jar | 38 KB |
jooby-1.6.9-sources.jar | 805 KB |
jooby-1.6.9-javadoc.jar | 797 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.jooby/jooby/ -->
<dependency>
<groupId>org.jooby</groupId>
<artifactId>jooby</artifactId>
<version>1.6.9</version>
</dependency>
// https://jarcasting.com/artifacts/org.jooby/jooby/
implementation 'org.jooby:jooby:1.6.9'
// https://jarcasting.com/artifacts/org.jooby/jooby/
implementation ("org.jooby:jooby:1.6.9")
'org.jooby:jooby:jar:1.6.9'
<dependency org="org.jooby" name="jooby" rev="1.6.9">
<artifact name="jooby" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jooby', module='jooby', version='1.6.9')
)
libraryDependencies += "org.jooby" % "jooby" % "1.6.9"
[org.jooby/jooby "1.6.9"]
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : slf4j-api | jar | 1.7.25 |
ch.qos.logback : logback-classic | jar | 1.2.3 |
com.typesafe : config | jar | 1.3.3 |
org.ow2.asm : asm Optional | jar | 7.3.1 |
org.jooby : funzy | jar | 0.1.0 |
com.google.guava : guava | jar | 25.1-jre |
com.google.inject.extensions : guice-multibindings | jar | 4.2.0 |
junit : junit Optional | jar | 4.12 |
Group / Artifact | Type | Version |
---|---|---|
com.google.code.findbugs : jsr305 | jar | 3.0.2 |
Group / Artifact | Type | Version |
---|---|---|
org.easymock : easymock | jar | 3.6 |
org.powermock : powermock-api-easymock | jar | 1.7.4 |
org.powermock : powermock-module-junit4 | jar | 1.7.4 |
org.jacoco : org.jacoco.agent | jar | 0.8.1 |
org.apache.httpcomponents : fluent-hc | jar | 4.5.5 |
org.apache.httpcomponents : httpmime | jar | 4.5.5 |
com.ning : async-http-client | jar | 1.9.40 |