is not current version
Last Version 1.2.4

org.ow2.easybeans.examples.maven.ear:modules-beans 1.2.0-M3

Beans of Example Project

Categories

Categories

Maven Build Tools
GroupId

GroupId

org.ow2.easybeans.examples.maven.ear
ArtifactId

ArtifactId

modules-beans
Version

Version

1.2.0-M3
Type

Type

ejb

Download modules-beans 1.2.0-M3


<!-- https://jarcasting.com/artifacts/org.ow2.easybeans.examples.maven.ear/modules-beans/ -->
<dependency>
    <groupId>org.ow2.easybeans.examples.maven.ear</groupId>
    <artifactId>modules-beans</artifactId>
    <version>1.2.0-M3</version>
    <type>ejb</type>
</dependency>
// https://jarcasting.com/artifacts/org.ow2.easybeans.examples.maven.ear/modules-beans/
implementation 'org.ow2.easybeans.examples.maven.ear:modules-beans:1.2.0-M3'
// https://jarcasting.com/artifacts/org.ow2.easybeans.examples.maven.ear/modules-beans/
implementation ("org.ow2.easybeans.examples.maven.ear:modules-beans:1.2.0-M3")
'org.ow2.easybeans.examples.maven.ear:modules-beans:ejb:1.2.0-M3'
<dependency org="org.ow2.easybeans.examples.maven.ear" name="modules-beans" rev="1.2.0-M3">
  <artifact name="modules-beans" type="ejb" />
</dependency>
@Grapes(
@Grab(group='org.ow2.easybeans.examples.maven.ear', module='modules-beans', version='1.2.0-M3')
)
libraryDependencies += "org.ow2.easybeans.examples.maven.ear" % "modules-beans" % "1.2.0-M3"
[org.ow2.easybeans.examples.maven.ear/modules-beans "1.2.0-M3"]