| License |
License |
|---|---|
| GroupId | GroupIdtop.andoudou |
| ArtifactId | ArtifactIdbase-quote |
| Version | Version1.1.1 |
| Type | Typejar |
| Description |
Description常用一些jar的引用、常用的返回异常分页的实体类
|
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| base-quote-1.1.1.pom | |
| base-quote-1.1.1.jar | 86 KB |
| base-quote-1.1.1-sources.jar | 55 KB |
| base-quote-1.1.1-javadoc.jar | 441 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/top.andoudou/base-quote/ -->
<dependency>
<groupId>top.andoudou</groupId>
<artifactId>base-quote</artifactId>
<version>1.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/top.andoudou/base-quote/
implementation 'top.andoudou:base-quote:1.1.1'
// https://jarcasting.com/artifacts/top.andoudou/base-quote/
implementation ("top.andoudou:base-quote:1.1.1")
'top.andoudou:base-quote:jar:1.1.1'
<dependency org="top.andoudou" name="base-quote" rev="1.1.1">
<artifact name="base-quote" type="jar" />
</dependency>
@Grapes(
@Grab(group='top.andoudou', module='base-quote', version='1.1.1')
)
libraryDependencies += "top.andoudou" % "base-quote" % "1.1.1"
[top.andoudou/base-quote "1.1.1"]
| Group / Artifact | Type | Version |
|---|---|---|
| top.andoudou : base-core | jar | 1.1.1 |
| org.springframework.boot : spring-boot-starter-web | jar | 2.3.0.RELEASE |
| org.springframework.boot : spring-boot-configuration-processor Optional | jar | 2.3.0.RELEASE |