| License |
License |
|---|---|
| GroupId | GroupIdcn.atomtool |
| ArtifactId | ArtifactIdatomtool-all |
| Version | Version1.0.1 |
| Type | Typejar |
| Description |
Descriptionatomtool-all
AtomTool工具包,包括集合、字符串、Bean等工具类
|
| Filename | Size |
|---|---|
| atomtool-all-1.0.1.pom | |
| atomtool-all-1.0.1.jar | 2 KB |
| atomtool-all-1.0.1-sources.jar | 1 KB |
| atomtool-all-1.0.1-javadoc.jar | 23 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/cn.atomtool/atomtool-all/ -->
<dependency>
<groupId>cn.atomtool</groupId>
<artifactId>atomtool-all</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/cn.atomtool/atomtool-all/
implementation 'cn.atomtool:atomtool-all:1.0.1'
// https://jarcasting.com/artifacts/cn.atomtool/atomtool-all/
implementation ("cn.atomtool:atomtool-all:1.0.1")
'cn.atomtool:atomtool-all:jar:1.0.1'
<dependency org="cn.atomtool" name="atomtool-all" rev="1.0.1">
<artifact name="atomtool-all" type="jar" />
</dependency>
@Grapes(
@Grab(group='cn.atomtool', module='atomtool-all', version='1.0.1')
)
libraryDependencies += "cn.atomtool" % "atomtool-all" % "1.0.1"
[cn.atomtool/atomtool-all "1.0.1"]
| Group / Artifact | Type | Version |
|---|---|---|
| cn.atomtool : atomtool-captcha | jar | 1.0.1 |
| cn.atomtool : atomtool-core | jar | 1.0.1 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.13.2 |
| org.projectlombok : lombok | jar | 1.18.22 |