License |
License
Mulan Permissive Software License,Version 2
|
---|---|
GroupId | GroupIdcom.gitee.ruge1 |
ArtifactId | ArtifactIdweb |
Version | Version0.0.6 |
Type | Typejar |
Description |
DescriptionrugeTool是一个小而全的Java工具类库,通过静态方法封装,降低相关API的学习成本,提高工作效率
|
Filename | Size |
---|---|
web-0.0.6.pom | |
web-0.0.6.jar | 97 KB |
web-0.0.6-sources.jar | 54 KB |
web-0.0.6-javadoc.jar | 816 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.gitee.ruge1/web/ -->
<dependency>
<groupId>com.gitee.ruge1</groupId>
<artifactId>web</artifactId>
<version>0.0.6</version>
</dependency>
// https://jarcasting.com/artifacts/com.gitee.ruge1/web/
implementation 'com.gitee.ruge1:web:0.0.6'
// https://jarcasting.com/artifacts/com.gitee.ruge1/web/
implementation ("com.gitee.ruge1:web:0.0.6")
'com.gitee.ruge1:web:jar:0.0.6'
<dependency org="com.gitee.ruge1" name="web" rev="0.0.6">
<artifact name="web" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.gitee.ruge1', module='web', version='0.0.6')
)
libraryDependencies += "com.gitee.ruge1" % "web" % "0.0.6"
[com.gitee.ruge1/web "0.0.6"]
Group / Artifact | Type | Version |
---|---|---|
com.gitee.ruge1 : core | jar | 0.0.6 |
com.alibaba : easyexcel | jar | 3.1.0 |
nl.bitwalker : UserAgentUtils | jar | 1.2.4 |
com.alibaba : druid-spring-boot-starter | jar | 1.2.9 |
io.springfox : springfox-boot-starter | jar | 3.0.0 |
com.vladmihalcea : hibernate-types-52 | jar | 2.16.2 |
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-aop Optional | jar | |
org.springframework.boot : spring-boot-starter-data-jpa Optional | jar | |
org.springframework.boot : spring-boot-starter-data-redis Optional | jar | |
org.springframework.boot : spring-boot-starter-web Optional | jar | |
org.springframework.boot : spring-boot-configuration-processor Optional | jar | |
org.springframework.boot : spring-boot-starter-log4j2 Optional | jar |
Group / Artifact | Type | Version |
---|---|---|
org.junit.jupiter : junit-jupiter-api | jar | 5.8.2 |