文件名称: maven-plugin-annotations-3.0.jar中文-英文对照文档.zip
<dependency>
<groupId>org.apache.maven.plugin-tools</groupId>
<artifactId>maven-plugin-annotations</artifactId>
<version>3.0</version>
</dependency>Gradle:
implementation group: 'org.apache.maven.plugin-tools', name: 'maven-plugin-annotations', version: '3.0'
Gradle (Short):
implementation 'org.apache.maven.plugin-tools:maven-plugin-annotations:3.0'
Gradle (Kotlin):
implementation("org.apache.maven.plugin-tools:maven-plugin-annotations:3.0")本翻译文档基于以下开源项目制作,严格遵守各项目的开源许可证,并在此列出其版权归属与许可证信息。
org.apache.maven.plugins.annotationsorg.apache.maven.plugins.annotations.Component
org.apache.maven.plugins.annotations.Execute
org.apache.maven.plugins.annotations.InstanciationStrategy
org.apache.maven.plugins.annotations.LifecyclePhase
org.apache.maven.plugins.annotations.Mojo
org.apache.maven.plugins.annotations.Parameter
org.apache.maven.plugins.annotations.ResolutionScope