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