Categories |
CategoriesData |
---|---|
GroupId | GroupIdorg.datanucleus |
ArtifactId | ArtifactIddatanucleus-jpa-query |
Version | Version4.0.2 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.datanucleus/datanucleus-jpa-query/ -->
<dependency>
<groupId>org.datanucleus</groupId>
<artifactId>datanucleus-jpa-query</artifactId>
<version>4.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.datanucleus/datanucleus-jpa-query/
implementation 'org.datanucleus:datanucleus-jpa-query:4.0.2'
// https://jarcasting.com/artifacts/org.datanucleus/datanucleus-jpa-query/
implementation ("org.datanucleus:datanucleus-jpa-query:4.0.2")
'org.datanucleus:datanucleus-jpa-query:jar:4.0.2'
<dependency org="org.datanucleus" name="datanucleus-jpa-query" rev="4.0.2">
<artifact name="datanucleus-jpa-query" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.datanucleus', module='datanucleus-jpa-query', version='4.0.2')
)
libraryDependencies += "org.datanucleus" % "datanucleus-jpa-query" % "4.0.2"
[org.datanucleus/datanucleus-jpa-query "4.0.2"]