MVN

com.yscope.clp : clp-ffi

Maven & Gradle

May 22, 2023
8 stars

CLP FFI · A library to encode log messages with CLP, and work with the encoded messages, through FFI.

<dependency>
    <groupId>com.yscope.clp</groupId>
    <artifactId>clp-ffi</artifactId>
    <version>0.4.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.yscope.clp : clp-ffi to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.4.3

All Versions

Choose a version of com.yscope.clp : clp-ffi to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.4.x
clp-ffi-0.4.3
clp-ffi-0.4.2
clp-ffi-0.4.1
clp-ffi-0.4.0
0.3.x
clp-ffi-0.3.5
clp-ffi-0.3.4
clp-ffi-0.3.3
clp-ffi-0.3.2
clp-ffi-0.3.1
0.3
clp-ffi-0.3
0.2.x
clp-ffi-0.2.1
0.2
clp-ffi-0.2
0.1
clp-ffi-0.1

How to add a dependency to Maven

Add the following com.yscope.clp : clp-ffi maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.yscope.clp</groupId>
    <artifactId>clp-ffi</artifactId>
    <version>0.4.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.yscope.clp : clp-ffi gradle dependency to your build.gradle file:

implementation 'com.yscope.clp:clp-ffi:0.4.3'

Gradle Kotlin DSL: Add the following com.yscope.clp : clp-ffi gradle kotlin dependency to your build.gradle.kts file:

implementation("com.yscope.clp:clp-ffi:0.4.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.yscope.clp : clp-ffi sbt scala dependency to your build.sbt file:

libraryDependencies += "com.yscope.clp" % "clp-ffi" % "0.4.3"

Advertisement