Categories |
CategoriesData |
---|---|
GroupId | GroupIdorg.datanucleus |
ArtifactId | ArtifactIddatanucleus-jca |
Version | Version2.1.0-release |
Type | Typerar |
<!-- https://jarcasting.com/artifacts/org.datanucleus/datanucleus-jca/ -->
<dependency>
<groupId>org.datanucleus</groupId>
<artifactId>datanucleus-jca</artifactId>
<version>2.1.0-release</version>
<type>rar</type>
</dependency>
// https://jarcasting.com/artifacts/org.datanucleus/datanucleus-jca/
implementation 'org.datanucleus:datanucleus-jca:2.1.0-release'
// https://jarcasting.com/artifacts/org.datanucleus/datanucleus-jca/
implementation ("org.datanucleus:datanucleus-jca:2.1.0-release")
'org.datanucleus:datanucleus-jca:rar:2.1.0-release'
<dependency org="org.datanucleus" name="datanucleus-jca" rev="2.1.0-release">
<artifact name="datanucleus-jca" type="rar" />
</dependency>
@Grapes(
@Grab(group='org.datanucleus', module='datanucleus-jca', version='2.1.0-release')
)
libraryDependencies += "org.datanucleus" % "datanucleus-jca" % "2.1.0-release"
[org.datanucleus/datanucleus-jca "2.1.0-release"]