is not current version
Last Version 0.6

com.gregmarut.commons:encryption 0.4


GroupId

GroupId

com.gregmarut.commons
ArtifactId

ArtifactId

encryption
Version

Version

0.4
Type

Type

jar

Download encryption 0.4


<!-- https://jarcasting.com/artifacts/com.gregmarut.commons/encryption/ -->
<dependency>
    <groupId>com.gregmarut.commons</groupId>
    <artifactId>encryption</artifactId>
    <version>0.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.gregmarut.commons/encryption/
implementation 'com.gregmarut.commons:encryption:0.4'
// https://jarcasting.com/artifacts/com.gregmarut.commons/encryption/
implementation ("com.gregmarut.commons:encryption:0.4")
'com.gregmarut.commons:encryption:jar:0.4'
<dependency org="com.gregmarut.commons" name="encryption" rev="0.4">
  <artifact name="encryption" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.gregmarut.commons', module='encryption', version='0.4')
)
libraryDependencies += "com.gregmarut.commons" % "encryption" % "0.4"
[com.gregmarut.commons/encryption "0.4"]