| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииORM Данные |
| Группа | Группаorg.apache.clerezza |
| Идентификатор | Идентификаторplatform.concepts |
| Последняя версия | Последняя версия0.2 |
| Дата | Дата |
| Тип | Типpom |
| Описание |
ОписаниеClerezza - Platform Concepts
Provides services for tagging resources with SKOS concepts.
|
| Организация-разработчик |
Организация-разработчик |
| Имя Файла | Размер |
|---|---|
| platform.concepts-0.2.pom | 1 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.apache.clerezza/platform.concepts/ -->
<dependency>
<groupId>org.apache.clerezza</groupId>
<artifactId>platform.concepts</artifactId>
<version>0.2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.apache.clerezza/platform.concepts/
implementation 'org.apache.clerezza:platform.concepts:0.2'
// https://jarcasting.com/artifacts/org.apache.clerezza/platform.concepts/
implementation ("org.apache.clerezza:platform.concepts:0.2")
'org.apache.clerezza:platform.concepts:pom:0.2'
<dependency org="org.apache.clerezza" name="platform.concepts" rev="0.2">
<artifact name="platform.concepts" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.apache.clerezza', module='platform.concepts', version='0.2')
)
libraryDependencies += "org.apache.clerezza" % "platform.concepts" % "0.2"
[org.apache.clerezza/platform.concepts "0.2"]