Categories |
CategoriesPostgreSQL Data Databases |
---|---|
GroupId | GroupIdcom.github.starnowski.posmulten |
ArtifactId | ArtifactIdpostgresql-core |
Version | Version0.5.2 |
Type | Typejar |
Filename | Size |
---|---|
postgresql-core-0.5.2.pom | |
postgresql-core-0.5.2.jar | 174 KB |
postgresql-core-0.5.2-sources.jar | 160 KB |
postgresql-core-0.5.2-javadoc.jar | 855 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.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.starnowski.posmulten/postgresql-core/
implementation 'com.github.starnowski.posmulten:postgresql-core:0.5.2'
// https://jarcasting.com/artifacts/com.github.starnowski.posmulten/postgresql-core/
implementation ("com.github.starnowski.posmulten:postgresql-core:0.5.2")
'com.github.starnowski.posmulten:postgresql-core:jar:0.5.2'
<dependency org="com.github.starnowski.posmulten" name="postgresql-core" rev="0.5.2">
<artifact name="postgresql-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.starnowski.posmulten', module='postgresql-core', version='0.5.2')
)
libraryDependencies += "com.github.starnowski.posmulten" % "postgresql-core" % "0.5.2"
[com.github.starnowski.posmulten/postgresql-core "0.5.2"]