Categories |
CategoriesKotlin Languages AWS Container PaaS Providers |
---|---|
GroupId | GroupIdcom.github.migangqui |
ArtifactId | ArtifactIdspring-aws-s3-kotlin |
Version | Version1.0.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.migangqui/spring-aws-s3-kotlin/ -->
<dependency>
<groupId>com.github.migangqui</groupId>
<artifactId>spring-aws-s3-kotlin</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.migangqui/spring-aws-s3-kotlin/
implementation 'com.github.migangqui:spring-aws-s3-kotlin:1.0.0'
// https://jarcasting.com/artifacts/com.github.migangqui/spring-aws-s3-kotlin/
implementation ("com.github.migangqui:spring-aws-s3-kotlin:1.0.0")
'com.github.migangqui:spring-aws-s3-kotlin:jar:1.0.0'
<dependency org="com.github.migangqui" name="spring-aws-s3-kotlin" rev="1.0.0">
<artifact name="spring-aws-s3-kotlin" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.migangqui', module='spring-aws-s3-kotlin', version='1.0.0')
)
libraryDependencies += "com.github.migangqui" % "spring-aws-s3-kotlin" % "1.0.0"
[com.github.migangqui/spring-aws-s3-kotlin "1.0.0"]