| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииNeo4J Данные Базы данных |
| Группа | Группаorg.neo4j |
| Идентификатор | Идентификаторneo4j-unsafe |
| Версия | Версия4.3.0 |
| Тип | Типjar |
| Описание |
ОписаниеNeo4j - Unsafe Access
Internal component that provides access to unsafe memory
intrinsics
|
| Ссылка на сайт |
Ссылка на сайт |
| Организация-разработчик |
Организация-разработчик |
| Имя Файла | Размер |
|---|---|
| neo4j-unsafe-4.3.0.pom | |
| neo4j-unsafe-4.3.0.jar | 57 KB |
| neo4j-unsafe-4.3.0-tests.jar | 38 KB |
| neo4j-unsafe-4.3.0-sources.jar | 50 KB |
| neo4j-unsafe-4.3.0-javadoc.jar | 2 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.neo4j/neo4j-unsafe/ -->
<dependency>
<groupId>org.neo4j</groupId>
<artifactId>neo4j-unsafe</artifactId>
<version>4.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.neo4j/neo4j-unsafe/
implementation 'org.neo4j:neo4j-unsafe:4.3.0'
// https://jarcasting.com/artifacts/org.neo4j/neo4j-unsafe/
implementation ("org.neo4j:neo4j-unsafe:4.3.0")
'org.neo4j:neo4j-unsafe:jar:4.3.0'
<dependency org="org.neo4j" name="neo4j-unsafe" rev="4.3.0">
<artifact name="neo4j-unsafe" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.neo4j', module='neo4j-unsafe', version='4.3.0')
)
libraryDependencies += "org.neo4j" % "neo4j-unsafe" % "4.3.0"
[org.neo4j/neo4j-unsafe "4.3.0"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.neo4j : neo4j-common | jar | 4.3.0 |
| net.java.dev.jna : jna | jar | 5.7.0 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.junit.jupiter : junit-jupiter | jar | 5.7.1 |
| org.assertj : assertj-core | jar | 3.19.0 |