| License |
License |
|---|---|
| GroupId | GroupIdcom.github.aqiu202 |
| ArtifactId | ArtifactIdaliyun |
| Version | Version1.1.0 |
| Type | Typepom |
| Description |
DescriptionSome Simple Starter Projects for Spring Boot Application Made by Aqiu202
|
| Filename | Size |
|---|---|
| aliyun-1.1.0.pom | 1 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.aqiu202/aliyun/ -->
<dependency>
<groupId>com.github.aqiu202</groupId>
<artifactId>aliyun</artifactId>
<version>1.1.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.aqiu202/aliyun/
implementation 'com.github.aqiu202:aliyun:1.1.0'
// https://jarcasting.com/artifacts/com.github.aqiu202/aliyun/
implementation ("com.github.aqiu202:aliyun:1.1.0")
'com.github.aqiu202:aliyun:pom:1.1.0'
<dependency org="com.github.aqiu202" name="aliyun" rev="1.1.0">
<artifact name="aliyun" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.aqiu202', module='aliyun', version='1.1.0')
)
libraryDependencies += "com.github.aqiu202" % "aliyun" % "1.1.0"
[com.github.aqiu202/aliyun "1.1.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.springframework.boot : spring-boot-autoconfigure | jar | 2.4.1 |
| org.springframework.boot : spring-boot-configuration-processor Optional | jar | 2.4.1 |
| com.google.code.findbugs : jsr305 | jar | 3.0.2 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.slf4j : slf4j-api | jar | 1.7.30 |