anyline-data-dialect-graph
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>org.anyline</groupId>
<artifactId>anyline-data-dialect-graph</artifactId>
<version>8.7.5-20260721</version>
</dependency><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">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.anyline</groupId>
<artifactId>anyline-dependency</artifactId>
<version>8.7.5-20260721</version>
<relativePath>../anyline-dependency/pom.xml</relativePath>
</parent>
<artifactId>anyline-data-dialect-graph</artifactId>
<name>anyline data dialect graph</name>
<packaging>pom</packaging>
<modules>
<module>anyline-data-nebula</module>
<module>anyline-data-jdbc-neo4j</module>
<module>anyline-data-neo4j</module>
<module>anyline-data-tugraph</module>
</modules>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-deploy-plugin</artifactId>
<version>3.0.0-M1</version>
<configuration>
<skip>true</skip>
</configuration>
</plugin>
</plugins>
</build>
</project>