is not current version
Last Version 2.6.0

cn.vorbote:commons 2.0.2.RELEASE

This is the common util made by Theodore Hills, includes some common utils.

GroupId

GroupId

cn.vorbote
ArtifactId

ArtifactId

commons
Version

Version

2.0.2.RELEASE
Type

Type

jar

Download commons 2.0.2.RELEASE


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