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