MVN

com.athaydes.logfx : logfx

Maven & Gradle

Feb 17, 2022
185 stars

logfx · A beautiful log viewer capable of handling large files

<dependency>
    <groupId>com.athaydes.logfx</groupId>
    <artifactId>logfx</artifactId>
    <version>1.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.athaydes.logfx : logfx to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0
  • Latest Release Candidate: 1.0-RC10

All Versions

Choose a version of com.athaydes.logfx : logfx to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0
logfx-1.0
logfx-1.0-RC10
logfx-1.0-RC3
logfx-1.0-RC2
0.9.x
logfx-0.9.1
logfx-0.9.0
0.8.x
logfx-0.8.0
0.7.x
logfx-0.7.0
0.6.x
logfx-0.6.1
0.6
logfx-0.6

How to add a dependency to Maven

Add the following com.athaydes.logfx : logfx maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.athaydes.logfx</groupId>
    <artifactId>logfx</artifactId>
    <version>1.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.athaydes.logfx : logfx gradle dependency to your build.gradle file:

implementation 'com.athaydes.logfx:logfx:1.0'

Gradle Kotlin DSL: Add the following com.athaydes.logfx : logfx gradle kotlin dependency to your build.gradle.kts file:

implementation("com.athaydes.logfx:logfx:1.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.athaydes.logfx : logfx sbt scala dependency to your build.sbt file:

libraryDependencies += "com.athaydes.logfx" % "logfx" % "1.0"

Advertisement