| License |
License |
|---|---|
| GroupId | GroupIdcom.github.0x4096 |
| ArtifactId | ArtifactIdcommon-base |
| Version | Version1.0.0 |
| Type | Typejar |
| Description |
Descriptioncommon-base
基础公共代码
|
| Project URL |
Project URL |
| Filename | Size |
|---|---|
| common-base-1.0.0.pom | |
| common-base-1.0.0.jar | 18 KB |
| common-base-1.0.0-sources.jar | 16 KB |
| common-base-1.0.0-javadoc.jar | 128 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.0x4096/common-base/ -->
<dependency>
<groupId>com.github.0x4096</groupId>
<artifactId>common-base</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.0x4096/common-base/
implementation 'com.github.0x4096:common-base:1.0.0'
// https://jarcasting.com/artifacts/com.github.0x4096/common-base/
implementation ("com.github.0x4096:common-base:1.0.0")
'com.github.0x4096:common-base:jar:1.0.0'
<dependency org="com.github.0x4096" name="common-base" rev="1.0.0">
<artifact name="common-base" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.0x4096', module='common-base', version='1.0.0')
)
libraryDependencies += "com.github.0x4096" % "common-base" % "1.0.0"
[com.github.0x4096/common-base "1.0.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.alibaba : fastjson | jar | 1.2.75 |
| com.fasterxml.jackson.core : jackson-databind | jar | 2.12.4 |
| org.apache.commons : commons-lang3 | jar | 3.12.0 |
| org.apache.commons : commons-collections4 | jar | 4.4 |
| commons-io : commons-io | jar | 2.8.0 |
| com.google.guava : guava | jar | 30.1-jre |
| org.projectlombok : lombok | jar | 1.18.18 |
| org.hibernate.validator : hibernate-validator | jar | 6.1.3.Final |
| org.slf4j : slf4j-api | jar | 1.7.30 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.13.2 |