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