l

leopard-boot-counter

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