MVN

org.logdoc : pipe-plugins

Maven & Gradle

Aug 15, 2023
0 stars

Logdoc Pipe plugins · LogDoc.org project pipe (event-handling) plugins

<dependency>
    <groupId>org.logdoc</groupId>
    <artifactId>pipe-plugins</artifactId>
    <version>1.0.9</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.logdoc : pipe-plugins to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.9

All Versions

Choose a version of org.logdoc : pipe-plugins to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
pipe-plugins-1.0.9
pipe-plugins-1.0.8
pipe-plugins-1.0.7
pipe-plugins-1.0.6
pipe-plugins-1.0.5
pipe-plugins-1.0.4
pipe-plugins-1.0.3
pipe-plugins-1.0.2
pipe-plugins-1.0.1
pipe-plugins-1.0.0

How to add a dependency to Maven

Add the following org.logdoc : pipe-plugins maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.logdoc</groupId>
    <artifactId>pipe-plugins</artifactId>
    <version>1.0.9</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.logdoc : pipe-plugins gradle dependency to your build.gradle file:

implementation 'org.logdoc:pipe-plugins:1.0.9'

Gradle Kotlin DSL: Add the following org.logdoc : pipe-plugins gradle kotlin dependency to your build.gradle.kts file:

implementation("org.logdoc:pipe-plugins:1.0.9")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.logdoc : pipe-plugins sbt scala dependency to your build.sbt file:

libraryDependencies += "org.logdoc" % "pipe-plugins" % "1.0.9"