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