is not current version
Last Version 3.1

com.hanzoy:utils 2.2

Fast token generation and parsing based on springboot

GroupId

GroupId

com.hanzoy
ArtifactId

ArtifactId

utils
Version

Version

2.2
Type

Type

jar

Download utils 2.2


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