MVN

de.sayayi.lib : protocol-message-matcher

Maven & Gradle

Jul 12, 2023
2 stars

protocol-message-matcher · Protocol Library Message Matcher Parser

<dependency>
    <groupId>de.sayayi.lib</groupId>
    <artifactId>protocol-message-matcher</artifactId>
    <version>1.3.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of de.sayayi.lib : protocol-message-matcher to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.3.3

All Versions

Choose a version of de.sayayi.lib : protocol-message-matcher to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.3.x
protocol-message-matcher-1.3.3
protocol-message-matcher-1.3.2
protocol-message-matcher-1.3.1
protocol-message-matcher-1.3.0
1.2.x
protocol-message-matcher-1.2.4
protocol-message-matcher-1.2.3
protocol-message-matcher-1.2.2
protocol-message-matcher-1.2.1
protocol-message-matcher-1.2.0

How to add a dependency to Maven

Add the following de.sayayi.lib : protocol-message-matcher maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>de.sayayi.lib</groupId>
    <artifactId>protocol-message-matcher</artifactId>
    <version>1.3.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following de.sayayi.lib : protocol-message-matcher gradle dependency to your build.gradle file:

implementation 'de.sayayi.lib:protocol-message-matcher:1.3.3'

Gradle Kotlin DSL: Add the following de.sayayi.lib : protocol-message-matcher gradle kotlin dependency to your build.gradle.kts file:

implementation("de.sayayi.lib:protocol-message-matcher:1.3.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following de.sayayi.lib : protocol-message-matcher sbt scala dependency to your build.sbt file:

libraryDependencies += "de.sayayi.lib" % "protocol-message-matcher" % "1.3.3"