| GroupId | GroupIdorg.ow2.easybeans | 
|---|---|
| ArtifactId | ArtifactIdeasybeans-example-entitybean | 
| Version | Version1.2.0-M3-JOnAS | 
| Type | Typejar | 
<!-- https://jarcasting.com/artifacts/org.ow2.easybeans/easybeans-example-entitybean/ -->
<dependency>
    <groupId>org.ow2.easybeans</groupId>
    <artifactId>easybeans-example-entitybean</artifactId>
    <version>1.2.0-M3-JOnAS</version>
</dependency>// https://jarcasting.com/artifacts/org.ow2.easybeans/easybeans-example-entitybean/
implementation 'org.ow2.easybeans:easybeans-example-entitybean:1.2.0-M3-JOnAS'// https://jarcasting.com/artifacts/org.ow2.easybeans/easybeans-example-entitybean/
implementation ("org.ow2.easybeans:easybeans-example-entitybean:1.2.0-M3-JOnAS")'org.ow2.easybeans:easybeans-example-entitybean:jar:1.2.0-M3-JOnAS'<dependency org="org.ow2.easybeans" name="easybeans-example-entitybean" rev="1.2.0-M3-JOnAS">
  <artifact name="easybeans-example-entitybean" type="jar" />
</dependency>@Grapes(
@Grab(group='org.ow2.easybeans', module='easybeans-example-entitybean', version='1.2.0-M3-JOnAS')
)libraryDependencies += "org.ow2.easybeans" % "easybeans-example-entitybean" % "1.2.0-M3-JOnAS"[org.ow2.easybeans/easybeans-example-entitybean "1.2.0-M3-JOnAS"]