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