License |
License |
---|---|
Categories |
CategoriesAWS Container PaaS Providers Jooby User Interface Web Frameworks |
GroupId | GroupIdorg.jooby |
ArtifactId | ArtifactIdjooby-aws |
Last Version | Last Version1.6.9 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionaws module
A modular micro web framework for Java and Kotlin
|
Filename | Size |
---|---|
jooby-aws-1.6.9.pom | |
jooby-aws-1.6.9.jar | 10 KB |
jooby-aws-1.6.9-sources.jar | 20 KB |
jooby-aws-1.6.9-javadoc.jar | 25 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.jooby/jooby-aws/ -->
<dependency>
<groupId>org.jooby</groupId>
<artifactId>jooby-aws</artifactId>
<version>1.6.9</version>
</dependency>
// https://jarcasting.com/artifacts/org.jooby/jooby-aws/
implementation 'org.jooby:jooby-aws:1.6.9'
// https://jarcasting.com/artifacts/org.jooby/jooby-aws/
implementation ("org.jooby:jooby-aws:1.6.9")
'org.jooby:jooby-aws:jar:1.6.9'
<dependency org="org.jooby" name="jooby-aws" rev="1.6.9">
<artifact name="jooby-aws" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jooby', module='jooby-aws', version='1.6.9')
)
libraryDependencies += "org.jooby" % "jooby-aws" % "1.6.9"
[org.jooby/jooby-aws "1.6.9"]
Group / Artifact | Type | Version |
---|---|---|
org.jooby : jooby | jar | 1.6.9 |
org.slf4j : jcl-over-slf4j | jar | 1.7.25 |
org.apache.httpcomponents : httpclient | jar | 4.5.5 |
com.fasterxml.jackson.core : jackson-databind | jar | 2.10.1 |
com.amazonaws : aws-java-sdk-core | jar | 1.11.358 |
Group / Artifact | Type | Version |
---|---|---|
org.jooby : jooby | jar | 1.6.9 |
junit : junit | jar | 4.12 |
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 |