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