<dependency>
<groupId>io.github.qsy7.java.infrastructure.datastore.providers.jpa</groupId>
<artifactId>providers</artifactId>
<version>google-guice-persist-criteria-builder</version>
</dependency>
implementation group: 'io.github.qsy7.java.infrastructure.datastore.providers.jpa', name: 'providers', version: 'google-guice-persist-criteria-builder'
implementation 'io.github.qsy7.java.infrastructure.datastore.providers.jpa:providers:google-guice-persist-criteria-builder'
implementation("io.github.qsy7.java.infrastructure.datastore.providers.jpa:providers:google-guice-persist-criteria-builder")
libraryDependencies += "io.github.qsy7.java.infrastructure.datastore.providers.jpa" % "providers" % "google-guice-persist-criteria-builder"
<dependency org="io.github.qsy7.java.infrastructure.datastore.providers.jpa" name="providers" rev="google-guice-persist-criteria-builder"/>
@Grapes(
@Grab(group='io.github.qsy7.java.infrastructure.datastore.providers.jpa', module='providers', version='google-guice-persist-criteria-builder')
)
[io.github.qsy7.java.infrastructure.datastore.providers.jpa/providers "google-guice-persist-criteria-builder"]
'io.github.qsy7.java.infrastructure.datastore.providers.jpa:providers:jar:google-guice-persist-criteria-builder'