| License | 
                License | 
        
|---|---|
| GroupId | GroupIdcom.introproventures | 
    
| ArtifactId | ArtifactIdgraphql-jpa-query-example-model-starwars | 
    
| Last Version | Last Version0.4.19 | 
        
| Release Date | Release Date | 
        
| Type | Typejar | 
    
| 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. 
         | 
    
<!-- https://jarcasting.com/artifacts/com.introproventures/graphql-jpa-query-example-model-starwars/ -->
<dependency>
    <groupId>com.introproventures</groupId>
    <artifactId>graphql-jpa-query-example-model-starwars</artifactId>
    <version>0.4.19</version>
</dependency>
                // https://jarcasting.com/artifacts/com.introproventures/graphql-jpa-query-example-model-starwars/
implementation 'com.introproventures:graphql-jpa-query-example-model-starwars:0.4.19'
                // https://jarcasting.com/artifacts/com.introproventures/graphql-jpa-query-example-model-starwars/
implementation ("com.introproventures:graphql-jpa-query-example-model-starwars:0.4.19")
                'com.introproventures:graphql-jpa-query-example-model-starwars:jar:0.4.19'
                <dependency org="com.introproventures" name="graphql-jpa-query-example-model-starwars" rev="0.4.19">
  <artifact name="graphql-jpa-query-example-model-starwars" type="jar" />
</dependency>
                @Grapes(
@Grab(group='com.introproventures', module='graphql-jpa-query-example-model-starwars', version='0.4.19')
)
                libraryDependencies += "com.introproventures" % "graphql-jpa-query-example-model-starwars" % "0.4.19"
                [com.introproventures/graphql-jpa-query-example-model-starwars "0.4.19"]
                | Group / Artifact | Type | Version | 
|---|---|---|
| com.introproventures : graphql-jpa-query-annotations | jar | 0.4.19 | 
| javax.persistence : javax.persistence-api | jar | 2.2 | 
| org.projectlombok : lombok Optional | jar | 
| Group / Artifact | Type | Version | 
|---|---|---|
| org.springframework.boot : spring-boot-starter-test | jar | |
| org.junit.vintage : junit-vintage-engine | jar | |
| com.h2database : h2 | jar |