GroupId | GroupIdcom.github.guang19 |
---|---|
ArtifactId | ArtifactIdcloud-storage-service |
Version | Version1.0.0 |
Type | Typejar |
Filename | Size |
---|---|
cloud-storage-service-1.0.0.pom | |
cloud-storage-service-1.0.0.jar | 51 KB |
cloud-storage-service-1.0.0-sources.jar | 43 KB |
cloud-storage-service-1.0.0-javadoc.jar | 597 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.guang19/cloud-storage-service/ -->
<dependency>
<groupId>com.github.guang19</groupId>
<artifactId>cloud-storage-service</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.guang19/cloud-storage-service/
implementation 'com.github.guang19:cloud-storage-service:1.0.0'
// https://jarcasting.com/artifacts/com.github.guang19/cloud-storage-service/
implementation ("com.github.guang19:cloud-storage-service:1.0.0")
'com.github.guang19:cloud-storage-service:jar:1.0.0'
<dependency org="com.github.guang19" name="cloud-storage-service" rev="1.0.0">
<artifact name="cloud-storage-service" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.guang19', module='cloud-storage-service', version='1.0.0')
)
libraryDependencies += "com.github.guang19" % "cloud-storage-service" % "1.0.0"
[com.github.guang19/cloud-storage-service "1.0.0"]