GroupId | GroupIdorg.cloudhoist |
---|---|
ArtifactId | ArtifactIdpostgres |
Version | Version0.7.0-beta.1 |
Type | Typejar |
Filename | Size |
---|---|
postgres-0.7.0-beta.1.pom | |
postgres-0.7.0-beta.1.jar | 10 KB |
postgres-0.7.0-beta.1-sources.jar | 9 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.cloudhoist/postgres/ -->
<dependency>
<groupId>org.cloudhoist</groupId>
<artifactId>postgres</artifactId>
<version>0.7.0-beta.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.cloudhoist/postgres/
implementation 'org.cloudhoist:postgres:0.7.0-beta.1'
// https://jarcasting.com/artifacts/org.cloudhoist/postgres/
implementation ("org.cloudhoist:postgres:0.7.0-beta.1")
'org.cloudhoist:postgres:jar:0.7.0-beta.1'
<dependency org="org.cloudhoist" name="postgres" rev="0.7.0-beta.1">
<artifact name="postgres" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.cloudhoist', module='postgres', version='0.7.0-beta.1')
)
libraryDependencies += "org.cloudhoist" % "postgres" % "0.7.0-beta.1"
[org.cloudhoist/postgres "0.7.0-beta.1"]