is not current version
Last Version 3.1

com.hanzoy:utils 2.1

Fast token generation and parsing based on springboot

GroupId

GroupId

com.hanzoy
ArtifactId

ArtifactId

utils
Version

Version

2.1
Type

Type

jar

Download utils 2.1


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