| License |
License |
|---|---|
| GroupId | GroupIdcom.github.jchanghong |
| ArtifactId | ArtifactIdutils |
| Version | Version3.0.38 |
| Type | Typejar |
| Description |
Description抽取日常开发常用工具
|
| Project URL |
Project URL |
| Filename | Size |
|---|---|
| utils-3.0.38.pom | |
| utils-3.0.38.jar | 60 KB |
| utils-3.0.38-sources.jar | 22 KB |
| utils-3.0.38-javadoc.jar | 141 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.jchanghong/utils/ -->
<dependency>
<groupId>com.github.jchanghong</groupId>
<artifactId>utils</artifactId>
<version>3.0.38</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.jchanghong/utils/
implementation 'com.github.jchanghong:utils:3.0.38'
// https://jarcasting.com/artifacts/com.github.jchanghong/utils/
implementation ("com.github.jchanghong:utils:3.0.38")
'com.github.jchanghong:utils:jar:3.0.38'
<dependency org="com.github.jchanghong" name="utils" rev="3.0.38">
<artifact name="utils" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.jchanghong', module='utils', version='3.0.38')
)
libraryDependencies += "com.github.jchanghong" % "utils" % "3.0.38"
[com.github.jchanghong/utils "3.0.38"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.springframework.boot : spring-boot-devtools | jar | 2.2.5.RELEASE |
| com.h2database : h2 | jar | 1.4.200 |
| com.oracle.ojdbc : ojdbc8 | jar | 19.3.0.0 |
| mysql : mysql-connector-java | jar | 8.0.19 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.springframework.boot : spring-boot-starter-test | jar | 2.2.5.RELEASE |
| org.springframework.integration : spring-integration-test | jar | |
| org.springframework.kafka : spring-kafka-test | jar | 2.3.6.RELEASE |