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