License |
License |
---|---|
GroupId | GroupIdcn.chenzw.toolkit |
ArtifactId | ArtifactIdtoolkit |
Last Version | Last Version1.0.3-a |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptiontoolkit
Java Toolkit
|
Project URL |
Project URL |
Filename | Size |
---|---|
toolkit-1.0.3-a.pom | |
toolkit-1.0.3-a.jar | 257 KB |
toolkit-1.0.3-a-sources.jar | 159 KB |
toolkit-1.0.3-a-javadoc.jar | 1 MB |
toolkit-1.0.3-a-jar-with-dependencies.jar | 6 MB |
Browse |
<!-- https://jarcasting.com/artifacts/cn.chenzw.toolkit/toolkit/ -->
<dependency>
<groupId>cn.chenzw.toolkit</groupId>
<artifactId>toolkit</artifactId>
<version>1.0.3-a</version>
</dependency>
// https://jarcasting.com/artifacts/cn.chenzw.toolkit/toolkit/
implementation 'cn.chenzw.toolkit:toolkit:1.0.3-a'
// https://jarcasting.com/artifacts/cn.chenzw.toolkit/toolkit/
implementation ("cn.chenzw.toolkit:toolkit:1.0.3-a")
'cn.chenzw.toolkit:toolkit:jar:1.0.3-a'
<dependency org="cn.chenzw.toolkit" name="toolkit" rev="1.0.3-a">
<artifact name="toolkit" type="jar" />
</dependency>
@Grapes(
@Grab(group='cn.chenzw.toolkit', module='toolkit', version='1.0.3-a')
)
libraryDependencies += "cn.chenzw.toolkit" % "toolkit" % "1.0.3-a"
[cn.chenzw.toolkit/toolkit "1.0.3-a"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.commons : commons-lang3 | jar | 3.9 |
commons-io : commons-io Optional | jar | 2.6 |
com.google.guava : guava Optional | jar | 28.1-jre |
com.oracle » ojdbc6 Optional | jar | 11.2.0.3 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |
org.hamcrest : hamcrest-all | jar | 1.3 |
org.springframework.boot : spring-boot-starter-test | jar |