License |
License |
---|---|
GroupId | GroupIdclub.lemos |
ArtifactId | ArtifactIdjtool |
Version | Version1.0.0-RC1 |
Type | Typejar |
Description |
Descriptionjtool
A set of tools for spring boot
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
jtool-1.0.0-RC1.pom | |
jtool-1.0.0-RC1.jar | 76 KB |
jtool-1.0.0-RC1-sources.jar | 44 KB |
jtool-1.0.0-RC1-javadoc.jar | 731 KB |
Browse |
<!-- https://jarcasting.com/artifacts/club.lemos/jtool/ -->
<dependency>
<groupId>club.lemos</groupId>
<artifactId>jtool</artifactId>
<version>1.0.0-RC1</version>
</dependency>
// https://jarcasting.com/artifacts/club.lemos/jtool/
implementation 'club.lemos:jtool:1.0.0-RC1'
// https://jarcasting.com/artifacts/club.lemos/jtool/
implementation ("club.lemos:jtool:1.0.0-RC1")
'club.lemos:jtool:jar:1.0.0-RC1'
<dependency org="club.lemos" name="jtool" rev="1.0.0-RC1">
<artifact name="jtool" type="jar" />
</dependency>
@Grapes(
@Grab(group='club.lemos', module='jtool', version='1.0.0-RC1')
)
libraryDependencies += "club.lemos" % "jtool" % "1.0.0-RC1"
[club.lemos/jtool "1.0.0-RC1"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.commons : commons-text | jar | 1.9 |
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter | jar | 2.3.2.RELEASE |
org.springframework.boot : spring-boot-starter-web | jar | 2.3.2.RELEASE |
org.projectlombok : lombok | jar | 1.18.12 |
com.baomidou : mybatis-plus-boot-starter | jar | 3.3.2 |