assistant-plus-generator
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>io.github.969025903</groupId>
<artifactId>assistant-plus-generator</artifactId>
<version>1.0.8</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">
<parent>
<artifactId>assistant</artifactId>
<groupId>io.github.969025903</groupId>
<version>1.0.8</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>io.github.969025903</groupId>
<artifactId>assistant-plus-generator</artifactId>
<packaging>jar</packaging>
<name>assistant-plus-generator</name>
<url>http://maven.apache.org</url>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
<dependencies>
<dependency>
<groupId>io.github</groupId>
<artifactId>assistant-common</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>io.github.969025903</groupId>
<artifactId>assistant-util</artifactId>
<version>${project.version}</version>
</dependency>
<!-- Velocity-->
<dependency>
<groupId>org.apache.velocity</groupId>
<artifactId>velocity</artifactId>
<version>1.6.2</version>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-web</artifactId>
</dependency>
</dependencies>
</project>