GroupId | GroupIdcom.blazebit |
---|---|
ArtifactId | ArtifactIdblaze-storage-rest-impl |
Version | Version0.3.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.blazebit/blaze-storage-rest-impl/ -->
<dependency>
<groupId>com.blazebit</groupId>
<artifactId>blaze-storage-rest-impl</artifactId>
<version>0.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.blazebit/blaze-storage-rest-impl/
implementation 'com.blazebit:blaze-storage-rest-impl:0.3.0'
// https://jarcasting.com/artifacts/com.blazebit/blaze-storage-rest-impl/
implementation ("com.blazebit:blaze-storage-rest-impl:0.3.0")
'com.blazebit:blaze-storage-rest-impl:jar:0.3.0'
<dependency org="com.blazebit" name="blaze-storage-rest-impl" rev="0.3.0">
<artifact name="blaze-storage-rest-impl" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.blazebit', module='blaze-storage-rest-impl', version='0.3.0')
)
libraryDependencies += "com.blazebit" % "blaze-storage-rest-impl" % "0.3.0"
[com.blazebit/blaze-storage-rest-impl "0.3.0"]