License |
License |
---|---|
GroupId | GroupIdfit.wenchao |
ArtifactId | ArtifactIdmy-utils |
Version | Version1.0 |
Type | Typejar |
Description |
Descriptionmy-utils
my personal java utils
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
my-utils-1.0.pom | |
my-utils-1.0.jar | 70 KB |
my-utils-1.0-sources.jar | 32 KB |
my-utils-1.0-javadoc.jar | 315 KB |
Browse |
<!-- https://jarcasting.com/artifacts/fit.wenchao/my-utils/ -->
<dependency>
<groupId>fit.wenchao</groupId>
<artifactId>my-utils</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/fit.wenchao/my-utils/
implementation 'fit.wenchao:my-utils:1.0'
// https://jarcasting.com/artifacts/fit.wenchao/my-utils/
implementation ("fit.wenchao:my-utils:1.0")
'fit.wenchao:my-utils:jar:1.0'
<dependency org="fit.wenchao" name="my-utils" rev="1.0">
<artifact name="my-utils" type="jar" />
</dependency>
@Grapes(
@Grab(group='fit.wenchao', module='my-utils', version='1.0')
)
libraryDependencies += "fit.wenchao" % "my-utils" % "1.0"
[fit.wenchao/my-utils "1.0"]
Group / Artifact | Type | Version |
---|---|---|
com.alibaba : fastjson | jar | 1.2.47 |
org.apache.httpcomponents : httpclient | jar | 4.5.10 |
org.springframework.boot : spring-boot-starter-test | jar | 2.2.1.RELEASE |
org.springframework.boot : spring-boot-starter-web | jar | 2.2.1.RELEASE |
junit : junit | jar | 4.12 |
org.projectlombok : lombok | jar | 1.18.12 |