Categories |
CategoriesPostgreSQL Data Databases |
---|---|
GroupId | GroupIdcom.github.starnowski.posmulten |
ArtifactId | ArtifactIdpostgresql-core |
Version | Version0.5.4 |
Type | Typejar |
Filename | Size |
---|---|
postgresql-core-0.5.4.pom | |
postgresql-core-0.5.4.jar | 180 KB |
postgresql-core-0.5.4-sources.jar | 164 KB |
postgresql-core-0.5.4-javadoc.jar | 889 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.starnowski.posmulten/postgresql-core/ -->
<dependency>
<groupId>com.github.starnowski.posmulten</groupId>
<artifactId>postgresql-core</artifactId>
<version>0.5.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.starnowski.posmulten/postgresql-core/
implementation 'com.github.starnowski.posmulten:postgresql-core:0.5.4'
// https://jarcasting.com/artifacts/com.github.starnowski.posmulten/postgresql-core/
implementation ("com.github.starnowski.posmulten:postgresql-core:0.5.4")
'com.github.starnowski.posmulten:postgresql-core:jar:0.5.4'
<dependency org="com.github.starnowski.posmulten" name="postgresql-core" rev="0.5.4">
<artifact name="postgresql-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.starnowski.posmulten', module='postgresql-core', version='0.5.4')
)
libraryDependencies += "com.github.starnowski.posmulten" % "postgresql-core" % "0.5.4"
[com.github.starnowski.posmulten/postgresql-core "0.5.4"]