| Категории |
КатегорииDistribution Компиляция и сборка Protégé Универсальные библиотеки Utility |
|---|---|
| Группа | Группаedu.stanford.protege |
| Идентификатор | Идентификаторprotege-distribution |
| Версия | Версия5.0.0-beta-16 |
| Тип | Типpom |
| Имя Файла | Размер |
|---|---|
| protege-distribution-5.0.0-beta-16.pom | 5 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/edu.stanford.protege/protege-distribution/ -->
<dependency>
<groupId>edu.stanford.protege</groupId>
<artifactId>protege-distribution</artifactId>
<version>5.0.0-beta-16</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/edu.stanford.protege/protege-distribution/
implementation 'edu.stanford.protege:protege-distribution:5.0.0-beta-16'
// https://jarcasting.com/artifacts/edu.stanford.protege/protege-distribution/
implementation ("edu.stanford.protege:protege-distribution:5.0.0-beta-16")
'edu.stanford.protege:protege-distribution:pom:5.0.0-beta-16'
<dependency org="edu.stanford.protege" name="protege-distribution" rev="5.0.0-beta-16">
<artifact name="protege-distribution" type="pom" />
</dependency>
@Grapes(
@Grab(group='edu.stanford.protege', module='protege-distribution', version='5.0.0-beta-16')
)
libraryDependencies += "edu.stanford.protege" % "protege-distribution" % "5.0.0-beta-16"
[edu.stanford.protege/protege-distribution "5.0.0-beta-16"]