| License |
License |
|---|---|
| GroupId | GroupIdcom.iteaj |
| ArtifactId | ArtifactIdiutils |
| Version | Version1.3.2 |
| Type | Typejar |
| Description |
Descriptioniutils
1. 常用工具集模块
|
| Filename | Size |
|---|---|
| iutils-1.3.2.pom | |
| iutils-1.3.2.jar | 81 KB |
| iutils-1.3.2-sources.jar | 46 KB |
| iutils-1.3.2-javadoc.jar | 374 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.iteaj/iutils/ -->
<dependency>
<groupId>com.iteaj</groupId>
<artifactId>iutils</artifactId>
<version>1.3.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.iteaj/iutils/
implementation 'com.iteaj:iutils:1.3.2'
// https://jarcasting.com/artifacts/com.iteaj/iutils/
implementation ("com.iteaj:iutils:1.3.2")
'com.iteaj:iutils:jar:1.3.2'
<dependency org="com.iteaj" name="iutils" rev="1.3.2">
<artifact name="iutils" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.iteaj', module='iutils', version='1.3.2')
)
libraryDependencies += "com.iteaj" % "iutils" % "1.3.2"
[com.iteaj/iutils "1.3.2"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.apache.httpcomponents : httpclient Optional | jar | 4.5.13 |
| org.apache.httpcomponents : httpmime Optional | jar | 4.5.13 |
| com.alibaba : fastjson Optional | jar | 1.2.78 |
| com.fasterxml.jackson.core : jackson-databind Optional | jar | 2.12.5 |
| javax.servlet : javax.servlet-api Optional | jar | 3.1.0 |
| org.springframework : spring-web Optional | jar | 3.2.18.RELEASE |
| Group / Artifact | Type | Version |
|---|---|---|
| org.slf4j : slf4j-api | jar | 1.7.32 |
| com.sun.mail : javax.mail | jar | 1.5.6 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.12 |