is not current version
Last Version 1.8.0

top.jfunc.common:common-crypto 1.0

encrypt,decrypt interface implements by symmetric,asymmetric,digester

GroupId

GroupId

top.jfunc.common
ArtifactId

ArtifactId

common-crypto
Version

Version

1.0
Type

Type

jar

Download common-crypto 1.0


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