MVN

com.manydesigns : portofino

Maven & Gradle

Dec 04, 2022
177 stars

manydesigns-portofino · Portofino is a web application framework written in Java and extensible using Groovy, distributed under the LGPL open source license. The framework can be used to create interactive database-driven web applications. The creation process includes automatic generation through a "wizard" tool, manual configuration through a web-based administration interface, and customization through scripting languages. The framework combines features that are typical of Content Management Systems and of Rapid application development tools. Portofino is mainly intended for Java developers of enterprise applications and of dynamic web sites. It can connect to an existing database and generate a working web application based on an automatic analysis of the database's structure.

<dependency>
    <groupId>com.manydesigns</groupId>
    <artifactId>portofino</artifactId>
    <version>5.3.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 5.3.4
  • Latest Beta: 4.1.beta6

All Versions

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

Version Vulnerabilities Updated
5.3.x
portofino-5.3.4
portofino-5.3.3
portofino-5.3.2
portofino-5.3.1
portofino-5.3.0
5.2.x
portofino-5.2.1
portofino-5.2.0
CVE-2021-29451
5.1.x
portofino-5.1.4
CVE-2021-29451
portofino-5.1.3
CVE-2021-29451
portofino-5.1.2
CVE-2021-29451
portofino-5.1.1
CVE-2021-29451
portofino-5.1.0
CVE-2021-29451
5.0.x
portofino-5.0.3
CVE-2021-29451
portofino-5.0.2
CVE-2021-29451
portofino-5.0.1
CVE-2021-29451
portofino-5.0.0
CVE-2021-29451
4.2.x
portofino-4.2.10
CVE-2021-29451
portofino-4.2.9
CVE-2021-29451
portofino-4.2.8
CVE-2021-29451
portofino-4.2.7
CVE-2021-29451
portofino-4.2.6
CVE-2021-29451
portofino-4.2.5
CVE-2021-29451
portofino-4.2.4
CVE-2021-29451
portofino-4.2.3
CVE-2021-29451
portofino-4.2.2
CVE-2021-29451
portofino-4.2.1
CVE-2021-29451
4.2
portofino-4.2
CVE-2021-29451
4.1.x
portofino-4.1.3
CVE-2021-29451
portofino-4.1.2
CVE-2021-29451
portofino-4.1.1
CVE-2021-29451
portofino-4.1.beta6
CVE-2021-29451
portofino-4.1.beta5
CVE-2021-29451
4.1
portofino-4.1
CVE-2021-29451

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

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

Advertisement