is not current version
Last Version 3.1

com.hanzoy:utils 1.0

Fast token generation and parsing based on springboot

GroupId

GroupId

com.hanzoy
ArtifactId

ArtifactId

utils
Version

Version

1.0
Type

Type

jar

Download utils 1.0


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