is not current version
Last Version 2.6.0

cn.vorbote:commons 1.0

This is the common util made by vorbote.cn, which is also using the domain of vorbote.tech, vorbote.me, vorbote.link

GroupId

GroupId

cn.vorbote
ArtifactId

ArtifactId

commons
Version

Version

1.0
Type

Type

jar

Download commons 1.0


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