is not current version
Last Version 1.0.0

com.github.houbb:secret 0.0.7

The secret algorithm framework for java.(java 加密算法框架工具)

GroupId

GroupId

com.github.houbb
ArtifactId

ArtifactId

secret
Version

Version

0.0.7
Type

Type

pom

Download secret 0.0.7

Filename Size
secret-0.0.7.pom 9 KB
Browse

<!-- https://jarcasting.com/artifacts/com.github.houbb/secret/ -->
<dependency>
    <groupId>com.github.houbb</groupId>
    <artifactId>secret</artifactId>
    <version>0.0.7</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.houbb/secret/
implementation 'com.github.houbb:secret:0.0.7'
// https://jarcasting.com/artifacts/com.github.houbb/secret/
implementation ("com.github.houbb:secret:0.0.7")
'com.github.houbb:secret:pom:0.0.7'
<dependency org="com.github.houbb" name="secret" rev="0.0.7">
  <artifact name="secret" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.houbb', module='secret', version='0.0.7')
)
libraryDependencies += "com.github.houbb" % "secret" % "0.0.7"
[com.github.houbb/secret "0.0.7"]