License |
License |
---|---|
GroupId | GroupIdcn.vorbote |
ArtifactId | ArtifactIdcommons |
Version | Version1.4.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.4.3.pom | |
commons-1.4.3.jar | 19 KB |
commons-1.4.3-sources.jar | 13 KB |
commons-1.4.3-javadoc.jar | 459 KB |
Browse |
<!-- https://jarcasting.com/artifacts/cn.vorbote/commons/ -->
<dependency>
<groupId>cn.vorbote</groupId>
<artifactId>commons</artifactId>
<version>1.4.3</version>
</dependency>
// https://jarcasting.com/artifacts/cn.vorbote/commons/
implementation 'cn.vorbote:commons:1.4.3'
// https://jarcasting.com/artifacts/cn.vorbote/commons/
implementation ("cn.vorbote:commons:1.4.3")
'cn.vorbote:commons:jar:1.4.3'
<dependency org="cn.vorbote" name="commons" rev="1.4.3">
<artifact name="commons" type="jar" />
</dependency>
@Grapes(
@Grab(group='cn.vorbote', module='commons', version='1.4.3')
)
libraryDependencies += "cn.vorbote" % "commons" % "1.4.3"
[cn.vorbote/commons "1.4.3"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.logging.log4j : log4j-slf4j-impl | jar | 2.11.2 |
org.projectlombok : lombok | jar | 1.18.18 |
org.slf4j : slf4j-api | jar | 1.7.25 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |