MVN

com.integreety : lsd-distributed-interceptor-library

Maven & Gradle

Apr 07, 2021
1 stars

lsd-distributed-interceptor-library · A set of interceptors gathering information for the LSD (Yatspec) library.

<dependency>
    <groupId>com.integreety</groupId>
    <artifactId>lsd-distributed-interceptor-library</artifactId>
    <version>0.5.104</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.integreety : lsd-distributed-interceptor-library to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.5.104

All Versions

Choose a version of com.integreety : lsd-distributed-interceptor-library to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.5.x
lsd-distributed-interceptor-library-0.5.104
lsd-distributed-interceptor-library-0.5.103
lsd-distributed-interceptor-library-0.5.102

How to add a dependency to Maven

Add the following com.integreety : lsd-distributed-interceptor-library maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.integreety</groupId>
    <artifactId>lsd-distributed-interceptor-library</artifactId>
    <version>0.5.104</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.integreety : lsd-distributed-interceptor-library gradle dependency to your build.gradle file:

implementation 'com.integreety:lsd-distributed-interceptor-library:0.5.104'

Gradle Kotlin DSL: Add the following com.integreety : lsd-distributed-interceptor-library gradle kotlin dependency to your build.gradle.kts file:

implementation("com.integreety:lsd-distributed-interceptor-library:0.5.104")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.integreety : lsd-distributed-interceptor-library sbt scala dependency to your build.sbt file:

libraryDependencies += "com.integreety" % "lsd-distributed-interceptor-library" % "0.5.104"