is not current version
Last Version 1.0.0.2

top.wsure:wsure-utils 1.0

A toolkit for jdk8+ developers to simplify business code

GroupId

GroupId

top.wsure
ArtifactId

ArtifactId

wsure-utils
Version

Version

1.0
Type

Type

pom

Download wsure-utils 1.0

Filename Size
wsure-utils-1.0.pom 4 KB
Browse

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