Categories |
CategoriesCLI User Interface EclipseLink Data ORM |
---|---|
GroupId | GroupIdws.ament.hammock |
ArtifactId | ArtifactIdjpa-eclipselink |
Version | Version1.0 |
Type | Typejar |
Filename | Size |
---|---|
jpa-eclipselink-1.0.pom | |
jpa-eclipselink-1.0.jar | 2 KB |
jpa-eclipselink-1.0-javadoc.jar | 339 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/ws.ament.hammock/jpa-eclipselink/ -->
<dependency>
<groupId>ws.ament.hammock</groupId>
<artifactId>jpa-eclipselink</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/ws.ament.hammock/jpa-eclipselink/
implementation 'ws.ament.hammock:jpa-eclipselink:1.0'
// https://jarcasting.com/artifacts/ws.ament.hammock/jpa-eclipselink/
implementation ("ws.ament.hammock:jpa-eclipselink:1.0")
'ws.ament.hammock:jpa-eclipselink:jar:1.0'
<dependency org="ws.ament.hammock" name="jpa-eclipselink" rev="1.0">
<artifact name="jpa-eclipselink" type="jar" />
</dependency>
@Grapes(
@Grab(group='ws.ament.hammock', module='jpa-eclipselink', version='1.0')
)
libraryDependencies += "ws.ament.hammock" % "jpa-eclipselink" % "1.0"
[ws.ament.hammock/jpa-eclipselink "1.0"]