License |
License |
---|---|
GroupId | GroupIdcn.vorbote |
ArtifactId | ArtifactIdcommons |
Version | Version2.0.0.RELEASE |
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.0.0.RELEASE.pom | |
commons-2.0.0.RELEASE.jar | 8 KB |
commons-2.0.0.RELEASE-sources.jar | 8 KB |
commons-2.0.0.RELEASE-javadoc.jar | 447 KB |
Browse |
<!-- https://jarcasting.com/artifacts/cn.vorbote/commons/ -->
<dependency>
<groupId>cn.vorbote</groupId>
<artifactId>commons</artifactId>
<version>2.0.0.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/cn.vorbote/commons/
implementation 'cn.vorbote:commons:2.0.0.RELEASE'
// https://jarcasting.com/artifacts/cn.vorbote/commons/
implementation ("cn.vorbote:commons:2.0.0.RELEASE")
'cn.vorbote:commons:jar:2.0.0.RELEASE'
<dependency org="cn.vorbote" name="commons" rev="2.0.0.RELEASE">
<artifact name="commons" type="jar" />
</dependency>
@Grapes(
@Grab(group='cn.vorbote', module='commons', version='2.0.0.RELEASE')
)
libraryDependencies += "cn.vorbote" % "commons" % "2.0.0.RELEASE"
[cn.vorbote/commons "2.0.0.RELEASE"]
Group / Artifact | Type | Version |
---|---|---|
ch.qos.logback : logback-core | jar | 1.2.5 |
ch.qos.logback : logback-classic | jar | 1.2.5 |
org.projectlombok : lombok | jar | 1.18.20 |
org.slf4j : slf4j-api | jar | 1.7.32 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.13.2 |