| License |
License |
|---|---|
| GroupId | GroupIdcom.gitee.sunyunlin |
| ArtifactId | ArtifactIdalioss-springboot |
| Last Version | Last Version1.0.0 |
| Release Date | Release Date |
| Type | Typepom |
| Description |
Descriptionalioss整合入springboot
|
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| alioss-springboot-1.0.0.pom | 6 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.gitee.sunyunlin/alioss-springboot/ -->
<dependency>
<groupId>com.gitee.sunyunlin</groupId>
<artifactId>alioss-springboot</artifactId>
<version>1.0.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.gitee.sunyunlin/alioss-springboot/
implementation 'com.gitee.sunyunlin:alioss-springboot:1.0.0'
// https://jarcasting.com/artifacts/com.gitee.sunyunlin/alioss-springboot/
implementation ("com.gitee.sunyunlin:alioss-springboot:1.0.0")
'com.gitee.sunyunlin:alioss-springboot:pom:1.0.0'
<dependency org="com.gitee.sunyunlin" name="alioss-springboot" rev="1.0.0">
<artifact name="alioss-springboot" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.gitee.sunyunlin', module='alioss-springboot', version='1.0.0')
)
libraryDependencies += "com.gitee.sunyunlin" % "alioss-springboot" % "1.0.0"
[com.gitee.sunyunlin/alioss-springboot "1.0.0"]