MVN

com.tersesystems.echopraxia : api

Maven & Gradle

Jul 10, 2023
5 usages
53 stars

api · Java Structured Logging API

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

Latest Version

Choose a version of com.tersesystems.echopraxia : api 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 : api to add to Maven or Gradle - All Versions:

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

How to add a dependency to Maven

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

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

How to add a dependency to Gradle

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

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

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

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

How to add a dependency to SBT Scala

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

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

Advertisement