| License |
License |
|---|---|
| Categories |
CategoriesAWS Container PaaS Providers |
| GroupId | GroupIdpl.codewise |
| ArtifactId | ArtifactIdcommons-aws-spring |
| Last Version | Last Version1.0.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionpl.codewise:commons-aws-spring
Set of commons to perform most popular AWS operations. Convenient Spring configuration class
|
| Filename | Size |
|---|---|
| commons-aws-spring-1.0.0.pom | |
| commons-aws-spring-1.0.0.jar | 3 KB |
| commons-aws-spring-1.0.0-sources.jar | 3 KB |
| commons-aws-spring-1.0.0-javadoc.jar | 364 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/pl.codewise/commons-aws-spring/ -->
<dependency>
<groupId>pl.codewise</groupId>
<artifactId>commons-aws-spring</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/pl.codewise/commons-aws-spring/
implementation 'pl.codewise:commons-aws-spring:1.0.0'
// https://jarcasting.com/artifacts/pl.codewise/commons-aws-spring/
implementation ("pl.codewise:commons-aws-spring:1.0.0")
'pl.codewise:commons-aws-spring:jar:1.0.0'
<dependency org="pl.codewise" name="commons-aws-spring" rev="1.0.0">
<artifact name="commons-aws-spring" type="jar" />
</dependency>
@Grapes(
@Grab(group='pl.codewise', module='commons-aws-spring', version='1.0.0')
)
libraryDependencies += "pl.codewise" % "commons-aws-spring" % "1.0.0"
[pl.codewise/commons-aws-spring "1.0.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| pl.codewise : commons-aws-core | jar | 1.0.0 |
| org.springframework : spring-context | jar | 4.3.18.RELEASE |