License |
License |
---|---|
GroupId | GroupIdcn.vorbote |
ArtifactId | ArtifactIdcommons |
Last Version | Last Version2.6.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionVorBotE :: Commons
This is the common util made by Theodore Hills, includes some common utils.
|
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
commons-2.6.0.pom | |
commons-2.6.0.jar | 16 KB |
commons-2.6.0-sources.jar | 12 KB |
commons-2.6.0-javadoc.jar | 436 KB |
Browse |
<!-- https://jarcasting.com/artifacts/cn.vorbote/commons/ -->
<dependency>
<groupId>cn.vorbote</groupId>
<artifactId>commons</artifactId>
<version>2.6.0</version>
</dependency>
// https://jarcasting.com/artifacts/cn.vorbote/commons/
implementation 'cn.vorbote:commons:2.6.0'
// https://jarcasting.com/artifacts/cn.vorbote/commons/
implementation ("cn.vorbote:commons:2.6.0")
'cn.vorbote:commons:jar:2.6.0'
<dependency org="cn.vorbote" name="commons" rev="2.6.0">
<artifact name="commons" type="jar" />
</dependency>
@Grapes(
@Grab(group='cn.vorbote', module='commons', version='2.6.0')
)
libraryDependencies += "cn.vorbote" % "commons" % "2.6.0"
[cn.vorbote/commons "2.6.0"]
Group / Artifact | Type | Version |
---|---|---|
ch.qos.logback : logback-core | jar | 1.2.7 |
ch.qos.logback : logback-classic | jar | 1.2.7 |
org.projectlombok : lombok | jar | 1.18.22 |
org.slf4j : slf4j-api | jar | 1.7.32 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.13.2 |