не последняя версия
Последняя версия 1.2.4

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

Modules of Example Project

Категории

Категории

Maven Компиляция и сборка
Группа

Группа

org.ow2.easybeans.examples.maven.ear
Идентификатор

Идентификатор

modules
Версия

Версия

1.2.0-M3-JOnAS
Тип

Тип

pom

Скачать modules 1.2.0-M3-JOnAS

Имя Файла Размер
modules-1.2.0-M3-JOnAS.pom 1 KB
Обзор

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