MVN

com.tersesystems.echopraxia : fluent

Maven & Gradle

Jul 10, 2023
53 stars

fluent · Java Structured Logging API

<dependency>
    <groupId>com.tersesystems.echopraxia</groupId>
    <artifactId>fluent</artifactId>
    <version>3.1.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.tersesystems.echopraxia : fluent to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.1.0
  • Latest Release Candidate: 3.0.0-RC1

All Versions

Choose a version of com.tersesystems.echopraxia : fluent to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.1.x
fluent-3.1.0
3.0.x
fluent-3.0.2
fluent-3.0.1
fluent-3.0.0
fluent-3.0.0-RC1
2.3.x
fluent-2.3.1
fluent-2.3.0
fluent-2.3.0-RC2
fluent-2.3.0-RC1
2.2.x
fluent-2.2.4
fluent-2.2.3
fluent-2.2.2
fluent-2.2.1
fluent-2.2.0
2.1.x
fluent-2.1.1
fluent-2.1.0
2.0.x
fluent-2.0.1
fluent-2.0.0
1.4.x
fluent-1.4.1
fluent-1.4.0
1.3.x
fluent-1.3.0
1.2.x
fluent-1.2.0
1.1.x
fluent-1.1.3
fluent-1.1.2
fluent-1.1.1
fluent-1.1.0
1.0.x
fluent-1.0.0

How to add a dependency to Maven

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

<dependency>
    <groupId>com.tersesystems.echopraxia</groupId>
    <artifactId>fluent</artifactId>
    <version>3.1.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.tersesystems.echopraxia : fluent gradle dependency to your build.gradle file:

implementation 'com.tersesystems.echopraxia:fluent:3.1.0'

Gradle Kotlin DSL: Add the following com.tersesystems.echopraxia : fluent gradle kotlin dependency to your build.gradle.kts file:

implementation("com.tersesystems.echopraxia:fluent:3.1.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.tersesystems.echopraxia : fluent sbt scala dependency to your build.sbt file:

libraryDependencies += "com.tersesystems.echopraxia" % "fluent" % "3.1.0"

Advertisement