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

org.apache.james:james-parent 1.2

The Apache JAMES Parent POM

Группа

Группа

org.apache.james
Идентификатор

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

james-parent
Версия

Версия

1.2
Тип

Тип

pom

Скачать james-parent 1.2


<!-- https://jarcasting.com/artifacts/org.apache.james/james-parent/ -->
<dependency>
    <groupId>org.apache.james</groupId>
    <artifactId>james-parent</artifactId>
    <version>1.2</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.apache.james/james-parent/
implementation 'org.apache.james:james-parent:1.2'
// https://jarcasting.com/artifacts/org.apache.james/james-parent/
implementation ("org.apache.james:james-parent:1.2")
'org.apache.james:james-parent:pom:1.2'
<dependency org="org.apache.james" name="james-parent" rev="1.2">
  <artifact name="james-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.apache.james', module='james-parent', version='1.2')
)
libraryDependencies += "org.apache.james" % "james-parent" % "1.2"
[org.apache.james/james-parent "1.2"]