Categories |
CategoriesNeo4J Data Databases |
---|---|
GroupId | GroupIdcom.graphaware.neo4j |
ArtifactId | ArtifactIdserver-common |
Version | Version2.1.3.15 |
Type | Typejar |
Filename | Size |
---|---|
server-common-2.1.3.15.pom | |
server-common-2.1.3.15.jar | 7 KB |
server-common-2.1.3.15-sources.jar | 5 KB |
server-common-2.1.3.15-javadoc.jar | 64 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.graphaware.neo4j/server-common/ -->
<dependency>
<groupId>com.graphaware.neo4j</groupId>
<artifactId>server-common</artifactId>
<version>2.1.3.15</version>
</dependency>
// https://jarcasting.com/artifacts/com.graphaware.neo4j/server-common/
implementation 'com.graphaware.neo4j:server-common:2.1.3.15'
// https://jarcasting.com/artifacts/com.graphaware.neo4j/server-common/
implementation ("com.graphaware.neo4j:server-common:2.1.3.15")
'com.graphaware.neo4j:server-common:jar:2.1.3.15'
<dependency org="com.graphaware.neo4j" name="server-common" rev="2.1.3.15">
<artifact name="server-common" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.graphaware.neo4j', module='server-common', version='2.1.3.15')
)
libraryDependencies += "com.graphaware.neo4j" % "server-common" % "2.1.3.15"
[com.graphaware.neo4j/server-common "2.1.3.15"]