License |
License |
---|---|
GroupId | GroupIdcom.gitee.easy4use |
ArtifactId | ArtifactIdtools |
Last Version | Last Version1.0.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptiontools
basic tools.
|
Filename | Size |
---|---|
tools-1.0.0.pom | |
tools-1.0.0-sources.jar | 333 bytes |
tools-1.0.0-javadoc.jar | 315 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.gitee.easy4use/tools/ -->
<dependency>
<groupId>com.gitee.easy4use</groupId>
<artifactId>tools</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.gitee.easy4use/tools/
implementation 'com.gitee.easy4use:tools:1.0.0'
// https://jarcasting.com/artifacts/com.gitee.easy4use/tools/
implementation ("com.gitee.easy4use:tools:1.0.0")
'com.gitee.easy4use:tools:jar:1.0.0'
<dependency org="com.gitee.easy4use" name="tools" rev="1.0.0">
<artifact name="tools" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.gitee.easy4use', module='tools', version='1.0.0')
)
libraryDependencies += "com.gitee.easy4use" % "tools" % "1.0.0"
[com.gitee.easy4use/tools "1.0.0"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-web | jar | 2.2.4.RELEASE |
org.projectlombok : lombok | jar | 1.18.2 |
org.apache.commons : commons-lang3 | jar | 3.9 |