License |
License |
---|---|
Categories |
CategoriesAWS Container PaaS Providers Bootique User Interface Web Frameworks |
GroupId | GroupIdio.bootique.aws |
ArtifactId | ArtifactIdbootique-aws |
Version | Version2.0.M1 |
Type | Typejar |
Description |
Descriptionbootique-aws: Basic AWS integration with Bootique
Parent POM of Amazon Web Services Bootique modules.
|
Project Organization |
Project OrganizationObjectStyle LLC |
Filename | Size |
---|---|
bootique-aws-2.0.M1.pom | |
bootique-aws-2.0.M1.jar | 5 KB |
bootique-aws-2.0.M1-sources.jar | 6 KB |
bootique-aws-2.0.M1-javadoc.jar | 35 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.bootique.aws/bootique-aws/ -->
<dependency>
<groupId>io.bootique.aws</groupId>
<artifactId>bootique-aws</artifactId>
<version>2.0.M1</version>
</dependency>
// https://jarcasting.com/artifacts/io.bootique.aws/bootique-aws/
implementation 'io.bootique.aws:bootique-aws:2.0.M1'
// https://jarcasting.com/artifacts/io.bootique.aws/bootique-aws/
implementation ("io.bootique.aws:bootique-aws:2.0.M1")
'io.bootique.aws:bootique-aws:jar:2.0.M1'
<dependency org="io.bootique.aws" name="bootique-aws" rev="2.0.M1">
<artifact name="bootique-aws" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.bootique.aws', module='bootique-aws', version='2.0.M1')
)
libraryDependencies += "io.bootique.aws" % "bootique-aws" % "2.0.M1"
[io.bootique.aws/bootique-aws "2.0.M1"]
Group / Artifact | Type | Version |
---|---|---|
io.bootique : bootique | jar | 2.0.M1 |
com.amazonaws : aws-java-sdk-core | jar | 1.11.337 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.13 |
org.mockito : mockito-core | jar | 3.3.3 |
io.bootique : bootique-test | jar | 2.0.M1 |