MVN

com.github.nickmcdowall : lsd-interceptors

Maven & Gradle

Jun 15, 2021
0 stars

lsd-interceptors · Provides various interceptors to capture events for the lsd-core library to generate sequence diagrams

<dependency>
    <groupId>com.github.nickmcdowall</groupId>
    <artifactId>lsd-interceptors</artifactId>
    <version>1.0.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.nickmcdowall : lsd-interceptors to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.1

All Versions

Choose a version of com.github.nickmcdowall : lsd-interceptors to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
lsd-interceptors-1.0.1
0.3.x
lsd-interceptors-0.3.41
lsd-interceptors-0.3.40
lsd-interceptors-0.3.39
lsd-interceptors-0.3.38
lsd-interceptors-0.3.37
lsd-interceptors-0.3.36
lsd-interceptors-0.3.35
lsd-interceptors-0.3.33
lsd-interceptors-0.3.32
lsd-interceptors-0.3.31
lsd-interceptors-0.3.30
lsd-interceptors-0.3.29

How to add a dependency to Maven

Add the following com.github.nickmcdowall : lsd-interceptors maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.nickmcdowall</groupId>
    <artifactId>lsd-interceptors</artifactId>
    <version>1.0.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.nickmcdowall : lsd-interceptors gradle dependency to your build.gradle file:

implementation 'com.github.nickmcdowall:lsd-interceptors:1.0.1'

Gradle Kotlin DSL: Add the following com.github.nickmcdowall : lsd-interceptors gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.nickmcdowall:lsd-interceptors:1.0.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.nickmcdowall : lsd-interceptors sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.nickmcdowall" % "lsd-interceptors" % "1.0.1"