is not current version
Last Version 5.3.2

com.manydesigns:portofino 5.1.2

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.

GroupId

GroupId

com.manydesigns
ArtifactId

ArtifactId

portofino
Version

Version

5.1.2
Type

Type

pom

Download portofino 5.1.2

Filename Size
portofino-5.1.2.pom 22 KB
Browse

<!-- https://jarcasting.com/artifacts/com.manydesigns/portofino/ -->
<dependency>
    <groupId>com.manydesigns</groupId>
    <artifactId>portofino</artifactId>
    <version>5.1.2</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.manydesigns/portofino/
implementation 'com.manydesigns:portofino:5.1.2'
// https://jarcasting.com/artifacts/com.manydesigns/portofino/
implementation ("com.manydesigns:portofino:5.1.2")
'com.manydesigns:portofino:pom:5.1.2'
<dependency org="com.manydesigns" name="portofino" rev="5.1.2">
  <artifact name="portofino" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.manydesigns', module='portofino', version='5.1.2')
)
libraryDependencies += "com.manydesigns" % "portofino" % "5.1.2"
[com.manydesigns/portofino "5.1.2"]