License |
License |
---|---|
Categories |
CategoriesJooby User Interface Web Frameworks |
GroupId | GroupIdio.jooby |
ArtifactId | ArtifactIdjooby |
Last Version | Last Version2.15.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionThe modular web framework for Java and Kotlin
|
Filename | Size |
---|---|
jooby-2.15.1.pom | |
jooby-2.15.1.jar | 837 KB |
jooby-2.15.1-sources.jar | 268 KB |
jooby-2.15.1-javadoc.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/io.jooby/jooby/ -->
<dependency>
<groupId>io.jooby</groupId>
<artifactId>jooby</artifactId>
<version>2.15.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.jooby/jooby/
implementation 'io.jooby:jooby:2.15.1'
// https://jarcasting.com/artifacts/io.jooby/jooby/
implementation ("io.jooby:jooby:2.15.1")
'io.jooby:jooby:jar:2.15.1'
<dependency org="io.jooby" name="jooby" rev="2.15.1">
<artifact name="jooby" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.jooby', module='jooby', version='2.15.1')
)
libraryDependencies += "io.jooby" % "jooby" % "2.15.1"
[io.jooby/jooby "2.15.1"]
Group / Artifact | Type | Version |
---|---|---|
com.google.code.findbugs : jsr305 | jar | 3.0.2 |
org.slf4j : slf4j-api | jar | 1.7.36 |
org.ow2.asm : asm Optional | jar | 9.3 |
org.ow2.asm : asm-util Optional | jar | 9.3 |
commons-io : commons-io Optional | jar | 2.11.0 |
org.unbescape : unbescape Optional | jar | 1.1.6.RELEASE |
javax.inject : javax.inject | jar | 1 |
com.typesafe : config | jar | 1.4.2 |
org.jetbrains.kotlin : kotlin-stdlib-jdk8 Optional | jar | 1.6.21 |
org.jetbrains.kotlin : kotlin-reflect Optional | jar | 1.6.21 |
org.jetbrains.kotlinx : kotlinx-coroutines-core Optional | jar | 1.6.2 |
io.reactivex.rxjava2 : rxjava Optional | jar | 2.2.21 |
io.projectreactor : reactor-core Optional | jar | 3.4.18 |
com.github.vladimir-bukhtoyarov : bucket4j-core Optional | jar | 6.4.1 |
Group / Artifact | Type | Version |
---|---|---|
org.junit.jupiter : junit-jupiter-engine | jar | 5.8.2 |
org.jacoco : org.jacoco.agent | jar | 0.8.8 |
com.squareup.okhttp3 : okhttp | jar | 4.9.3 |
ch.qos.logback : logback-classic | jar | 1.2.11 |
org.mockito : mockito-core | jar | 4.6.0 |
org.openjdk.jmh : jmh-core | jar | 1.29 |
org.openjdk.jmh : jmh-generator-annprocess | jar | 1.28 |
com.google.guava : guava | jar | 31.1-jre |
org.webjars.npm : vue | jar | 3.2.33 |