License |
License |
---|---|
GroupId | GroupIdcom.chanjx |
ArtifactId | ArtifactIdchanjx-utils |
Last Version | Last Version1.0.21 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionchanjx-utils
A util to improve development efficiency
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
chanjx-utils-1.0.21.pom | |
chanjx-utils-1.0.21.jar | 21 KB |
chanjx-utils-1.0.21-sources.jar | 10 KB |
chanjx-utils-1.0.21-javadoc.jar | 94 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.chanjx/chanjx-utils/ -->
<dependency>
<groupId>com.chanjx</groupId>
<artifactId>chanjx-utils</artifactId>
<version>1.0.21</version>
</dependency>
// https://jarcasting.com/artifacts/com.chanjx/chanjx-utils/
implementation 'com.chanjx:chanjx-utils:1.0.21'
// https://jarcasting.com/artifacts/com.chanjx/chanjx-utils/
implementation ("com.chanjx:chanjx-utils:1.0.21")
'com.chanjx:chanjx-utils:jar:1.0.21'
<dependency org="com.chanjx" name="chanjx-utils" rev="1.0.21">
<artifact name="chanjx-utils" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.chanjx', module='chanjx-utils', version='1.0.21')
)
libraryDependencies += "com.chanjx" % "chanjx-utils" % "1.0.21"
[com.chanjx/chanjx-utils "1.0.21"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.httpcomponents : httpclient | jar | 4.5.13 |
org.apache.httpcomponents : httpmime | jar | 4.5.13 |
org.apache.commons : commons-lang3 | jar | 3.9 |
org.apache.tika : tika-core | jar | 1.26 |
commons-io : commons-io | jar | 2.8.0 |
org.apache.commons : commons-collections4 | jar | 4.4 |
org.projectlombok : lombok | jar | 1.18.14 |
com.fasterxml.jackson.core : jackson-databind | jar | 2.11.3 |
com.fasterxml.jackson.dataformat : jackson-dataformat-xml | jar | 2.11.3 |
com.fasterxml.jackson.datatype : jackson-datatype-jsr310 | jar | 2.11.3 |
com.fasterxml.jackson.datatype : jackson-datatype-jdk8 | jar | 2.11.3 |
Group / Artifact | Type | Version |
---|---|---|
ch.qos.logback : logback-classic | jar | 1.2.3 |
ch.qos.logback : logback-core | jar | 1.2.3 |
org.slf4j : slf4j-api | jar | 1.7.30 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.13.1 |