MVN

com.manydesigns : portofino-spring-boot-with-dispatcher

Maven & Gradle

Oct 15, 2022
68.3k stars

portofino-spring-boot · Launch Portofino as a Spring Boot application

<dependency>
    <groupId>com.manydesigns</groupId>
    <artifactId>portofino-spring-boot-with-dispatcher</artifactId>
    <version>5.3.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 5.3.3

All Versions

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

Version Vulnerabilities Updated
5.3.x
portofino-spring-boot-with-dispatcher-5.3.3

How to add a dependency to Maven

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

<dependency>
    <groupId>com.manydesigns</groupId>
    <artifactId>portofino-spring-boot-with-dispatcher</artifactId>
    <version>5.3.3</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.manydesigns:portofino-spring-boot-with-dispatcher:5.3.3'

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

implementation("com.manydesigns:portofino-spring-boot-with-dispatcher:5.3.3")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.manydesigns" % "portofino-spring-boot-with-dispatcher" % "5.3.3"

Advertisement