| Categories | 
                CategoriesNeo4J Data Databases | 
        
|---|---|
| GroupId | GroupIdcom.graphaware.neo4j | 
    
| ArtifactId | ArtifactIdresttest | 
    
| Version | Version3.5.0.53.19-beta03 | 
        
| Type | Typejar | 
    
<!-- https://jarcasting.com/artifacts/com.graphaware.neo4j/resttest/ -->
<dependency>
    <groupId>com.graphaware.neo4j</groupId>
    <artifactId>resttest</artifactId>
    <version>3.5.0.53.19-beta03</version>
</dependency>
                // https://jarcasting.com/artifacts/com.graphaware.neo4j/resttest/
implementation 'com.graphaware.neo4j:resttest:3.5.0.53.19-beta03'
                // https://jarcasting.com/artifacts/com.graphaware.neo4j/resttest/
implementation ("com.graphaware.neo4j:resttest:3.5.0.53.19-beta03")
                'com.graphaware.neo4j:resttest:jar:3.5.0.53.19-beta03'
                <dependency org="com.graphaware.neo4j" name="resttest" rev="3.5.0.53.19-beta03">
  <artifact name="resttest" type="jar" />
</dependency>
                @Grapes(
@Grab(group='com.graphaware.neo4j', module='resttest', version='3.5.0.53.19-beta03')
)
                libraryDependencies += "com.graphaware.neo4j" % "resttest" % "3.5.0.53.19-beta03"
                [com.graphaware.neo4j/resttest "3.5.0.53.19-beta03"]