GroupId | GroupIdcom.mastfrog |
---|---|
ArtifactId | ArtifactIdgiulius-postgres-async |
Version | Version2.6.12 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.mastfrog/giulius-postgres-async/ -->
<dependency>
<groupId>com.mastfrog</groupId>
<artifactId>giulius-postgres-async</artifactId>
<version>2.6.12</version>
</dependency>
// https://jarcasting.com/artifacts/com.mastfrog/giulius-postgres-async/
implementation 'com.mastfrog:giulius-postgres-async:2.6.12'
// https://jarcasting.com/artifacts/com.mastfrog/giulius-postgres-async/
implementation ("com.mastfrog:giulius-postgres-async:2.6.12")
'com.mastfrog:giulius-postgres-async:jar:2.6.12'
<dependency org="com.mastfrog" name="giulius-postgres-async" rev="2.6.12">
<artifact name="giulius-postgres-async" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.mastfrog', module='giulius-postgres-async', version='2.6.12')
)
libraryDependencies += "com.mastfrog" % "giulius-postgres-async" % "2.6.12"
[com.mastfrog/giulius-postgres-async "2.6.12"]