Files download
File Operation
nh-aop-logging-1.0.1.jar download
nh-aop-logging-1.0.1.pom download
nh-aop-logging-1.0.1-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.jeffreyning</groupId>
  <artifactId>nh-aop-logging</artifactId>
  <version>1.0.1</version>
</dependency>
Gradle Groovy
implementation 'com.github.jeffreyning:nh-aop-logging:1.0.1'
Gradle Kotlin
implementation("com.github.jeffreyning:nh-aop-logging:1.0.1")
Scala SBT
libraryDependencies += "com.github.jeffreyning" % "nh-aop-logging" % "1.0.1"
Groovy Grape
@Grapes(
  @Grab(group='com.github.jeffreyning', module='nh-aop-logging', version='1.0.1')
)
Apache Ivy
<dependency org="com.github.jeffreyning" name="nh-aop-logging" rev="1.0.1" />
Leiningen
[com.github.jeffreyning/nh-aop-logging "1.0.1"]
Apache Buildr
'com.github.jeffreyning:nh-aop-logging:jar:1.0.1'