| License | License | 
|---|---|
| Categories | CategoriesH2 Data Databases | 
| GroupId | GroupIdcom.manydesigns | 
| ArtifactId | ArtifactIdportofino-h2 | 
| Last Version | Last Version5.0.3 | 
| Release Date | Release Date | 
| Type | Typejar | 
| Description | DescriptionPortofino 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. | 
| Project URL | Project URL | 
| Project Organization | Project Organization | 
| Filename | Size | 
|---|---|
| portofino-h2-5.0.3.pom | |
| portofino-h2-5.0.3.jar | 13 KB | 
| portofino-h2-5.0.3-sources.jar | 3 KB | 
| portofino-h2-5.0.3-javadoc.jar | 38 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/com.manydesigns/portofino-h2/ -->
<dependency>
    <groupId>com.manydesigns</groupId>
    <artifactId>portofino-h2</artifactId>
    <version>5.0.3</version>
</dependency>// https://jarcasting.com/artifacts/com.manydesigns/portofino-h2/
implementation 'com.manydesigns:portofino-h2:5.0.3'// https://jarcasting.com/artifacts/com.manydesigns/portofino-h2/
implementation ("com.manydesigns:portofino-h2:5.0.3")'com.manydesigns:portofino-h2:jar:5.0.3'<dependency org="com.manydesigns" name="portofino-h2" rev="5.0.3">
  <artifact name="portofino-h2" type="jar" />
</dependency>@Grapes(
@Grab(group='com.manydesigns', module='portofino-h2', version='5.0.3')
)libraryDependencies += "com.manydesigns" % "portofino-h2" % "5.0.3"[com.manydesigns/portofino-h2 "5.0.3"]| Group / Artifact | Type | Version | 
|---|---|---|
| com.manydesigns : portofino-database | jar | 5.0.3 | 
| Group / Artifact | Type | Version | 
|---|---|---|
| org.testng : testng | jar | 6.14.3 |