Categories |
CategoriesCLI User Interface EclipseLink Data ORM |
---|---|
GroupId | GroupIdorg.ow2.easybeans |
ArtifactId | ArtifactIdeasybeans-jpa-eclipselink-glue |
Version | Version1.1.0-M3-JONAS |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.ow2.easybeans/easybeans-jpa-eclipselink-glue/ -->
<dependency>
<groupId>org.ow2.easybeans</groupId>
<artifactId>easybeans-jpa-eclipselink-glue</artifactId>
<version>1.1.0-M3-JONAS</version>
</dependency>
// https://jarcasting.com/artifacts/org.ow2.easybeans/easybeans-jpa-eclipselink-glue/
implementation 'org.ow2.easybeans:easybeans-jpa-eclipselink-glue:1.1.0-M3-JONAS'
// https://jarcasting.com/artifacts/org.ow2.easybeans/easybeans-jpa-eclipselink-glue/
implementation ("org.ow2.easybeans:easybeans-jpa-eclipselink-glue:1.1.0-M3-JONAS")
'org.ow2.easybeans:easybeans-jpa-eclipselink-glue:jar:1.1.0-M3-JONAS'
<dependency org="org.ow2.easybeans" name="easybeans-jpa-eclipselink-glue" rev="1.1.0-M3-JONAS">
<artifact name="easybeans-jpa-eclipselink-glue" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.ow2.easybeans', module='easybeans-jpa-eclipselink-glue', version='1.1.0-M3-JONAS')
)
libraryDependencies += "org.ow2.easybeans" % "easybeans-jpa-eclipselink-glue" % "1.1.0-M3-JONAS"
[org.ow2.easybeans/easybeans-jpa-eclipselink-glue "1.1.0-M3-JONAS"]