| License |
License |
|---|---|
| Categories |
CategoriesJava Languages |
| GroupId | GroupIdcom.github.shoothzj |
| ArtifactId | ArtifactIdjava-tool |
| Version | Version3.0.31.RELEASE |
| Type | Typejar |
| Description |
DescriptionJava project base tool
Java base tool
|
| Project Organization |
Project OrganizationShoothzj |
| Filename | Size |
|---|---|
| java-tool-3.0.31.RELEASE.pom | |
| java-tool-3.0.31.RELEASE.jar | 47 KB |
| java-tool-3.0.31.RELEASE-sources.jar | 26 KB |
| java-tool-3.0.31.RELEASE-javadoc.jar | 232 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.shoothzj/java-tool/ -->
<dependency>
<groupId>com.github.shoothzj</groupId>
<artifactId>java-tool</artifactId>
<version>3.0.31.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.shoothzj/java-tool/
implementation 'com.github.shoothzj:java-tool:3.0.31.RELEASE'
// https://jarcasting.com/artifacts/com.github.shoothzj/java-tool/
implementation ("com.github.shoothzj:java-tool:3.0.31.RELEASE")
'com.github.shoothzj:java-tool:jar:3.0.31.RELEASE'
<dependency org="com.github.shoothzj" name="java-tool" rev="3.0.31.RELEASE">
<artifact name="java-tool" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.shoothzj', module='java-tool', version='3.0.31.RELEASE')
)
libraryDependencies += "com.github.shoothzj" % "java-tool" % "3.0.31.RELEASE"
[com.github.shoothzj/java-tool "3.0.31.RELEASE"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.google.guava : guava | jar | 29.0-jre |
| org.apache.commons : commons-lang3 | jar | 3.11 |
| commons-net : commons-net | jar | 3.7 |
| commons-io : commons-io | jar | 2.7 |
| com.fasterxml.jackson.core : jackson-core | jar | 2.11.2 |
| com.fasterxml.jackson.core : jackson-databind | jar | 2.11.2 |
| com.fasterxml.jackson.dataformat : jackson-dataformat-yaml | jar | 2.11.2 |
| io.netty : netty-common | jar | 4.1.51.Final |
| org.slf4j : slf4j-api | jar | 1.7.30 |
| org.apache.logging.log4j : log4j-api | jar | 2.13.3 |
| org.apache.logging.log4j : log4j-core | jar | 2.13.3 |
| org.apache.logging.log4j : log4j-slf4j-impl | jar | 2.13.3 |
| org.apache.logging.log4j : log4j-jcl | jar | 2.13.3 |
| org.mockito : mockito-core | jar | 2.23.0 |
| org.projectlombok : lombok | jar | 1.18.12 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.13 |