GroupId | GroupIdcom.arcadedb |
---|---|
ArtifactId | ArtifactIdarcadedb-postgresw |
Version | Version22.1.1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.arcadedb/arcadedb-postgresw/ -->
<dependency>
<groupId>com.arcadedb</groupId>
<artifactId>arcadedb-postgresw</artifactId>
<version>22.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.arcadedb/arcadedb-postgresw/
implementation 'com.arcadedb:arcadedb-postgresw:22.1.1'
// https://jarcasting.com/artifacts/com.arcadedb/arcadedb-postgresw/
implementation ("com.arcadedb:arcadedb-postgresw:22.1.1")
'com.arcadedb:arcadedb-postgresw:jar:22.1.1'
<dependency org="com.arcadedb" name="arcadedb-postgresw" rev="22.1.1">
<artifact name="arcadedb-postgresw" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.arcadedb', module='arcadedb-postgresw', version='22.1.1')
)
libraryDependencies += "com.arcadedb" % "arcadedb-postgresw" % "22.1.1"
[com.arcadedb/arcadedb-postgresw "22.1.1"]