License |
License
The 2-Clause BSD License
|
---|---|
GroupId | GroupIdcom.gitee.l0km |
ArtifactId | ArtifactIdcommon-base |
Version | Version2.0.0 |
Type | Typejar |
Description |
Descriptioncommon-base
common java library
|
Filename | Size |
---|---|
common-base-2.0.0.pom | |
common-base-2.0.0.jar | 155 KB |
common-base-2.0.0-sources.jar | 104 KB |
common-base-2.0.0-javadoc.jar | 512 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.gitee.l0km/common-base/ -->
<dependency>
<groupId>com.gitee.l0km</groupId>
<artifactId>common-base</artifactId>
<version>2.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.gitee.l0km/common-base/
implementation 'com.gitee.l0km:common-base:2.0.0'
// https://jarcasting.com/artifacts/com.gitee.l0km/common-base/
implementation ("com.gitee.l0km:common-base:2.0.0")
'com.gitee.l0km:common-base:jar:2.0.0'
<dependency org="com.gitee.l0km" name="common-base" rev="2.0.0">
<artifact name="common-base" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.gitee.l0km', module='common-base', version='2.0.0')
)
libraryDependencies += "com.gitee.l0km" % "common-base" % "2.0.0"
[com.gitee.l0km/common-base "2.0.0"]
Group / Artifact | Type | Version |
---|---|---|
com.google.code.findbugs : jsr305 | jar | 1.3.9 |
com.google.errorprone : error_prone_annotations | jar | 2.0.12 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.13.1 |