GroupId | GroupIdco.mercenary-creators |
---|---|
ArtifactId | ArtifactIdmercenary-creators-minio |
Version | Version1.0.1-RELEASE |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/co.mercenary-creators/mercenary-creators-minio/ -->
<dependency>
<groupId>co.mercenary-creators</groupId>
<artifactId>mercenary-creators-minio</artifactId>
<version>1.0.1-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/co.mercenary-creators/mercenary-creators-minio/
implementation 'co.mercenary-creators:mercenary-creators-minio:1.0.1-RELEASE'
// https://jarcasting.com/artifacts/co.mercenary-creators/mercenary-creators-minio/
implementation ("co.mercenary-creators:mercenary-creators-minio:1.0.1-RELEASE")
'co.mercenary-creators:mercenary-creators-minio:jar:1.0.1-RELEASE'
<dependency org="co.mercenary-creators" name="mercenary-creators-minio" rev="1.0.1-RELEASE">
<artifact name="mercenary-creators-minio" type="jar" />
</dependency>
@Grapes(
@Grab(group='co.mercenary-creators', module='mercenary-creators-minio', version='1.0.1-RELEASE')
)
libraryDependencies += "co.mercenary-creators" % "mercenary-creators-minio" % "1.0.1-RELEASE"
[co.mercenary-creators/mercenary-creators-minio "1.0.1-RELEASE"]