GroupId | GroupIdorg.boothub |
---|---|
ArtifactId | ArtifactIdboothub-postgres |
Version | Version0.3.3 |
Type | Typejar |
Filename | Size |
---|---|
boothub-postgres-0.3.3.pom | |
boothub-postgres-0.3.3.jar | 51 KB |
boothub-postgres-0.3.3-sources.jar | 2 KB |
boothub-postgres-0.3.3-javadoc.jar | 28 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.boothub/boothub-postgres/ -->
<dependency>
<groupId>org.boothub</groupId>
<artifactId>boothub-postgres</artifactId>
<version>0.3.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.boothub/boothub-postgres/
implementation 'org.boothub:boothub-postgres:0.3.3'
// https://jarcasting.com/artifacts/org.boothub/boothub-postgres/
implementation ("org.boothub:boothub-postgres:0.3.3")
'org.boothub:boothub-postgres:jar:0.3.3'
<dependency org="org.boothub" name="boothub-postgres" rev="0.3.3">
<artifact name="boothub-postgres" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.boothub', module='boothub-postgres', version='0.3.3')
)
libraryDependencies += "org.boothub" % "boothub-postgres" % "0.3.3"
[org.boothub/boothub-postgres "0.3.3"]