| License |
License |
|---|---|
| GroupId | GroupIdcn.t |
| ArtifactId | ArtifactIdweb-util |
| Version | Version1.0.8.RELEASE |
| Type | Typejar |
| Description |
Descriptionweb-util
util
|
| Filename | Size |
|---|---|
| web-util-1.0.8.RELEASE.pom | |
| web-util-1.0.8.RELEASE.jar | 6 KB |
| web-util-1.0.8.RELEASE-sources.jar | 3 KB |
| web-util-1.0.8.RELEASE-javadoc.jar | 397 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/cn.t/web-util/ -->
<dependency>
<groupId>cn.t</groupId>
<artifactId>web-util</artifactId>
<version>1.0.8.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/cn.t/web-util/
implementation 'cn.t:web-util:1.0.8.RELEASE'
// https://jarcasting.com/artifacts/cn.t/web-util/
implementation ("cn.t:web-util:1.0.8.RELEASE")
'cn.t:web-util:jar:1.0.8.RELEASE'
<dependency org="cn.t" name="web-util" rev="1.0.8.RELEASE">
<artifact name="web-util" type="jar" />
</dependency>
@Grapes(
@Grab(group='cn.t', module='web-util', version='1.0.8.RELEASE')
)
libraryDependencies += "cn.t" % "web-util" % "1.0.8.RELEASE"
[cn.t/web-util "1.0.8.RELEASE"]
| Group / Artifact | Type | Version |
|---|---|---|
| cn.t : common-util | jar | 1.0.8.RELEASE |
| Group / Artifact | Type | Version |
|---|---|---|
| javax.servlet : javax.servlet-api | jar | 4.0.1 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.12 |