Categories |
CategoriesCLI User Interface EclipseLink Data ORM |
---|---|
GroupId | GroupIdorg.ow2.easybeans |
ArtifactId | ArtifactIdeasybeans-uberjar-eclipselink |
Version | Version1.2.2 |
Type | Typepom |
Filename | Size |
---|---|
easybeans-uberjar-eclipselink-1.2.2.pom | |
easybeans-uberjar-eclipselink-1.2.2.jar | 3 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.ow2.easybeans/easybeans-uberjar-eclipselink/ -->
<dependency>
<groupId>org.ow2.easybeans</groupId>
<artifactId>easybeans-uberjar-eclipselink</artifactId>
<version>1.2.2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.ow2.easybeans/easybeans-uberjar-eclipselink/
implementation 'org.ow2.easybeans:easybeans-uberjar-eclipselink:1.2.2'
// https://jarcasting.com/artifacts/org.ow2.easybeans/easybeans-uberjar-eclipselink/
implementation ("org.ow2.easybeans:easybeans-uberjar-eclipselink:1.2.2")
'org.ow2.easybeans:easybeans-uberjar-eclipselink:pom:1.2.2'
<dependency org="org.ow2.easybeans" name="easybeans-uberjar-eclipselink" rev="1.2.2">
<artifact name="easybeans-uberjar-eclipselink" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.ow2.easybeans', module='easybeans-uberjar-eclipselink', version='1.2.2')
)
libraryDependencies += "org.ow2.easybeans" % "easybeans-uberjar-eclipselink" % "1.2.2"
[org.ow2.easybeans/easybeans-uberjar-eclipselink "1.2.2"]