Files download
File Operation
portofino-postgresql-5.1.3.jar download
portofino-postgresql-5.1.3.pom download
portofino-postgresql-5.1.3-sources.jar download
Apache Maven
<dependency>
  <groupId>com.manydesigns</groupId>
  <artifactId>portofino-postgresql</artifactId>
  <version>5.1.3</version>
</dependency>
Gradle Groovy
implementation 'com.manydesigns:portofino-postgresql:5.1.3'
Gradle Kotlin
implementation("com.manydesigns:portofino-postgresql:5.1.3")
Scala SBT
libraryDependencies += "com.manydesigns" % "portofino-postgresql" % "5.1.3"
Groovy Grape
@Grapes(
  @Grab(group='com.manydesigns', module='portofino-postgresql', version='5.1.3')
)
Apache Ivy
<dependency org="com.manydesigns" name="portofino-postgresql" rev="5.1.3" />
Leiningen
[com.manydesigns/portofino-postgresql "5.1.3"]
Apache Buildr
'com.manydesigns:portofino-postgresql:jar:5.1.3'