License |
License |
---|---|
Categories |
CategoriesJooby User Interface Web Frameworks |
GroupId | GroupIdio.jooby |
ArtifactId | ArtifactIdjooby-test |
Last Version | Last Version2.15.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionThe modular web framework for Java and Kotlin
|
Filename | Size |
---|---|
jooby-test-2.15.1.pom | |
jooby-test-2.15.1.jar | 33 KB |
jooby-test-2.15.1-sources.jar | 17 KB |
jooby-test-2.15.1-javadoc.jar | 86 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.jooby/jooby-test/ -->
<dependency>
<groupId>io.jooby</groupId>
<artifactId>jooby-test</artifactId>
<version>2.15.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.jooby/jooby-test/
implementation 'io.jooby:jooby-test:2.15.1'
// https://jarcasting.com/artifacts/io.jooby/jooby-test/
implementation ("io.jooby:jooby-test:2.15.1")
'io.jooby:jooby-test:jar:2.15.1'
<dependency org="io.jooby" name="jooby-test" rev="2.15.1">
<artifact name="jooby-test" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.jooby', module='jooby-test', version='2.15.1')
)
libraryDependencies += "io.jooby" % "jooby-test" % "2.15.1"
[io.jooby/jooby-test "2.15.1"]
Group / Artifact | Type | Version |
---|---|---|
io.jooby : jooby | jar | 2.15.1 |
org.junit.jupiter : junit-jupiter-api | jar | 5.8.2 |
org.junit.jupiter : junit-jupiter-engine | jar | 5.8.2 |
Group / Artifact | Type | Version |
---|---|---|
com.google.code.findbugs : jsr305 | jar | 3.0.2 |
Group / Artifact | Type | Version |
---|---|---|
org.mockito : mockito-core | jar | 4.6.0 |
org.jacoco : org.jacoco.agent | jar | 0.8.8 |
io.jooby : jooby-netty | jar | 2.15.1 |
com.squareup.okhttp3 : okhttp | jar | 4.9.3 |
org.ow2.asm : asm | jar | 9.3 |
org.ow2.asm : asm-util | jar | 9.3 |
commons-io : commons-io | jar | 2.11.0 |
ch.qos.logback : logback-classic | jar | 1.2.11 |
io.reactivex.rxjava2 : rxjava | jar | 2.2.21 |
io.jooby : jooby-jwt | jar | 2.15.1 |
org.jetbrains.kotlin : kotlin-stdlib-jdk8 | jar | 1.6.21 |
org.jetbrains.kotlin : kotlin-reflect | jar | 1.6.21 |
org.jetbrains.kotlinx : kotlinx-coroutines-core | jar | 1.6.2 |