组织ID: |
org.springframework.data |
项目ID: |
spring-data-neo4j |
版本: |
4.1.1.RELEASE |
最后修改时间: |
2018-08-01 18:42:56 |
包类型: |
jar |
标题: |
Spring Data Neo4j |
大小: |
59.62KB |
|
Maven引入代码: |
<dependency>
<groupId>org.springframework.data</groupId>
<artifactId>spring-data-neo4j</artifactId>
<version>4.1.1.RELEASE</version>
</dependency>
|
Gradle引入代码: |
org.springframework.data:spring-data-neo4j:4.1.1.RELEASE
|
下载Jar包: |
|
POM文件内容: |
<?xml version="1.0" encoding="UTF-8"?>
<!--
~ Copyright (c) [2011-2016] "Pivotal Software, Inc." / "Neo Technology" / "Graph Aware Ltd."
~
~ This product is licensed to you under the Apache License, Version 2.0 (the "License").
~ You may not use this product except in compliance with the License.
~
~ This product may include a number of subcomponents with
~ separate copyright notices and license terms. Your use of the source
~ code for these subcomponents is subject to the terms and
~ conditions of the subcomponent's license, as noted in the LICENSE file.
~
-->
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.springframework.data</groupId>
<artifactId>spring-data-neo4j-parent</artifactId>
<version>4.1.1.RELEASE</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>spring-data-neo4j</artifactId>
<properties>
<neo4j.version>2.3.3</neo4j.version>
<neo4j.ogm.version>2.0.1</neo4j.ogm.version>
<ogm.properties>ogm-http.properties</ogm.properties>
</properties>
<name>Spring Data Neo4j</name>
<dependencies>
<dependency>
<groupId>org.neo4j</groupId>
<artifactId>neo4j-ogm-core</artifactId>
<version>${neo4j.ogm.version}</version>
</dependency>
<dependency>
<groupId>org.neo4j</groupId>
<artifactId>neo4j-ogm-http-driver</artifactId>
<version>${neo4j.ogm.version}</version>
</dependency>
<dependency>
<groupId>org.springframework.data</groupId>
<artifactId>spring-data-commons</artifactId>
<version>${springdata.commons}</version>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-context</artifactId>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-tx</artifactId>
</dependency>
<!-- test-scoped jars -->
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-webmvc</artifactId>
<scope>test</scope>
</dependency>
<!-- this test dependency also brings in all the drivers -->
<dependency>
<groupId>org.neo4j</groupId>
<artifactId>neo4j-ogm-test</artifactId>
<version>${neo4j.ogm.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.neo4j.test</groupId>
<artifactId>neo4j-harness</artifactId>
<version>${neo4j.version}</version>
<scope>test</scope>
</dependency>
<!-- jsr 303 tests -->
<dependency>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-validator</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.glassfish</groupId>
<artifactId>javax.el</artifactId>
<scope>test</scope>
</dependency>
</dependencies>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<executions>
<execution>
<id>default-test</id>
<configuration>
<forkMode>once</forkMode>
<includes>
<include>**/*.java</include>
</includes>
<systemPropertyVariables>
<ogm.properties>${ogm.properties}</ogm.properties>
</systemPropertyVariables>
</configuration>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
<version>2.2</version>
<executions>
<execution>
<goals>
<goal>test-jar</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</build>
<profiles>
<profile>
<id>embedded</id>
<properties>
<ogm.properties>ogm-embedded.properties</ogm.properties>
</properties>
</profile>
<profile>
<id>bolt</id>
<properties>
<ogm.properties>ogm-bolt.properties</ogm.properties>
</properties>
</profile>
<profile>
<id>http</id>
<properties>
<ogm.properties>ogm-http.properties</ogm.properties>
</properties>
</profile>
<profile>
<id>3.0</id>
<properties>
<neo4j.version>3.0.0-M05</neo4j.version>
</properties>
</profile>
<profile>
<id>2.3</id>
<properties>
<neo4j.version>2.3.3</neo4j.version>
</properties>
</profile>
<profile>
<id>2.2</id>
<properties>
<neo4j.version>2.2.9</neo4j.version>
</properties>
</profile>
</profiles>
</project>
|
Jar包内容: |
META-INF/MANIFEST.MF
org.springframework.data.neo4j.annotation.Query.class
org.springframework.data.neo4j.annotation.QueryResult.class
org.springframework.data.neo4j.config.Neo4jConfiguration$1.class
org.springframework.data.neo4j.config.Neo4jConfiguration.class
org.springframework.data.neo4j.conversion.MetaDataDrivenConversionService$1.class
org.springframework.data.neo4j.conversion.MetaDataDrivenConversionService$2.class
org.springframework.data.neo4j.conversion.MetaDataDrivenConversionService.class
org.springframework.data.neo4j.event.AfterDeleteEvent.class
org.springframework.data.neo4j.event.AfterSaveEvent.class
org.springframework.data.neo4j.event.BeforeDeleteEvent.class
org.springframework.data.neo4j.event.BeforeSaveEvent.class
org.springframework.data.neo4j.event.Neo4jDataManipulationEvent.class
org.springframework.data.neo4j.mapping.Neo4jMappingContext.class
org.springframework.data.neo4j.mapping.Neo4jPersistentEntity.class
org.springframework.data.neo4j.mapping.Neo4jPersistentProperty.class
org.springframework.data.neo4j.repository.config.EnableNeo4jRepositories.class
org.springframework.data.neo4j.repository.config.Neo4jRepositoriesRegistrar.class
org.springframework.data.neo4j.repository.config.Neo4jRepositoryConfigurationExtension.class
org.springframework.data.neo4j.repository.GraphRepository.class
org.springframework.data.neo4j.repository.GraphRepositoryImpl.class
org.springframework.data.neo4j.repository.query.derived.CypherFinderQuery$1.class
org.springframework.data.neo4j.repository.query.derived.CypherFinderQuery.class
org.springframework.data.neo4j.repository.query.derived.DerivedGraphRepositoryQuery.class
org.springframework.data.neo4j.repository.query.derived.DerivedQueryBuilder.class
org.springframework.data.neo4j.repository.query.derived.DerivedQueryCreator.class
org.springframework.data.neo4j.repository.query.derived.DerivedQueryDefinition.class
org.springframework.data.neo4j.repository.query.GraphQueryLookupStrategy.class
org.springframework.data.neo4j.repository.query.GraphQueryMethod.class
org.springframework.data.neo4j.repository.query.GraphRepositoryQuery.class
org.springframework.data.neo4j.repository.query.QueryResultGraphRepositoryQuery$1.class
org.springframework.data.neo4j.repository.query.QueryResultGraphRepositoryQuery.class
org.springframework.data.neo4j.repository.query.QueryResultProxy.class
org.springframework.data.neo4j.repository.support.GraphEntityInformation.class
org.springframework.data.neo4j.repository.support.GraphRepositoryFactory.class
org.springframework.data.neo4j.repository.support.GraphRepositoryFactoryBean.class
org.springframework.data.neo4j.server.Neo4jServer.class
org.springframework.data.neo4j.server.RemoteServer.class
org.springframework.data.neo4j.template.Neo4jOgmExceptionTranslator.class
#内容未全部加载,请点击展开加载全部代码(NowJava.com)
|
依赖Jar: |
neo4j-ogm-core-${neo4j.ogm.version}.jar
/org.neo4j/neo4j-ogm-core/${neo4j.ogm.version}
查看neo4j-ogm-core所有版本文件
neo4j-ogm-http-driver-${neo4j.ogm.version}.jar
/org.neo4j/neo4j-ogm-http-driver/${neo4j.ogm.version}
查看neo4j-ogm-http-driver所有版本文件
spring-data-commons-${springdata.commons}.jar
/org.springframework.data/spring-data-commons/${springdata.commons}
查看spring-data-commons所有版本文件
neo4j-ogm-test-${neo4j.ogm.version}.jar
/org.neo4j/neo4j-ogm-test/${neo4j.ogm.version}
查看neo4j-ogm-test所有版本文件
neo4j-harness-${neo4j.version}.jar
/org.neo4j.test/neo4j-harness/${neo4j.version}
查看neo4j-harness所有版本文件
|