GroupId | GroupIdcom.vlkan.hrrs |
---|---|
ArtifactId | ArtifactIdhrrs-serializer-base64 |
Version | Version0.1 |
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.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.vlkan.hrrs/hrrs-serializer-base64/
implementation 'com.vlkan.hrrs:hrrs-serializer-base64:0.1'
// https://jarcasting.com/artifacts/com.vlkan.hrrs/hrrs-serializer-base64/
implementation ("com.vlkan.hrrs:hrrs-serializer-base64:0.1")
'com.vlkan.hrrs:hrrs-serializer-base64:jar:0.1'
<dependency org="com.vlkan.hrrs" name="hrrs-serializer-base64" rev="0.1">
<artifact name="hrrs-serializer-base64" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.vlkan.hrrs', module='hrrs-serializer-base64', version='0.1')
)
libraryDependencies += "com.vlkan.hrrs" % "hrrs-serializer-base64" % "0.1"
[com.vlkan.hrrs/hrrs-serializer-base64 "0.1"]