Gremlin-Android-Java: Gremlin for the Java Language

Gremlin is a domain specific language for traversing property graphs. Gremlin makes use of a path-based syntax to support complex graph traversals. Gremlin has application in the areas of graph query, analysis, and manipulation.

License

License

Categories

Categories

Java Languages
GroupId

GroupId

com.wu-man
ArtifactId

ArtifactId

gremlin-android-java
Last Version

Last Version

2.1.0.0
Release Date

Release Date

Type

Type

jar
Description

Description

Gremlin-Android-Java: Gremlin for the Java Language
Gremlin is a domain specific language for traversing property graphs. Gremlin makes use of a path-based syntax to support complex graph traversals. Gremlin has application in the areas of graph query, analysis, and manipulation.
Project Organization

Project Organization

David Wu

Download gremlin-android-java

How to add to project

<!-- https://jarcasting.com/artifacts/com.wu-man/gremlin-android-java/ -->
<dependency>
    <groupId>com.wu-man</groupId>
    <artifactId>gremlin-android-java</artifactId>
    <version>2.1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.wu-man/gremlin-android-java/
implementation 'com.wu-man:gremlin-android-java:2.1.0.0'
// https://jarcasting.com/artifacts/com.wu-man/gremlin-android-java/
implementation ("com.wu-man:gremlin-android-java:2.1.0.0")
'com.wu-man:gremlin-android-java:jar:2.1.0.0'
<dependency org="com.wu-man" name="gremlin-android-java" rev="2.1.0.0">
  <artifact name="gremlin-android-java" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.wu-man', module='gremlin-android-java', version='2.1.0.0')
)
libraryDependencies += "com.wu-man" % "gremlin-android-java" % "2.1.0.0"
[com.wu-man/gremlin-android-java "2.1.0.0"]

Dependencies

compile (2)

Group / Artifact Type Version
com.wu-man : blueprints-android-core jar 2.1.0.2
com.tinkerpop : pipes jar 2.1.0

provided (1)

Group / Artifact Type Version
com.google.android : android jar 4.1.1.4

test (2)

Group / Artifact Type Version
com.wu-man : gremlin-android-test jar 2.1.0.0
junit : junit jar 4.5

Project Modules

There are no modules declared in this project.

Gremlin-Android

Feature Image

Gremlin-Android is a port of Gremlin for the Android platform. It is still under development so use it at your own risk. Currently only gremlin-android-java is supported because I have not yet been able to port groovy on Android. I have heard of projects like discobot but as far as I know the project has little to none activity now. You may refer to Gremlin's Java usage pages 1 2.

Including in Your Project

There are two ways to include the library in your projects:

  1. You can download the released jar file in the Downloads section.

  2. If you use Maven to build your project you can simply add a dependency to the desired component of the library.

     <dependency>
         <groupId>com.wu-man</groupId>
         <artifactId>gremlin-android-java</artifactId>
         <version>2.1.0.0</version>
     </dependency>
    

What is Gremlin

Gremlin is a domain specific language for traversing property graphs. Gremlin makes use of Pipes to perform complex graph traversals. This language has application in the areas of graph query, analysis, and manipulation. Connectors, provided by Blueprints and Blueprints-Android, exist for the following graph management systems:

The documentation for Gremlin can be found at this location. Finally, please visit TinkerPop for other software products.

Developed By

License

Copyright 2012, David Wu
Copyright (c) 2009-2012, TinkerPop [http://tinkerpop.com]
All rights reserved.

Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
    * Redistributions of source code must retain the above copyright
      notice, this list of conditions and the following disclaimer.
    * Redistributions in binary form must reproduce the above copyright
      notice, this list of conditions and the following disclaimer in the
      documentation and/or other materials provided with the distribution.
    * Neither the name of the TinkerPop nor the
      names of its contributors may be used to endorse or promote products
      derived from this software without specific prior written permission.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
DISCLAIMED. IN NO EVENT SHALL TINKERPOP BE LIABLE FOR ANY
DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

Versions

Version
2.1.0.0