License |
License |
---|---|
GroupId | GroupIdcom.introproventures |
ArtifactId | ArtifactIdgraphql-jpa-query-dependencies |
Last Version | Last Version0.4.19 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionGraphQL 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.
|
Filename | Size |
---|---|
graphql-jpa-query-dependencies-0.4.19.pom | 3 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.introproventures/graphql-jpa-query-dependencies/ -->
<dependency>
<groupId>com.introproventures</groupId>
<artifactId>graphql-jpa-query-dependencies</artifactId>
<version>0.4.19</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.introproventures/graphql-jpa-query-dependencies/
implementation 'com.introproventures:graphql-jpa-query-dependencies:0.4.19'
// https://jarcasting.com/artifacts/com.introproventures/graphql-jpa-query-dependencies/
implementation ("com.introproventures:graphql-jpa-query-dependencies:0.4.19")
'com.introproventures:graphql-jpa-query-dependencies:pom:0.4.19'
<dependency org="com.introproventures" name="graphql-jpa-query-dependencies" rev="0.4.19">
<artifact name="graphql-jpa-query-dependencies" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.introproventures', module='graphql-jpa-query-dependencies', version='0.4.19')
)
libraryDependencies += "com.introproventures" % "graphql-jpa-query-dependencies" % "0.4.19"
[com.introproventures/graphql-jpa-query-dependencies "0.4.19"]