MVN

com.kangyonggan : method-logger

Maven & Gradle

Oct 31, 2017
2 stars

Method Logger · 使用编译时注解打印方法入参出参和耗时

<dependency>
    <groupId>com.kangyonggan</groupId>
    <artifactId>method-logger</artifactId>
    <version>1.6</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.kangyonggan : method-logger to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.6

All Versions

Choose a version of com.kangyonggan : method-logger to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.6
method-logger-1.6
1.4
method-logger-1.4
1.2
method-logger-1.2
1.0
method-logger-1.0

How to add a dependency to Maven

Add the following com.kangyonggan : method-logger maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.kangyonggan</groupId>
    <artifactId>method-logger</artifactId>
    <version>1.6</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.kangyonggan : method-logger gradle dependency to your build.gradle file:

implementation 'com.kangyonggan:method-logger:1.6'

Gradle Kotlin DSL: Add the following com.kangyonggan : method-logger gradle kotlin dependency to your build.gradle.kts file:

implementation("com.kangyonggan:method-logger:1.6")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.kangyonggan : method-logger sbt scala dependency to your build.sbt file:

libraryDependencies += "com.kangyonggan" % "method-logger" % "1.6"

Advertisement