License |
License |
---|---|
Categories |
CategoriesJooby User Interface Web Frameworks |
GroupId | GroupIdorg.jooby |
ArtifactId | ArtifactIdjooby-tests |
Last Version | Last Version0.1.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionfeature set and tests
Integration tests for Jooby
|
Filename | Size |
---|---|
jooby-tests-0.1.0.pom | |
jooby-tests-0.1.0.jar | 7 KB |
jooby-tests-0.1.0-sources.jar | 3 KB |
jooby-tests-0.1.0-javadoc.jar | 31 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.jooby/jooby-tests/ -->
<dependency>
<groupId>org.jooby</groupId>
<artifactId>jooby-tests</artifactId>
<version>0.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.jooby/jooby-tests/
implementation 'org.jooby:jooby-tests:0.1.0'
// https://jarcasting.com/artifacts/org.jooby/jooby-tests/
implementation ("org.jooby:jooby-tests:0.1.0")
'org.jooby:jooby-tests:jar:0.1.0'
<dependency org="org.jooby" name="jooby-tests" rev="0.1.0">
<artifact name="jooby-tests" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jooby', module='jooby-tests', version='0.1.0')
)
libraryDependencies += "org.jooby" % "jooby-tests" % "0.1.0"
[org.jooby/jooby-tests "0.1.0"]
Group / Artifact | Type | Version |
---|---|---|
org.jooby : jooby | jar | 0.1.0 |
junit : junit | jar | 4.11 |
Group / Artifact | Type | Version |
---|---|---|
org.apache.httpcomponents : fluent-hc | jar | 4.4-beta1 |
org.apache.httpcomponents : httpmime | jar | 4.4-beta1 |
ch.qos.logback : logback-classic | jar | 1.1.2 |
org.easymock : easymock | jar | 3.2 |
org.powermock : powermock-api-easymock | jar | 1.5.4 |
org.powermock : powermock-module-junit4 | jar | 1.5.4 |