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