magic-api-plugin-nebula
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>io.github.pig-mesh</groupId> <artifactId>magic-api-plugin-nebula</artifactId> <version>2.1.1.5</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/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>io.github.pig-mesh</groupId> <artifactId>magic-api-plugins</artifactId> <version>2.1.1.5</version> </parent> <artifactId>magic-api-plugin-nebula</artifactId> <packaging>jar</packaging> <name>magic-api-plugin-nebula</name> <properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <vesoft.version>3.5.0</vesoft.version> </properties> <dependencies> <dependency> <groupId>com.vesoft</groupId> <artifactId>client</artifactId> <version>${vesoft.version}</version> <exclusions> <exclusion> <artifactId>guava</artifactId> <groupId>com.google.guava</groupId> </exclusion> </exclusions> </dependency> </dependencies> </project>