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