MVN

com.manydesigns : portofino-dispatcher

Maven & Gradle

Dec 04, 2022
1 usages
177 stars
<dependency>
    <groupId>com.manydesigns</groupId>
    <artifactId>portofino-dispatcher</artifactId>
    <version>5.3.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.manydesigns : portofino-dispatcher to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 5.3.4

All Versions

Choose a version of com.manydesigns : portofino-dispatcher to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
5.3.x
portofino-dispatcher-5.3.4
portofino-dispatcher-5.3.3
portofino-dispatcher-5.3.2
portofino-dispatcher-5.3.1
portofino-dispatcher-5.3.0
5.2.x
portofino-dispatcher-5.2.1
portofino-dispatcher-5.2.0
CVE-2021-29451
5.1.x
portofino-dispatcher-5.1.4
CVE-2021-29451
portofino-dispatcher-5.1.3
CVE-2021-29451
portofino-dispatcher-5.1.2
CVE-2021-29451
portofino-dispatcher-5.1.1
CVE-2021-29451
portofino-dispatcher-5.1.0
CVE-2021-29451
5.0.x
portofino-dispatcher-5.0.3
CVE-2021-29451
portofino-dispatcher-5.0.2
CVE-2021-29451
portofino-dispatcher-5.0.1
CVE-2021-29451
portofino-dispatcher-5.0.0
CVE-2021-29451

How to add a dependency to Maven

Add the following com.manydesigns : portofino-dispatcher maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.manydesigns</groupId>
    <artifactId>portofino-dispatcher</artifactId>
    <version>5.3.4</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.manydesigns : portofino-dispatcher gradle dependency to your build.gradle file:

implementation 'com.manydesigns:portofino-dispatcher:5.3.4'

Gradle Kotlin DSL: Add the following com.manydesigns : portofino-dispatcher gradle kotlin dependency to your build.gradle.kts file:

implementation("com.manydesigns:portofino-dispatcher:5.3.4")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.manydesigns : portofino-dispatcher sbt scala dependency to your build.sbt file:

libraryDependencies += "com.manydesigns" % "portofino-dispatcher" % "5.3.4"

Advertisement