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