GroupId | GroupIdcom.buabook |
---|---|
ArtifactId | ArtifactIdamazon-s3-file-transfer |
Version | Version1.0.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.buabook/amazon-s3-file-transfer/ -->
<dependency>
<groupId>com.buabook</groupId>
<artifactId>amazon-s3-file-transfer</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.buabook/amazon-s3-file-transfer/
implementation 'com.buabook:amazon-s3-file-transfer:1.0.0'
// https://jarcasting.com/artifacts/com.buabook/amazon-s3-file-transfer/
implementation ("com.buabook:amazon-s3-file-transfer:1.0.0")
'com.buabook:amazon-s3-file-transfer:jar:1.0.0'
<dependency org="com.buabook" name="amazon-s3-file-transfer" rev="1.0.0">
<artifact name="amazon-s3-file-transfer" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.buabook', module='amazon-s3-file-transfer', version='1.0.0')
)
libraryDependencies += "com.buabook" % "amazon-s3-file-transfer" % "1.0.0"
[com.buabook/amazon-s3-file-transfer "1.0.0"]