You can download neo4j-io-3.0.0.jar in this page.
GNU General Public License, Version 3
neo4j-io-3.0.0.jar file has the following types.
META-INF/LICENSE.txt META-INF/LICENSES.txt META-INF/MANIFEST.MF META-INF/NOTICE.txt META-INF/README.md META-INF/maven/org.neo4j/neo4j-io/pom.properties META-INF/maven/org.neo4j/neo4j-io/pom.xml META-INF/services/org.neo4j.io.pagecache.PageSwapperFactory org.neo4j.io.ByteUnit.class org.neo4j.io.IOUtils.class org.neo4j.io.file.Files.class org.neo4j.io.fs.AbstractStoreChannel.class org.neo4j.io.fs.DefaultFileSystemAbstraction.class org.neo4j.io.fs.DelegateFileSystemAbstraction.class org.neo4j.io.fs.DelegatingFileSystem.class org.neo4j.io.fs.DelegatingFileSystemProvider.class org.neo4j.io.fs.DelegatingPath.class org.neo4j.io.fs.FileSystemAbstraction.class org.neo4j.io.fs.FileUtils.class org.neo4j.io.fs.StoreChannel.class org.neo4j.io.fs.StoreFileChannel.class org.neo4j.io.fs.StoreFileChannelUnwrapper.class org.neo4j.io.pagecache.IOLimiter.class org.neo4j.io.pagecache.Page.class org.neo4j.io.pagecache.PageCache.class org.neo4j.io.pagecache.PageCacheOpenOptions.class org.neo4j.io.pagecache.PageCursor.class org.neo4j.io.pagecache.PageEvictionCallback.class org.neo4j.io.pagecache.PageSwapper.class org.neo4j.io.pagecache.PageSwapperFactory.class org.neo4j.io.pagecache.PagedFile.class org.neo4j.io.pagecache.impl.CompositePageCursor.class org.neo4j.io.pagecache.impl.DelegatingPageCursor.class org.neo4j.io.pagecache.impl.FileLockException.class org.neo4j.io.pagecache.impl.SingleFilePageSwapper.class org.neo4j.io.pagecache.impl.SingleFilePageSwapperFactory.class org.neo4j.io.pagecache.impl.muninn.BackgroundTask.class org.neo4j.io.pagecache.impl.muninn.BackgroundThreadExecutor.class org.neo4j.io.pagecache.impl.muninn.CacheLiveLockException.class org.neo4j.io.pagecache.impl.muninn.CursorPool.class org.neo4j.io.pagecache.impl.muninn.DaemonThreadFactory.class org.neo4j.io.pagecache.impl.muninn.EvictionTask.class org.neo4j.io.pagecache.impl.muninn.FileMapping.class org.neo4j.io.pagecache.impl.muninn.FreePage.class org.neo4j.io.pagecache.impl.muninn.MuninnPage.class org.neo4j.io.pagecache.impl.muninn.MuninnPageCache.class org.neo4j.io.pagecache.impl.muninn.MuninnPageCursor.class org.neo4j.io.pagecache.impl.muninn.MuninnPageEvictionCallback.class org.neo4j.io.pagecache.impl.muninn.MuninnPagedFile.class org.neo4j.io.pagecache.impl.muninn.MuninnReadPageCursor.class org.neo4j.io.pagecache.impl.muninn.MuninnWritePageCursor.class org.neo4j.io.pagecache.impl.muninn.SequenceLock.class org.neo4j.io.pagecache.impl.muninn.VictimPageReference.class org.neo4j.io.pagecache.monitoring.PageCacheCounters.class org.neo4j.io.pagecache.tracing.AutoCloseablePageCacheTracerEvent.class org.neo4j.io.pagecache.tracing.DefaultPageCacheTracer.class org.neo4j.io.pagecache.tracing.EvictionEvent.class org.neo4j.io.pagecache.tracing.EvictionRunEvent.class org.neo4j.io.pagecache.tracing.FlushEvent.class org.neo4j.io.pagecache.tracing.FlushEventOpportunity.class org.neo4j.io.pagecache.tracing.MajorFlushEvent.class org.neo4j.io.pagecache.tracing.PageCacheTracer.class org.neo4j.io.pagecache.tracing.PageFaultEvent.class org.neo4j.io.pagecache.tracing.PinEvent.class org.neo4j.io.proc.ProcessUtil.class
neo4j-io-3.0.0.pom file content.
<?xml version="1.0" encoding="UTF-8"?> <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/maven-v4_0_0.xsd"> <parent> <groupId>org.neo4j</groupId> <artifactId>parent</artifactId> <version>3.0.0</version> <relativePath>../..</relativePath> </parent> <properties> <short-name>io</short-name> <bundle.namespace>org.neo4j.io</bundle.namespace> <license-text.header>GPL-3-header.txt</license-text.header> <licensing.prepend.text>notice-gpl-prefix.txt</licensing.prepend.text> </properties> <modelVersion>4.0.0</modelVersion> <artifactId>neo4j-io</artifactId> <version>3.0.0</version> <packaging>jar</packaging> <name>Neo4j - IO</name> <description>Input/output abstraction layer for Neo4j.</description> <url>http://components.neo4j.org/${project.artifactId}/${project.version}</url> <scm> <connection>scm:git:git://github.com/neo4j/neo4j.git</connection> <developerConnection>scm:git:git@github.com:neo4j/neo4j.git</developerConnection> <url>https://github.com/neo4j/neo4j</url> </scm> <licenses> <license> <name>GNU General Public License, Version 3</name> <url>http://www.gnu.org/licenses/gpl-3.0-standalone.html</url> <comments>The software ("Software") developed and owned by Network Engine for Objects in Lund AB (referred to in this notice as "Neo Technology") is licensed under the GNU GENERAL PUBLIC LICENSE Version 3 to all third parties and that license is included below. However, if you have executed an End User Software License and Services Agreement or an OEM Software License and Support Services Agreement, or another commercial license agreement with Neo Technology or one of its affiliates (each, a "Commercial Agreement"), the terms of the license in such Commercial Agreement will supersede the GNU GENERAL PUBLIC LICENSE Version 3 and you may use the Software solely pursuant to the terms of the relevant Commercial Agreement. </comments> </license> </licenses> <dependencies> <dependency> <groupId>org.neo4j</groupId> <artifactId>neo4j-unsafe</artifactId> <version>${project.version}</version> </dependency> <dependency> <groupId>org.neo4j</groupId> <artifactId>neo4j-primitive-collections</artifactId> <version>${project.version}</version> </dependency> <dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-lang3</artifactId> </dependency> <!-- Test dependencies --> <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> <scope>test</scope> </dependency> <dependency> <groupId>org.hamcrest</groupId> <artifactId>hamcrest-core</artifactId> <scope>test</scope> </dependency> <dependency> <groupId>org.hamcrest</groupId> <artifactId>hamcrest-library</artifactId> <scope>test</scope> </dependency> <dependency> <groupId>org.mockito</groupId> <artifactId>mockito-core</artifactId> <scope>test</scope> </dependency> <dependency> <groupId>org.neo4j</groupId> <artifactId>neo4j-unsafe</artifactId> <version>${project.version}</version> <type>test-jar</type> <scope>test</scope> </dependency> </dependencies> <build> <plugins> <plugin> <!-- Run mutation tests like this: mvn org.pitest:pitest-maven:mutationCoverage NOTE: This takes about 9 to 10 minutes to run. --> <groupId>org.pitest</groupId> <artifactId>pitest-maven</artifactId> <version>1.0.0</version> <configuration> <targetTests> <param>org.neo4j.io.pagecache.*</param> </targetTests> <targetClasses> <param>org.neo4j.io.pagecache.impl.*</param> </targetClasses> <threads>8</threads> <jvmArgs> <value>-ea</value> </jvmArgs> </configuration> </plugin> </plugins> </build> </project>
<dependency> <groupId>org.neo4j</groupId> <artifactId>neo4j-io</artifactId> <version>3.0.0</version> </dependency>
If you think the following neo4j-io-3.0.0.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.
Download neo4j-io-3.0.0.jar file