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