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