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

org.apache.stanbol:stanbol-parent 5

Parent POM for the Apache Stanbol project

Группа

Группа

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

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

stanbol-parent
Версия

Версия

5
Тип

Тип

pom

Скачать stanbol-parent 5

Имя Файла Размер
stanbol-parent-5.pom 59 KB
Обзор

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