com.uifuture.maven.plugins:agt-core

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

License

License

Categories

Categories

Maven Build Tools
GroupId

GroupId

com.uifuture.maven.plugins
ArtifactId

ArtifactId

agt-core
Last Version

Last Version

1.1.3
Release Date

Release Date

Type

Type

jar
Description

Description

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

Download agt-core

How to add to project

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

Dependencies

compile (5)

Group / Artifact Type Version
com.thoughtworks.qdox : qdox jar 2.0-M10
org.freemarker : freemarker jar 2.3.28
org.apache.commons : commons-lang3 jar 3.8.1
org.apache.maven : maven-plugin-api jar 3.6.0
org.projectlombok : lombok jar 1.18.6

Project Modules

There are no modules declared in this project.

Versions

Version
1.1.3
1.1.2
1.1.1
1.1.0