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