| Категории |
КатегорииNeo4J Данные Базы данных SLF4J Библиотеки уровня приложения Logging |
|---|---|
| Группа | Группаorg.neo4j |
| Идентификатор | Идентификаторneo4j-slf4j |
| Версия | Версия4.0.4 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| neo4j-slf4j-4.0.4.pom | |
| neo4j-slf4j-4.0.4.jar | 30 KB |
| neo4j-slf4j-4.0.4-tests.jar | 26 KB |
| neo4j-slf4j-4.0.4-sources.jar | 25 KB |
| neo4j-slf4j-4.0.4-javadoc.jar | 2 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.neo4j/neo4j-slf4j/ -->
<dependency>
<groupId>org.neo4j</groupId>
<artifactId>neo4j-slf4j</artifactId>
<version>4.0.4</version>
</dependency>
// https://jarcasting.com/artifacts/org.neo4j/neo4j-slf4j/
implementation 'org.neo4j:neo4j-slf4j:4.0.4'
// https://jarcasting.com/artifacts/org.neo4j/neo4j-slf4j/
implementation ("org.neo4j:neo4j-slf4j:4.0.4")
'org.neo4j:neo4j-slf4j:jar:4.0.4'
<dependency org="org.neo4j" name="neo4j-slf4j" rev="4.0.4">
<artifact name="neo4j-slf4j" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.neo4j', module='neo4j-slf4j', version='4.0.4')
)
libraryDependencies += "org.neo4j" % "neo4j-slf4j" % "4.0.4"
[org.neo4j/neo4j-slf4j "4.0.4"]