Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 460 Bytes

README.md

File metadata and controls

22 lines (17 loc) · 460 Bytes

Vert.x Blazegraph Service

This service provides an asynchronous interface around Blazegraph.

Before use this service, place it into Maven local repo using this task:

$ gradle publishToMavenLocal

If you want to use this service from Maven local, use this in your dependencies part of your build.gradle file:

dependencies {
    ...
    ...
    compile 'name.bpdp.vertx:blazegraph-service:1.0.0'
    ...
    ...
}