Categories |
CategoriesJava Languages |
---|---|
GroupId | GroupIdcom.github.sevtech-dev |
ArtifactId | ArtifactIdcloud-storage-spring-java |
Version | Version1.0.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.sevtech-dev/cloud-storage-spring-java/ -->
<dependency>
<groupId>com.github.sevtech-dev</groupId>
<artifactId>cloud-storage-spring-java</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.sevtech-dev/cloud-storage-spring-java/
implementation 'com.github.sevtech-dev:cloud-storage-spring-java:1.0.0'
// https://jarcasting.com/artifacts/com.github.sevtech-dev/cloud-storage-spring-java/
implementation ("com.github.sevtech-dev:cloud-storage-spring-java:1.0.0")
'com.github.sevtech-dev:cloud-storage-spring-java:jar:1.0.0'
<dependency org="com.github.sevtech-dev" name="cloud-storage-spring-java" rev="1.0.0">
<artifact name="cloud-storage-spring-java" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.sevtech-dev', module='cloud-storage-spring-java', version='1.0.0')
)
libraryDependencies += "com.github.sevtech-dev" % "cloud-storage-spring-java" % "1.0.0"
[com.github.sevtech-dev/cloud-storage-spring-java "1.0.0"]