Skip to content

Publish library artifacts to Maven Central #5

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
igdianov opened this issue Sep 23, 2017 · 1 comment
Closed

Publish library artifacts to Maven Central #5

igdianov opened this issue Sep 23, 2017 · 1 comment
Assignees

Comments

@igdianov
Copy link
Collaborator

No description provided.

@igdianov igdianov self-assigned this Sep 23, 2017
@igdianov
Copy link
Collaborator Author

igdianov commented Oct 5, 2017

Starting from version 0.3.0, 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>

@igdianov igdianov closed this as completed Oct 5, 2017
igdianov pushed a commit that referenced this issue Apr 24, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant