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