GroupId | GroupIdorg.objectquery |
---|---|
ArtifactId | ArtifactIdobjectquery-jpa |
Version | Version2.0.0 |
Type | Typejar |
Filename | Size |
---|---|
objectquery-jpa-2.0.0.pom | |
objectquery-jpa-2.0.0.jar | 11 KB |
objectquery-jpa-2.0.0-sources.jar | 4 KB |
objectquery-jpa-2.0.0-javadoc.jar | 44 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.objectquery/objectquery-jpa/ -->
<dependency>
<groupId>org.objectquery</groupId>
<artifactId>objectquery-jpa</artifactId>
<version>2.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.objectquery/objectquery-jpa/
implementation 'org.objectquery:objectquery-jpa:2.0.0'
// https://jarcasting.com/artifacts/org.objectquery/objectquery-jpa/
implementation ("org.objectquery:objectquery-jpa:2.0.0")
'org.objectquery:objectquery-jpa:jar:2.0.0'
<dependency org="org.objectquery" name="objectquery-jpa" rev="2.0.0">
<artifact name="objectquery-jpa" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.objectquery', module='objectquery-jpa', version='2.0.0')
)
libraryDependencies += "org.objectquery" % "objectquery-jpa" % "2.0.0"
[org.objectquery/objectquery-jpa "2.0.0"]