| License |
License |
|---|---|
| Categories |
CategoriesJava Languages CLI User Interface |
| GroupId | GroupIdcom.gitee.opensource4clive |
| ArtifactId | ArtifactIdjava-tools-web |
| Last Version | Last Version4.0.4 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionSome commonly used methods in java
|
| Filename | Size |
|---|---|
| java-tools-web-4.0.4.pom | |
| java-tools-web-4.0.4.jar | 35 KB |
| java-tools-web-4.0.4-sources.jar | 14 KB |
| java-tools-web-4.0.4-javadoc.jar | 100 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.gitee.opensource4clive/java-tools-web/ -->
<dependency>
<groupId>com.gitee.opensource4clive</groupId>
<artifactId>java-tools-web</artifactId>
<version>4.0.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.gitee.opensource4clive/java-tools-web/
implementation 'com.gitee.opensource4clive:java-tools-web:4.0.4'
// https://jarcasting.com/artifacts/com.gitee.opensource4clive/java-tools-web/
implementation ("com.gitee.opensource4clive:java-tools-web:4.0.4")
'com.gitee.opensource4clive:java-tools-web:jar:4.0.4'
<dependency org="com.gitee.opensource4clive" name="java-tools-web" rev="4.0.4">
<artifact name="java-tools-web" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.gitee.opensource4clive', module='java-tools-web', version='4.0.4')
)
libraryDependencies += "com.gitee.opensource4clive" % "java-tools-web" % "4.0.4"
[com.gitee.opensource4clive/java-tools-web "4.0.4"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.gitee.opensource4clive : java-tools-common | jar | 4.0.4 |
| Group / Artifact | Type | Version |
|---|---|---|
| javax.servlet : javax.servlet-api | jar | 4.0.0 |
| org.springframework : spring-web | jar | 5.2.15.RELEASE |
| org.springframework : spring-context | jar | 5.2.15.RELEASE |
| Group / Artifact | Type | Version |
|---|---|---|
| org.springframework : spring-test | jar | 5.2.15.RELEASE |
| org.springframework.boot : spring-boot-test | jar | 2.3.12.RELEASE |
| org.springframework.boot : spring-boot-autoconfigure | jar | 2.3.12.RELEASE |
| ch.qos.logback : logback-classic | jar | 1.2.3 |
| junit : junit | jar | 4.12 |