| Лицензия |
Лицензия |
|---|---|
| Группа | Группаorg.vertexium |
| Идентификатор | Идентификаторvertexium-core |
| Последняя версия | Последняя версия4.10.0 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеVertexium: Core
Vertexium is an API to manipulate graphs. Every Vertexium method requires authorizations
and visibilities. Vertexium also supports multivalued properties as well as property
metadata.
The Vertexium API was designed to be generic, allowing for multiple implementations.
|
| Имя Файла | Размер |
|---|---|
| vertexium-core-4.10.0.pom | |
| vertexium-core-4.10.0.jar | 441 KB |
| vertexium-core-4.10.0-sources.jar | 209 KB |
| vertexium-core-4.10.0-javadoc.jar | 321 bytes |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.vertexium/vertexium-core/ -->
<dependency>
<groupId>org.vertexium</groupId>
<artifactId>vertexium-core</artifactId>
<version>4.10.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.vertexium/vertexium-core/
implementation 'org.vertexium:vertexium-core:4.10.0'
// https://jarcasting.com/artifacts/org.vertexium/vertexium-core/
implementation ("org.vertexium:vertexium-core:4.10.0")
'org.vertexium:vertexium-core:jar:4.10.0'
<dependency org="org.vertexium" name="vertexium-core" rev="4.10.0">
<artifact name="vertexium-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.vertexium', module='vertexium-core', version='4.10.0')
)
libraryDependencies += "org.vertexium" % "vertexium-core" % "4.10.0"
[org.vertexium/vertexium-core "4.10.0"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.slf4j : slf4j-api | jar | 1.7.5 |
| com.google.guava : guava | jar | 18.0 |
| org.cache2k : cache2k-api | jar | 1.2.4.Final |
| org.cache2k : cache2k-core | jar | 1.2.4.Final |
| org.apache.commons : commons-lang3 | jar | 3.1 |
| io.dropwizard.metrics : metrics-core | jar | 4.1.0 |
| org.locationtech.jts : jts-core | jar | 1.15.0 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| junit : junit | jar | 4.11 |
| org.mockito : mockito-core | jar | 1.9.5 |