| License |
License |
|---|---|
| Categories |
CategoriesJava Languages |
| GroupId | GroupIdcom.github.shoothzj |
| ArtifactId | ArtifactIdjava-tool |
| Version | Version3.0.34.RELEASE |
| Type | Typejar |
| Description |
DescriptionJava project base tool
Java base tool
|
| Project Organization |
Project OrganizationShoothzj |
| Filename | Size |
|---|---|
| java-tool-3.0.34.RELEASE.pom | |
| java-tool-3.0.34.RELEASE.jar | 43 KB |
| java-tool-3.0.34.RELEASE-sources.jar | 24 KB |
| java-tool-3.0.34.RELEASE-javadoc.jar | 197 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.shoothzj/java-tool/ -->
<dependency>
<groupId>com.github.shoothzj</groupId>
<artifactId>java-tool</artifactId>
<version>3.0.34.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.shoothzj/java-tool/
implementation 'com.github.shoothzj:java-tool:3.0.34.RELEASE'
// https://jarcasting.com/artifacts/com.github.shoothzj/java-tool/
implementation ("com.github.shoothzj:java-tool:3.0.34.RELEASE")
'com.github.shoothzj:java-tool:jar:3.0.34.RELEASE'
<dependency org="com.github.shoothzj" name="java-tool" rev="3.0.34.RELEASE">
<artifact name="java-tool" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.shoothzj', module='java-tool', version='3.0.34.RELEASE')
)
libraryDependencies += "com.github.shoothzj" % "java-tool" % "3.0.34.RELEASE"
[com.github.shoothzj/java-tool "3.0.34.RELEASE"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.google.guava : guava | jar | 30.1.1-jre |
| org.apache.commons : commons-lang3 | jar | 3.12.0 |
| commons-net : commons-net | jar | 3.8.0 |
| commons-io : commons-io | jar | 2.9.0 |
| com.fasterxml.jackson.core : jackson-core | jar | 2.12.3 |
| com.fasterxml.jackson.core : jackson-databind | jar | 2.12.3 |
| com.fasterxml.jackson.dataformat : jackson-dataformat-yaml | jar | 2.12.3 |
| io.netty : netty-common | jar | 4.1.65.Final |
| org.apache.logging.log4j : log4j-core | jar | 2.14.1 |
| org.apache.logging.log4j : log4j-slf4j-impl | jar | 2.14.1 |
| org.projectlombok : lombok | jar | 1.18.20 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.13 |
| org.mockito : mockito-core | jar | 3.11.0 |