GroupId | GroupIdcom.github.paulcwarren |
---|---|
ArtifactId | ArtifactIdspring-content-s3 |
Version | Version1.2.5 |
Type | Typejar |
Filename | Size |
---|---|
spring-content-s3-1.2.5.pom | |
spring-content-s3-1.2.5.jar | 27 KB |
spring-content-s3-1.2.5-sources.jar | 17 KB |
spring-content-s3-1.2.5-javadoc.jar | 137 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.2.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.paulcwarren/spring-content-s3/
implementation 'com.github.paulcwarren:spring-content-s3:1.2.5'
// https://jarcasting.com/artifacts/com.github.paulcwarren/spring-content-s3/
implementation ("com.github.paulcwarren:spring-content-s3:1.2.5")
'com.github.paulcwarren:spring-content-s3:jar:1.2.5'
<dependency org="com.github.paulcwarren" name="spring-content-s3" rev="1.2.5">
<artifact name="spring-content-s3" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.paulcwarren', module='spring-content-s3', version='1.2.5')
)
libraryDependencies += "com.github.paulcwarren" % "spring-content-s3" % "1.2.5"
[com.github.paulcwarren/spring-content-s3 "1.2.5"]