GroupId | GroupIdcom.vlkan.hrrs |
---|---|
ArtifactId | ArtifactIdhrrs-serializer-base64 |
Version | Version0.2 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.vlkan.hrrs/hrrs-serializer-base64/ -->
<dependency>
<groupId>com.vlkan.hrrs</groupId>
<artifactId>hrrs-serializer-base64</artifactId>
<version>0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.vlkan.hrrs/hrrs-serializer-base64/
implementation 'com.vlkan.hrrs:hrrs-serializer-base64:0.2'
// https://jarcasting.com/artifacts/com.vlkan.hrrs/hrrs-serializer-base64/
implementation ("com.vlkan.hrrs:hrrs-serializer-base64:0.2")
'com.vlkan.hrrs:hrrs-serializer-base64:jar:0.2'
<dependency org="com.vlkan.hrrs" name="hrrs-serializer-base64" rev="0.2">
<artifact name="hrrs-serializer-base64" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.vlkan.hrrs', module='hrrs-serializer-base64', version='0.2')
)
libraryDependencies += "com.vlkan.hrrs" % "hrrs-serializer-base64" % "0.2"
[com.vlkan.hrrs/hrrs-serializer-base64 "0.2"]