| Categories |
CategoriesJakarta Persistence Jakarta EE |
|---|---|
| GroupId | GroupIdjavax.persistence |
| ArtifactId | ArtifactIdtoplink-essentials |
| Last Version | Last Version1.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Description |
| Filename | Size |
|---|---|
| toplink-essentials-1.0.pom | |
| toplink-essentials-1.0.jar | 2 MB |
| toplink-essentials-1.0-sources.jar | 2 MB |
| Browse |
<!-- 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"]
| Group / Artifact | Type | Version |
|---|---|---|
| javax.persistence : persistence-api | jar | 1.0 |