License |
License |
---|---|
Categories |
CategoriesJava Languages CLI User Interface |
GroupId | GroupIdcom.gitee.opensource4clive |
ArtifactId | ArtifactIdjava-tools-web |
Version | Version4.0.1 |
Type | Typejar |
Description |
DescriptionSome commonly used methods in java
|
Filename | Size |
---|---|
java-tools-web-4.0.1.pom | |
java-tools-web-4.0.1.jar | 35 KB |
java-tools-web-4.0.1-sources.jar | 14 KB |
java-tools-web-4.0.1-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.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.gitee.opensource4clive/java-tools-web/
implementation 'com.gitee.opensource4clive:java-tools-web:4.0.1'
// https://jarcasting.com/artifacts/com.gitee.opensource4clive/java-tools-web/
implementation ("com.gitee.opensource4clive:java-tools-web:4.0.1")
'com.gitee.opensource4clive:java-tools-web:jar:4.0.1'
<dependency org="com.gitee.opensource4clive" name="java-tools-web" rev="4.0.1">
<artifact name="java-tools-web" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.gitee.opensource4clive', module='java-tools-web', version='4.0.1')
)
libraryDependencies += "com.gitee.opensource4clive" % "java-tools-web" % "4.0.1"
[com.gitee.opensource4clive/java-tools-web "4.0.1"]
Group / Artifact | Type | Version |
---|---|---|
com.gitee.opensource4clive : java-tools-common | jar | 4.0.1 |
Group / Artifact | Type | Version |
---|---|---|
javax.servlet : javax.servlet-api | jar | 4.0.0 |
org.springframework : spring-web | jar | 4.1.6.RELEASE |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |