Gremlin-Android-Test: Gremlin Language Test Suite

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.

Лицензия

Лицензия

Группа

Группа

com.wu-man
Идентификатор

Идентификатор

gremlin-android-test
Последняя версия

Последняя версия

2.1.0.0
Дата

Дата

Тип

Тип

jar
Описание

Описание

Gremlin-Android-Test: Gremlin Language Test Suite
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.
Организация-разработчик

Организация-разработчик

David Wu

Скачать gremlin-android-test

Как подключить последнюю версию

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

Зависимости

compile (3)

Идентификатор библиотеки Тип Версия
junit : junit jar 4.5
com.wu-man : blueprints-android-core jar 2.1.0.2
com.tinkerpop : pipes jar 2.1.0

provided (1)

Идентификатор библиотеки Тип Версия
com.google.android : android jar 4.1.1.4

Модули Проекта

Данный проект не имеет модулей.

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.

Версии библиотеки

Версия
2.1.0.0