jar

com.graphaware.neo4j : api

Maven & Gradle

Apr 03, 2020
21 usages

GraphAware REST API · Library that helps building APIs for Neo4j applications using Spring MVC rather than JAX-RS

Table Of Contents

Latest Version

Download com.graphaware.neo4j : api JAR file - Latest Versions:

All Versions

Download com.graphaware.neo4j : api JAR file - All Versions:

Version Vulnerabilities Size Updated
3.5.x
3.4.x
3.3.x
3.2.x
3.1.x
3.0.x
2.3.x
2.2.x
2.1.x
2.0.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window api-3.5.14.58.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.graphaware.api.transform

├─ com.graphaware.api.transform.NodeTransformer.class - [JAR]

├─ com.graphaware.api.transform.RelationshipTransformer.class - [JAR]

├─ com.graphaware.api.transform.Transformer.class - [JAR]

├─ com.graphaware.api.transform.TrivialNodeTransformer.class - [JAR]

├─ com.graphaware.api.transform.TrivialRelationshipTransformer.class - [JAR]

com.graphaware.api.json

├─ com.graphaware.api.json.JsonGraph.class - [JAR]

├─ com.graphaware.api.json.JsonNode.class - [JAR]

├─ com.graphaware.api.json.JsonRelationship.class - [JAR]

├─ com.graphaware.api.json.JsonRelationshipTypeAndDirection.class - [JAR]

├─ com.graphaware.api.json.LongIdJsonNode.class - [JAR]

├─ com.graphaware.api.json.LongIdJsonRelationship.class - [JAR]

├─ com.graphaware.api.json.StringIdJsonNode.class - [JAR]

├─ com.graphaware.api.json.StringIdJsonRelationship.class - [JAR]

com.graphaware.api

├─ com.graphaware.api.SerializableNode.class - [JAR]

├─ com.graphaware.api.SerializableRelationship.class - [JAR]

├─ com.graphaware.api.SerializationSpecification.class - [JAR]

Advertisement