License |
License |
---|---|
GroupId | GroupIdcn.vorbote |
ArtifactId | ArtifactIdcommons |
Version | Version2.4.1 |
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.4.1.pom | |
commons-2.4.1.jar | 9 KB |
commons-2.4.1-sources.jar | 9 KB |
commons-2.4.1-javadoc.jar | 173 KB |
Browse |
<!-- https://jarcasting.com/artifacts/cn.vorbote/commons/ -->
<dependency>
<groupId>cn.vorbote</groupId>
<artifactId>commons</artifactId>
<version>2.4.1</version>
</dependency>
// https://jarcasting.com/artifacts/cn.vorbote/commons/
implementation 'cn.vorbote:commons:2.4.1'
// https://jarcasting.com/artifacts/cn.vorbote/commons/
implementation ("cn.vorbote:commons:2.4.1")
'cn.vorbote:commons:jar:2.4.1'
<dependency org="cn.vorbote" name="commons" rev="2.4.1">
<artifact name="commons" type="jar" />
</dependency>
@Grapes(
@Grab(group='cn.vorbote', module='commons', version='2.4.1')
)
libraryDependencies += "cn.vorbote" % "commons" % "2.4.1"
[cn.vorbote/commons "2.4.1"]
Group / Artifact | Type | Version |
---|---|---|
ch.qos.logback : logback-core | jar | 1.2.6 |
ch.qos.logback : logback-classic | jar | 1.2.6 |
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 |