License |
License |
---|---|
GroupId | GroupIdcn.vorbote |
ArtifactId | ArtifactIdcommons |
Version | Version1.5.3 |
Type | Typejar |
Description |
Descriptionvorbote-common
This is the common util made by Theodore Hills, includes some common utils.
|
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
commons-1.5.3.pom | |
commons-1.5.3.jar | 22 KB |
commons-1.5.3-sources.jar | 15 KB |
commons-1.5.3-javadoc.jar | 476 KB |
Browse |
<!-- https://jarcasting.com/artifacts/cn.vorbote/commons/ -->
<dependency>
<groupId>cn.vorbote</groupId>
<artifactId>commons</artifactId>
<version>1.5.3</version>
</dependency>
// https://jarcasting.com/artifacts/cn.vorbote/commons/
implementation 'cn.vorbote:commons:1.5.3'
// https://jarcasting.com/artifacts/cn.vorbote/commons/
implementation ("cn.vorbote:commons:1.5.3")
'cn.vorbote:commons:jar:1.5.3'
<dependency org="cn.vorbote" name="commons" rev="1.5.3">
<artifact name="commons" type="jar" />
</dependency>
@Grapes(
@Grab(group='cn.vorbote', module='commons', version='1.5.3')
)
libraryDependencies += "cn.vorbote" % "commons" % "1.5.3"
[cn.vorbote/commons "1.5.3"]
Group / Artifact | Type | Version |
---|---|---|
ch.qos.logback : logback-core | jar | 1.2.3 |
ch.qos.logback : logback-classic | jar | 1.2.3 |
org.projectlombok : lombok | jar | 1.18.20 |
org.slf4j : slf4j-api | jar | 1.7.25 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |