GroupId | GroupIdorg.restheart |
---|---|
ArtifactId | ArtifactIdrestheart-graphql |
Version | Version6.1.1 |
Type | Typejar |
Filename | Size |
---|---|
restheart-graphql-6.1.1.pom | |
restheart-graphql-6.1.1.jar | 75 KB |
restheart-graphql-6.1.1-sources.jar | 53 KB |
restheart-graphql-6.1.1-javadoc.jar | 342 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.restheart/restheart-graphql/ -->
<dependency>
<groupId>org.restheart</groupId>
<artifactId>restheart-graphql</artifactId>
<version>6.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.restheart/restheart-graphql/
implementation 'org.restheart:restheart-graphql:6.1.1'
// https://jarcasting.com/artifacts/org.restheart/restheart-graphql/
implementation ("org.restheart:restheart-graphql:6.1.1")
'org.restheart:restheart-graphql:jar:6.1.1'
<dependency org="org.restheart" name="restheart-graphql" rev="6.1.1">
<artifact name="restheart-graphql" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.restheart', module='restheart-graphql', version='6.1.1')
)
libraryDependencies += "org.restheart" % "restheart-graphql" % "6.1.1"
[org.restheart/restheart-graphql "6.1.1"]