| License |
License |
|---|---|
| GroupId | GroupIdcom.igeeksky |
| ArtifactId | ArtifactIdxtool |
| Last Version | Last Version1.0.3 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionxtool
xtool is a very small set of Java tools.
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| xtool-1.0.3.pom | |
| xtool-1.0.3.jar | 62 KB |
| xtool-1.0.3-sources.jar | 46 KB |
| xtool-1.0.3-javadoc.jar | 309 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.igeeksky/xtool/ -->
<dependency>
<groupId>com.igeeksky</groupId>
<artifactId>xtool</artifactId>
<version>1.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.igeeksky/xtool/
implementation 'com.igeeksky:xtool:1.0.3'
// https://jarcasting.com/artifacts/com.igeeksky/xtool/
implementation ("com.igeeksky:xtool:1.0.3")
'com.igeeksky:xtool:jar:1.0.3'
<dependency org="com.igeeksky" name="xtool" rev="1.0.3">
<artifact name="xtool" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.igeeksky', module='xtool', version='1.0.3')
)
libraryDependencies += "com.igeeksky" % "xtool" % "1.0.3"
[com.igeeksky/xtool "1.0.3"]
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit Optional | jar | 4.13.2 |