Categories |
CategoriesData |
---|---|
GroupId | GroupIdcom.github.sea-boat |
ArtifactId | ArtifactIdeshore-data-service-minio |
Version | Version1.0.1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.sea-boat/eshore-data-service-minio/ -->
<dependency>
<groupId>com.github.sea-boat</groupId>
<artifactId>eshore-data-service-minio</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.sea-boat/eshore-data-service-minio/
implementation 'com.github.sea-boat:eshore-data-service-minio:1.0.1'
// https://jarcasting.com/artifacts/com.github.sea-boat/eshore-data-service-minio/
implementation ("com.github.sea-boat:eshore-data-service-minio:1.0.1")
'com.github.sea-boat:eshore-data-service-minio:jar:1.0.1'
<dependency org="com.github.sea-boat" name="eshore-data-service-minio" rev="1.0.1">
<artifact name="eshore-data-service-minio" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.sea-boat', module='eshore-data-service-minio', version='1.0.1')
)
libraryDependencies += "com.github.sea-boat" % "eshore-data-service-minio" % "1.0.1"
[com.github.sea-boat/eshore-data-service-minio "1.0.1"]