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