Categories |
CategoriesPostgreSQL Data Databases |
---|---|
GroupId | GroupIdorg.bitbucket.bradleysmithllc.etlunit |
ArtifactId | ArtifactIdpostgresql-database |
Version | Version1.8.12 |
Type | Typejar |
Filename | Size |
---|---|
postgresql-database-1.8.12.pom | |
postgresql-database-1.8.12.jar | 16 KB |
postgresql-database-1.8.12-sources.jar | 11 KB |
postgresql-database-1.8.12-javadoc.jar | 69 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.bitbucket.bradleysmithllc.etlunit/postgresql-database/ -->
<dependency>
<groupId>org.bitbucket.bradleysmithllc.etlunit</groupId>
<artifactId>postgresql-database</artifactId>
<version>1.8.12</version>
</dependency>
// https://jarcasting.com/artifacts/org.bitbucket.bradleysmithllc.etlunit/postgresql-database/
implementation 'org.bitbucket.bradleysmithllc.etlunit:postgresql-database:1.8.12'
// https://jarcasting.com/artifacts/org.bitbucket.bradleysmithllc.etlunit/postgresql-database/
implementation ("org.bitbucket.bradleysmithllc.etlunit:postgresql-database:1.8.12")
'org.bitbucket.bradleysmithllc.etlunit:postgresql-database:jar:1.8.12'
<dependency org="org.bitbucket.bradleysmithllc.etlunit" name="postgresql-database" rev="1.8.12">
<artifact name="postgresql-database" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.bitbucket.bradleysmithllc.etlunit', module='postgresql-database', version='1.8.12')
)
libraryDependencies += "org.bitbucket.bradleysmithllc.etlunit" % "postgresql-database" % "1.8.12"
[org.bitbucket.bradleysmithllc.etlunit/postgresql-database "1.8.12"]