| GroupId | GroupIdcom.blazebit | 
|---|---|
| ArtifactId | ArtifactIdblaze-persistence-integration-graphql | 
| Version | Version1.5.0-Alpha2 | 
| Type | Typejar | 
<!-- https://jarcasting.com/artifacts/com.blazebit/blaze-persistence-integration-graphql/ -->
<dependency>
    <groupId>com.blazebit</groupId>
    <artifactId>blaze-persistence-integration-graphql</artifactId>
    <version>1.5.0-Alpha2</version>
</dependency>// https://jarcasting.com/artifacts/com.blazebit/blaze-persistence-integration-graphql/
implementation 'com.blazebit:blaze-persistence-integration-graphql:1.5.0-Alpha2'// https://jarcasting.com/artifacts/com.blazebit/blaze-persistence-integration-graphql/
implementation ("com.blazebit:blaze-persistence-integration-graphql:1.5.0-Alpha2")'com.blazebit:blaze-persistence-integration-graphql:jar:1.5.0-Alpha2'<dependency org="com.blazebit" name="blaze-persistence-integration-graphql" rev="1.5.0-Alpha2">
  <artifact name="blaze-persistence-integration-graphql" type="jar" />
</dependency>@Grapes(
@Grab(group='com.blazebit', module='blaze-persistence-integration-graphql', version='1.5.0-Alpha2')
)libraryDependencies += "com.blazebit" % "blaze-persistence-integration-graphql" % "1.5.0-Alpha2"[com.blazebit/blaze-persistence-integration-graphql "1.5.0-Alpha2"]