| Лицензия |
Лицензия |
|---|---|
| Группа | Группаcom.github.ansell.oas |
| Идентификатор | Идентификаторoas-templates |
| Версия | Версия1.2 |
| Тип | Типjar |
| Описание |
ОписаниеOAS Test Templates
Test templates for Ontology Annotation Services
|
| Имя Файла | Размер |
|---|---|
| oas-templates-1.2.pom | |
| oas-templates-1.2.jar | 1 MB |
| oas-templates-1.2-tests.jar | 2 KB |
| oas-templates-1.2-sources.jar | 1 MB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.github.ansell.oas/oas-templates/ -->
<dependency>
<groupId>com.github.ansell.oas</groupId>
<artifactId>oas-templates</artifactId>
<version>1.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.ansell.oas/oas-templates/
implementation 'com.github.ansell.oas:oas-templates:1.2'
// https://jarcasting.com/artifacts/com.github.ansell.oas/oas-templates/
implementation ("com.github.ansell.oas:oas-templates:1.2")
'com.github.ansell.oas:oas-templates:jar:1.2'
<dependency org="com.github.ansell.oas" name="oas-templates" rev="1.2">
<artifact name="oas-templates" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.ansell.oas', module='oas-templates', version='1.2')
)
libraryDependencies += "com.github.ansell.oas" % "oas-templates" % "1.2"
[com.github.ansell.oas/oas-templates "1.2"]