依赖信息

apachemaven

<dependency>
  <groupId>org.apache.maven.plugin-testing</groupId>
  <artifactId>maven-plugin-testing</artifactId>
  <version>3.3.0</version>
  <type>pom</type>
</dependency>

apache生成器

'org.apache.maven.plugin-testing:maven-plugin-testing:pom:3.3.0'

apache蚂蚁

<dependency org="org.apache.maven.plugin-testing" name="maven-plugin-testing" rev="3.3.0">
  <artifact name="maven-plugin-testing" type="pom" />
</dependency>

时髦的葡萄

@Grapes(
@Grab(group='org.apache.maven.plugin-testing', module='maven-plugin-testing', version='3.3.0')
)

圣杯

compile 'org.apache.maven.plugin-testing:maven-plugin-testing:3.3.0'

莱宁根

[org.apache.maven.plugin-testing/maven-plugin-testing "3.3.0"]

SBT

libraryDependencies += "org.apache.maven.plugin-testing" %% "maven-plugin-testing" % "3.3.0"