GroupId | GroupIdcom.github.paulcwarren |
---|---|
ArtifactId | ArtifactIdspring-content-s3 |
Version | Version0.11.0 |
Type | Typejar |
Filename | Size |
---|---|
spring-content-s3-0.11.0.pom | |
spring-content-s3-0.11.0.jar | 25 KB |
spring-content-s3-0.11.0-sources.jar | 15 KB |
spring-content-s3-0.11.0-javadoc.jar | 131 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.paulcwarren/spring-content-s3/ -->
<dependency>
<groupId>com.github.paulcwarren</groupId>
<artifactId>spring-content-s3</artifactId>
<version>0.11.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.paulcwarren/spring-content-s3/
implementation 'com.github.paulcwarren:spring-content-s3:0.11.0'
// https://jarcasting.com/artifacts/com.github.paulcwarren/spring-content-s3/
implementation ("com.github.paulcwarren:spring-content-s3:0.11.0")
'com.github.paulcwarren:spring-content-s3:jar:0.11.0'
<dependency org="com.github.paulcwarren" name="spring-content-s3" rev="0.11.0">
<artifact name="spring-content-s3" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.paulcwarren', module='spring-content-s3', version='0.11.0')
)
libraryDependencies += "com.github.paulcwarren" % "spring-content-s3" % "0.11.0"
[com.github.paulcwarren/spring-content-s3 "0.11.0"]