| License |
License |
|---|---|
| GroupId | GroupIdio.github.majianzheng |
| ArtifactId | ArtifactIdjarboot-common |
| Version | Version2.3.0 |
| Type | Typejar |
| Description |
DescriptionJarboot common
common utils and os
|
| Filename | Size |
|---|---|
| jarboot-common-2.3.0.pom | |
| jarboot-common-2.3.0.jar | 94 KB |
| jarboot-common-2.3.0-sources.jar | 57 KB |
| jarboot-common-2.3.0-javadoc.jar | 637 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.github.majianzheng/jarboot-common/ -->
<dependency>
<groupId>io.github.majianzheng</groupId>
<artifactId>jarboot-common</artifactId>
<version>2.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.majianzheng/jarboot-common/
implementation 'io.github.majianzheng:jarboot-common:2.3.0'
// https://jarcasting.com/artifacts/io.github.majianzheng/jarboot-common/
implementation ("io.github.majianzheng:jarboot-common:2.3.0")
'io.github.majianzheng:jarboot-common:jar:2.3.0'
<dependency org="io.github.majianzheng" name="jarboot-common" rev="2.3.0">
<artifact name="jarboot-common" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.majianzheng', module='jarboot-common', version='2.3.0')
)
libraryDependencies += "io.github.majianzheng" % "jarboot-common" % "2.3.0"
[io.github.majianzheng/jarboot-common "2.3.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| commons-io : commons-io | jar | 2.11.0 |
| com.fasterxml.jackson.core : jackson-core | jar | 2.13.1 |
| com.fasterxml.jackson.core : jackson-databind | jar | 2.13.1 |
| org.slf4j : slf4j-api Optional | jar | 1.7.32 |
| ch.qos.logback : logback-classic Optional | jar | 1.2.9 |
| ch.qos.logback : logback-core Optional | jar | 1.2.9 |
| io.github.majianzheng : jarboot-api Optional | jar | 2.3.0 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.13.2 |
| org.assertj : assertj-core | jar | 3.21.0 |
| org.mockito : mockito-core | jar | 4.0.0 |