License |
License |
---|---|
Categories |
CategoriesKotlin Languages |
GroupId | GroupIdcom.github.pm-dev |
ArtifactId | ArtifactIdkotlin-gremlin-graphql |
Version | Version0.21.0 |
Type | Typepom |
Description |
Descriptionkotlin-gremlin-graphql
A library for easily deploying a GraphQL server backed by a graph database using Gremlin.
|
Project URL |
Project URL |
Project Organization |
Project OrganizationPeter Meyers |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/com.github.pm-dev/kotlin-gremlin-graphql/ -->
<dependency>
<groupId>com.github.pm-dev</groupId>
<artifactId>kotlin-gremlin-graphql</artifactId>
<version>0.21.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.pm-dev/kotlin-gremlin-graphql/
implementation 'com.github.pm-dev:kotlin-gremlin-graphql:0.21.0'
// https://jarcasting.com/artifacts/com.github.pm-dev/kotlin-gremlin-graphql/
implementation ("com.github.pm-dev:kotlin-gremlin-graphql:0.21.0")
'com.github.pm-dev:kotlin-gremlin-graphql:pom:0.21.0'
<dependency org="com.github.pm-dev" name="kotlin-gremlin-graphql" rev="0.21.0">
<artifact name="kotlin-gremlin-graphql" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.pm-dev', module='kotlin-gremlin-graphql', version='0.21.0')
)
libraryDependencies += "com.github.pm-dev" % "kotlin-gremlin-graphql" % "0.21.0"
[com.github.pm-dev/kotlin-gremlin-graphql "0.21.0"]
Group / Artifact | Type | Version |
---|---|---|
org.jetbrains.kotlinx : kotlinx-coroutines-jdk8 | jar | 1.1.1 |
com.github.pm-dev : kotlin-gremlin-ogm | jar | 0.21.0 |
com.google.code.gson : gson | jar | 2.8.5 |
com.graphql-java-kickstart : graphql-java-servlet | jar | 7.1.1 |
org.slf4j : slf4j-api | jar | 1.7.25 |