文件下载
文件名 操作
log-helper-example-grpc-cli-1.0.4-RELEASE.jar 下载
log-helper-example-grpc-cli-1.0.4-RELEASE.pom 下载
log-helper-example-grpc-cli-1.0.4-RELEASE-sources.jar 下载
Apache Maven
<dependency>
  <groupId>io.github.redick01</groupId>
  <artifactId>log-helper-example-grpc-cli</artifactId>
  <version>1.0.4-RELEASE</version>
</dependency>
Gradle Groovy
implementation 'io.github.redick01:log-helper-example-grpc-cli:1.0.4-RELEASE'
Gradle Kotlin
implementation("io.github.redick01:log-helper-example-grpc-cli:1.0.4-RELEASE")
Scala SBT
libraryDependencies += "io.github.redick01" % "log-helper-example-grpc-cli" % "1.0.4-RELEASE"
Groovy Grape
@Grapes(
  @Grab(group='io.github.redick01', module='log-helper-example-grpc-cli', version='1.0.4-RELEASE')
)
Apache Ivy
<dependency org="io.github.redick01" name="log-helper-example-grpc-cli" rev="1.0.4-RELEASE" />
Leiningen
[io.github.redick01/log-helper-example-grpc-cli "1.0.4-RELEASE"]
Apache Buildr
'io.github.redick01:log-helper-example-grpc-cli:jar:1.0.4-RELEASE'