is not current version
Last Version 1.2.4

org.ow2.easybeans.examples.maven.ear:modules-api 1.2.0-M1

Api of Example Project

Categories

Categories

Maven Build Tools
GroupId

GroupId

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

ArtifactId

modules-api
Version

Version

1.2.0-M1
Type

Type

jar

Download modules-api 1.2.0-M1


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