License |
License |
---|---|
Categories |
CategoriesSpring Boot Container Microservices |
GroupId | GroupIdme.weteam |
ArtifactId | ArtifactIdspring-boot-starter-log-aliyun |
Version | Version1.0.1 |
Type | Typepom |
Description |
Descriptionspring-boot-starter-log-aliyun
基于阿里云日志服务,aliyun-log-producer 封装的 spring-boot starter 组件支持
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
spring-boot-starter-log-aliyun-1.0.1.pom | 5 KB |
Browse |
<!-- https://jarcasting.com/artifacts/me.weteam/spring-boot-starter-log-aliyun/ -->
<dependency>
<groupId>me.weteam</groupId>
<artifactId>spring-boot-starter-log-aliyun</artifactId>
<version>1.0.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/me.weteam/spring-boot-starter-log-aliyun/
implementation 'me.weteam:spring-boot-starter-log-aliyun:1.0.1'
// https://jarcasting.com/artifacts/me.weteam/spring-boot-starter-log-aliyun/
implementation ("me.weteam:spring-boot-starter-log-aliyun:1.0.1")
'me.weteam:spring-boot-starter-log-aliyun:pom:1.0.1'
<dependency org="me.weteam" name="spring-boot-starter-log-aliyun" rev="1.0.1">
<artifact name="spring-boot-starter-log-aliyun" type="pom" />
</dependency>
@Grapes(
@Grab(group='me.weteam', module='spring-boot-starter-log-aliyun', version='1.0.1')
)
libraryDependencies += "me.weteam" % "spring-boot-starter-log-aliyun" % "1.0.1"
[me.weteam/spring-boot-starter-log-aliyun "1.0.1"]