is not current version
Last Version 0.4.19

com.introproventures:graphql-jpa-query 0.4.12

GraphQL JPA Query library auto-generates GraphQL Schema using JPA's EntityManager and implements GraphQL Relay protocol to execute JPA queries with flexible type safe criteria expressions and user-friendly SQL query syntax semantics.

GroupId

GroupId

com.introproventures
ArtifactId

ArtifactId

graphql-jpa-query
Version

Version

0.4.12
Type

Type

pom

Download graphql-jpa-query 0.4.12


<!-- https://jarcasting.com/artifacts/com.introproventures/graphql-jpa-query/ -->
<dependency>
    <groupId>com.introproventures</groupId>
    <artifactId>graphql-jpa-query</artifactId>
    <version>0.4.12</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.introproventures/graphql-jpa-query/
implementation 'com.introproventures:graphql-jpa-query:0.4.12'
// https://jarcasting.com/artifacts/com.introproventures/graphql-jpa-query/
implementation ("com.introproventures:graphql-jpa-query:0.4.12")
'com.introproventures:graphql-jpa-query:pom:0.4.12'
<dependency org="com.introproventures" name="graphql-jpa-query" rev="0.4.12">
  <artifact name="graphql-jpa-query" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.introproventures', module='graphql-jpa-query', version='0.4.12')
)
libraryDependencies += "com.introproventures" % "graphql-jpa-query" % "0.4.12"
[com.introproventures/graphql-jpa-query "0.4.12"]