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