You can download neo4j-udc-1.8.jar in this page.
GNU General Public License, Version 3
neo4j-udc-1.8.jar file has the following types.
META-INF/CHANGES.txt META-INF/LICENSE.txt META-INF/LICENSES.txt META-INF/MANIFEST.MF META-INF/NOTICE.txt META-INF/services/org.neo4j.kernel.KernelExtension org.neo4j.ext.udc.Edition.class org.neo4j.ext.udc.UdcConstants.class org.neo4j.ext.udc.UdcProperties.class org.neo4j.ext.udc.UdcSettings.class org.neo4j.ext.udc.impl.DefaultUdcInformationCollector.class org.neo4j.ext.udc.impl.Edition.class org.neo4j.ext.udc.impl.Pinger.class org.neo4j.ext.udc.impl.UdcExtensionImpl.class org.neo4j.ext.udc.impl.UdcInformationCollector.class org.neo4j.ext.udc.impl.UdcTimerTask.class org.neo4j.ext.udc.impl.osgi.OSGiActivator.class org/neo4j/ext/udc/udc.properties
neo4j-udc-1.8.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.build</groupId> <artifactId>parent-central</artifactId> <version>35</version> <relativePath /> </parent> <modelVersion>4.0.0</modelVersion> <groupId>org.neo4j</groupId> <artifactId>neo4j-udc</artifactId> <name>Neo4j - Usage Data Collection</name> <version>1.8</version> <description>Collects simple statistics about server deployment.</description> <url>http://components.neo4j.org/${project.artifactId}/${project.version}</url> <properties> <bundle.namespace>org.neo4j.ext.udc</bundle.namespace> <short-name>udc</short-name> <license-text.header>GPL-3-header.txt</license-text.header> <docs.url>http://docs.neo4j.org/chunked/${project.version}/usage-data-collector.html</docs.url> </properties> <packaging>jar</packaging> <scm> <url>https://github.com/neo4j/community/tree/master/udc</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> <build> <plugins> <plugin> <artifactId>maven-assembly-plugin</artifactId> <executions> <execution> <id>forCentral</id> <!-- to be deployed to maven central (the default jar build) --> <goals> <goal>single</goal> </goals> <configuration> <appendAssemblyId>false</appendAssemblyId> <filters> <filter>${project.basedir}/src/main/assembly/forMavenCentral.properties</filter> </filters> <finalName>${project.artifactId}-${project.version}</finalName> <ignoreDirFormatExtensions>true</ignoreDirFormatExtensions> <descriptors> <descriptor>src/main/assembly/assembly.xml</descriptor> </descriptors> </configuration> <phase>package</phase> </execution> <execution> <id>forNeo4j</id> <!-- to be used for downloading from Neo4j.org --> <goals> <goal>single</goal> </goals> <configuration> <appendAssemblyId>false</appendAssemblyId> <filters> <filter>${project.basedir}/src/main/assembly/forNeo4j.properties</filter> </filters> <finalName>${project.artifactId}-${project.version}-neo4j</finalName> <ignoreDirFormatExtensions>true</ignoreDirFormatExtensions> <descriptors> <descriptor>src/main/assembly/assembly.xml</descriptor> </descriptors> </configuration> <phase>package</phase> </execution> </executions> </plugin> <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>build-helper-maven-plugin</artifactId> <executions> <execution> <id>attach-artifacts</id> <phase>package</phase> <goals> <goal>attach-artifact</goal> </goals> <configuration> <artifacts> <artifact> <file>${project.build.directory}/${project.artifactId}-${project.version}-neo4j.jar</file> <type>jar</type> <classifier>neo4j</classifier> </artifact> </artifacts> </configuration> </execution> </executions> </plugin> <plugin> <artifactId>maven-site-plugin</artifactId> <configuration> <reportPlugins combine.children="append"> <plugin> <artifactId>maven-javadoc-plugin</artifactId> <configuration> <detectJavaApiLink>true</detectJavaApiLink> <detectLinks>true</detectLinks> <quiet>true</quiet> <excludePackageNames>*.impl.*</excludePackageNames> </configuration> <reports> <report>javadoc</report> </reports> </plugin> </reportPlugins> </configuration> <executions> <execution> <id>attach-descriptor</id> <phase>none</phase> </execution> </executions> </plugin> </plugins> </build> <dependencies> <dependency> <groupId>org.osgi</groupId> <artifactId>osgi_R4_core</artifactId> </dependency> <dependency> <groupId>org.osgi</groupId> <artifactId>osgi_R4_compendium</artifactId> </dependency> <dependency> <groupId>org.neo4j</groupId> <artifactId>neo4j-kernel</artifactId> <version>1.8</version> </dependency> <dependency> <groupId>org.apache.httpcomponents</groupId> <artifactId>httpclient</artifactId> <classifier>tests</classifier> <scope>test</scope> </dependency> <dependency> <groupId>org.apache.httpcomponents</groupId> <artifactId>httpclient</artifactId> <scope>test</scope> </dependency> <dependency> <groupId>org.apache.httpcomponents</groupId> <artifactId>httpcore</artifactId> <scope>test</scope> </dependency> <dependency> <groupId>commons-io</groupId> <artifactId>commons-io</artifactId> <scope>test</scope> </dependency> <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> </dependency> <dependency> <groupId>org.neo4j</groupId> <artifactId>neo4j-kernel</artifactId> <version>1.8</version> <type>test-jar</type> <scope>test</scope> </dependency> </dependencies> <distributionManagement> <site> <id>neo4j-site</id> <url>scpexe://static.neo4j.org/var/www/components.neo4j.org/${project.artifactId}/${project.version}</url> </site> </distributionManagement> </project>
<dependency> <groupId>org.neo4j</groupId> <artifactId>neo4j-udc</artifactId> <version>1.8</version> </dependency>
If you think the following neo4j-udc-1.8.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.
Download neo4j-udc-1.8.jar file