Last Version

javax.persistence:toplink-essentials 1.0


Categories

Categories

Jakarta Persistence Jakarta EE
GroupId

GroupId

javax.persistence
ArtifactId

ArtifactId

toplink-essentials
Version

Version

1.0
Type

Type

jar
Description

Description

Download toplink-essentials 1.0


<!-- https://jarcasting.com/artifacts/javax.persistence/toplink-essentials/ -->
<dependency>
    <groupId>javax.persistence</groupId>
    <artifactId>toplink-essentials</artifactId>
    <version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/javax.persistence/toplink-essentials/
implementation 'javax.persistence:toplink-essentials:1.0'
// https://jarcasting.com/artifacts/javax.persistence/toplink-essentials/
implementation ("javax.persistence:toplink-essentials:1.0")
'javax.persistence:toplink-essentials:jar:1.0'
<dependency org="javax.persistence" name="toplink-essentials" rev="1.0">
  <artifact name="toplink-essentials" type="jar" />
</dependency>
@Grapes(
@Grab(group='javax.persistence', module='toplink-essentials', version='1.0')
)
libraryDependencies += "javax.persistence" % "toplink-essentials" % "1.0"
[javax.persistence/toplink-essentials "1.0"]

Dependencies

compile (1)

Group / Artifact Type Version
javax.persistence : persistence-api jar 1.0

Project Modules

There are no modules declared in this project.