File | Operation |
---|---|
log-helper-example-apachedubbo-1.0.5-RELEASE.pom | download |
<dependency>
<groupId>io.github.redick01</groupId>
<artifactId>log-helper-example-apachedubbo</artifactId>
<version>1.0.5-RELEASE</version>
<type>pom</type>
</dependency>
libraryDependencies += "io.github.redick01" % "log-helper-example-apachedubbo" % "1.0.5-RELEASE"
@Grapes(
@Grab(group='io.github.redick01', module='log-helper-example-apachedubbo', version='1.0.5-RELEASE')
)
<dependency org="io.github.redick01" name="log-helper-example-apachedubbo" rev="1.0.5-RELEASE" />
<parent> <groupId>io.github.redick01</groupId> <artifactId>log-helper-example</artifactId> <version>1.0.5-RELEASE</version> </parent>
compile
|-- com.fasterxml.jackson.core:jackson-databind:2.11.4
|-- com.fasterxml.jackson.core:jackson-core:2.11.4
|-- org.springframework.boot:spring-boot-starter-web
|-- org.springframework.boot:spring-boot-starter-logging
|-- org.springframework.boot:spring-boot-starter-aop
|-- io.github.redick01:log-helper-spring-boot-starter-apachedubbo
|-- org.apache.dubbo:dubbo:3.0.1