auto-generate-test

AGT,基于Java的自动测试代码生成Maven插件,项目地址:https://github.com/chenhaoxiang/auto-generate-test-maven-plugin

License

License

Categories

Categories

Maven Build Tools Auto Application Layer Libs Code Generators
GroupId

GroupId

com.uifuture.maven.plugins
ArtifactId

ArtifactId

auto-generate-test-maven-plugin
Last Version

Last Version

1.1.3
Release Date

Release Date

Type

Type

pom
Description

Description

auto-generate-test
AGT,基于Java的自动测试代码生成Maven插件,项目地址:https://github.com/chenhaoxiang/auto-generate-test-maven-plugin
Project URL

Project URL

https://github.com/chenhaoxiang/auto-generate-test-maven-plugin

Download auto-generate-test-maven-plugin

How to add to project

<!-- https://jarcasting.com/artifacts/com.uifuture.maven.plugins/auto-generate-test-maven-plugin/ -->
<dependency>
    <groupId>com.uifuture.maven.plugins</groupId>
    <artifactId>auto-generate-test-maven-plugin</artifactId>
    <version>1.1.3</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.uifuture.maven.plugins/auto-generate-test-maven-plugin/
implementation 'com.uifuture.maven.plugins:auto-generate-test-maven-plugin:1.1.3'
// https://jarcasting.com/artifacts/com.uifuture.maven.plugins/auto-generate-test-maven-plugin/
implementation ("com.uifuture.maven.plugins:auto-generate-test-maven-plugin:1.1.3")
'com.uifuture.maven.plugins:auto-generate-test-maven-plugin:pom:1.1.3'
<dependency org="com.uifuture.maven.plugins" name="auto-generate-test-maven-plugin" rev="1.1.3">
  <artifact name="auto-generate-test-maven-plugin" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.uifuture.maven.plugins', module='auto-generate-test-maven-plugin', version='1.1.3')
)
libraryDependencies += "com.uifuture.maven.plugins" % "auto-generate-test-maven-plugin" % "1.1.3"
[com.uifuture.maven.plugins/auto-generate-test-maven-plugin "1.1.3"]

Dependencies

compile (2)

Group / Artifact Type Version
org.apache.maven : maven-plugin-api jar 3.6.0
org.projectlombok : lombok jar 1.18.6

Project Modules

  • agt-core
  • agt-maven-plugin

Versions

Version
1.1.3
1.1.2
1.1.1
1.1.0
1.0.0