License |
License |
---|---|
Categories |
CategoriesJooby User Interface Web Frameworks |
GroupId | GroupIdorg.jooby |
ArtifactId | ArtifactIdjooby-spec |
Last Version | Last Version1.4.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionroute specification module
Scalable, fast and modular micro web framework
|
Filename | Size |
---|---|
jooby-spec-1.4.0.pom | |
jooby-spec-1.4.0.jar | 66 KB |
jooby-spec-1.4.0-sources.jar | 41 KB |
jooby-spec-1.4.0-javadoc.jar | 165 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.jooby/jooby-spec/ -->
<dependency>
<groupId>org.jooby</groupId>
<artifactId>jooby-spec</artifactId>
<version>1.4.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.jooby/jooby-spec/
implementation 'org.jooby:jooby-spec:1.4.0'
// https://jarcasting.com/artifacts/org.jooby/jooby-spec/
implementation ("org.jooby:jooby-spec:1.4.0")
'org.jooby:jooby-spec:jar:1.4.0'
<dependency org="org.jooby" name="jooby-spec" rev="1.4.0">
<artifact name="jooby-spec" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jooby', module='jooby-spec', version='1.4.0')
)
libraryDependencies += "org.jooby" % "jooby-spec" % "1.4.0"
[org.jooby/jooby-spec "1.4.0"]
Group / Artifact | Type | Version |
---|---|---|
org.jooby : jooby | jar | 1.4.0 |
com.github.javaparser : javaparser-core | jar | 2.3.0 |
Group / Artifact | Type | Version |
---|---|---|
org.jooby : jooby | jar | 1.4.0 |
junit : junit | jar | 4.12 |
org.easymock : easymock | jar | 3.2 |
org.powermock : powermock-api-easymock | jar | 1.6.4 |
org.powermock : powermock-module-junit4 | jar | 1.6.4 |
com.fasterxml.jackson.core : jackson-databind | jar | 2.9.5 |
org.jacoco : org.jacoco.agent | jar | 0.7.8 |