License |
License |
---|---|
GroupId | GroupIdorg.vertexium |
ArtifactId | ArtifactIdvertexium-core |
Last Version | Last Version4.10.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionVertexium: 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.
|
Filename | Size |
---|---|
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 |
Browse |
<!-- 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"]
Group / Artifact | Type | Version |
---|---|---|
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 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.11 |
org.mockito : mockito-core | jar | 1.9.5 |