| License |
License |
|---|---|
| GroupId | GroupIdcom.github.fanzezhen.common |
| ArtifactId | ArtifactIdcommon-web |
| Version | Version2.1.1 |
| Type | Typejar |
| Description |
Descriptioncommon-web
|
| Filename | Size |
|---|---|
| common-web-2.1.1.pom | |
| common-web-2.1.1.jar | 6 KB |
| common-web-2.1.1-sources.jar | 5 KB |
| common-web-2.1.1-javadoc.jar | 409 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.fanzezhen.common/common-web/ -->
<dependency>
<groupId>com.github.fanzezhen.common</groupId>
<artifactId>common-web</artifactId>
<version>2.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.fanzezhen.common/common-web/
implementation 'com.github.fanzezhen.common:common-web:2.1.1'
// https://jarcasting.com/artifacts/com.github.fanzezhen.common/common-web/
implementation ("com.github.fanzezhen.common:common-web:2.1.1")
'com.github.fanzezhen.common:common-web:jar:2.1.1'
<dependency org="com.github.fanzezhen.common" name="common-web" rev="2.1.1">
<artifact name="common-web" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.fanzezhen.common', module='common-web', version='2.1.1')
)
libraryDependencies += "com.github.fanzezhen.common" % "common-web" % "2.1.1"
[com.github.fanzezhen.common/common-web "2.1.1"]
| Group / Artifact | Type | Version |
|---|---|---|
| javax.servlet : javax.servlet-api | jar | 4.0.1 |