| Лицензия |
Лицензия |
|---|---|
| Группа | Группаcom.github.ansell.oas |
| Идентификатор | Идентификаторoas-parent |
| Последняя версия | Последняя версия1.2 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеOntology Annotation Services
A package of services enabling the creation and storage of annotations based on formal vocabularies defined in ontologies.
|
| Имя Файла | Размер |
|---|---|
| oas-parent-1.2.pom | 20 KB |
| oas-parent-1.2-tests.jar | 4 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.github.ansell.oas/oas-parent/ -->
<dependency>
<groupId>com.github.ansell.oas</groupId>
<artifactId>oas-parent</artifactId>
<version>1.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.ansell.oas/oas-parent/
implementation 'com.github.ansell.oas:oas-parent:1.2'
// https://jarcasting.com/artifacts/com.github.ansell.oas/oas-parent/
implementation ("com.github.ansell.oas:oas-parent:1.2")
'com.github.ansell.oas:oas-parent:jar:1.2'
<dependency org="com.github.ansell.oas" name="oas-parent" rev="1.2">
<artifact name="oas-parent" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.ansell.oas', module='oas-parent', version='1.2')
)
libraryDependencies += "com.github.ansell.oas" % "oas-parent" % "1.2"
[com.github.ansell.oas/oas-parent "1.2"]