Release to Maven Central Repository
You can use Maven Central repository to include and build individual modules in your project.
For GraphQL JPA Annotations use:
<dependency>
<groupId>com.introproventures</groupId>
<artifactId>graphql-jpa-query-annotations</artifactId>
<version>0.3.0</version>
</dependency>
For GraphQL JPA Schema Builder use:
<dependency>
<groupId>com.github.introproventures.graphql-jpa-query</groupId>
<artifactId>graphql-jpa-query-schema</artifactId>
<version>0.3.0</version>
</dependency>
For GraphQL JPA Query Boot Starter use:
<dependency>
<groupId>com.introproventures</groupId>
<artifactId>graphql-jpa-query-boot-starter</artifactId>
<version>0.3.0</version>
</dependency>