| Лицензия |
Лицензия |
|---|---|
| Группа | Группаcom.ontology2 |
| Идентификатор | Идентификаторinfovore |
| Последняя версия | Последняя версия3.2 |
| Дата | Дата |
| Тип | Типpom |
| Описание |
ОписаниеInfovore master project
Sonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/
|
| Ссылка на сайт |
Ссылка на сайт |
| Имя Файла | Размер |
|---|---|
| infovore-3.2.pom | 2 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.ontology2/infovore/ -->
<dependency>
<groupId>com.ontology2</groupId>
<artifactId>infovore</artifactId>
<version>3.2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.ontology2/infovore/
implementation 'com.ontology2:infovore:3.2'
// https://jarcasting.com/artifacts/com.ontology2/infovore/
implementation ("com.ontology2:infovore:3.2")
'com.ontology2:infovore:pom:3.2'
<dependency org="com.ontology2" name="infovore" rev="3.2">
<artifact name="infovore" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.ontology2', module='infovore', version='3.2')
)
libraryDependencies += "com.ontology2" % "infovore" % "3.2"
[com.ontology2/infovore "3.2"]