Categories |
CategoriesPostgreSQL Data Databases |
---|---|
GroupId | GroupIdcom.manydesigns |
ArtifactId | ArtifactIdportofino-postgresql |
Version | Version4.1.beta5 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.manydesigns/portofino-postgresql/ -->
<dependency>
<groupId>com.manydesigns</groupId>
<artifactId>portofino-postgresql</artifactId>
<version>4.1.beta5</version>
</dependency>
// https://jarcasting.com/artifacts/com.manydesigns/portofino-postgresql/
implementation 'com.manydesigns:portofino-postgresql:4.1.beta5'
// https://jarcasting.com/artifacts/com.manydesigns/portofino-postgresql/
implementation ("com.manydesigns:portofino-postgresql:4.1.beta5")
'com.manydesigns:portofino-postgresql:jar:4.1.beta5'
<dependency org="com.manydesigns" name="portofino-postgresql" rev="4.1.beta5">
<artifact name="portofino-postgresql" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.manydesigns', module='portofino-postgresql', version='4.1.beta5')
)
libraryDependencies += "com.manydesigns" % "portofino-postgresql" % "4.1.beta5"
[com.manydesigns/portofino-postgresql "4.1.beta5"]