is not current version
Last Version 0.0.2

org.wesec:util 0.0.1

A common util for Java developer, like base64, md5, aes, rsa, shifting and more. So we call it "Doraemon". (▽)

GroupId

GroupId

org.wesec
ArtifactId

ArtifactId

util
Version

Version

0.0.1
Type

Type

pom

Download util 0.0.1

Filename Size
util-0.0.1.pom 1 KB
Browse

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