m

maven-plugin-tools-beanshell

Descriptor extractor for plugins written in Beanshell.
文件下载
文件名 操作
maven-plugin-tools-beanshell-2.6.jar 下载
maven-plugin-tools-beanshell-2.6.pom 下载
maven-plugin-tools-beanshell-2.6-sources.jar 下载
Apache Maven
<dependency>
  <groupId>org.apache.maven.plugin-tools</groupId>
  <artifactId>maven-plugin-tools-beanshell</artifactId>
  <version>2.6</version>
</dependency>
Gradle Groovy
implementation 'org.apache.maven.plugin-tools:maven-plugin-tools-beanshell:2.6'
Gradle Kotlin
implementation("org.apache.maven.plugin-tools:maven-plugin-tools-beanshell:2.6")
Scala SBT
libraryDependencies += "org.apache.maven.plugin-tools" % "maven-plugin-tools-beanshell" % "2.6"
Groovy Grape
@Grapes(
  @Grab(group='org.apache.maven.plugin-tools', module='maven-plugin-tools-beanshell', version='2.6')
)
Apache Ivy
<dependency org="org.apache.maven.plugin-tools" name="maven-plugin-tools-beanshell" rev="2.6" />
Leiningen
[org.apache.maven.plugin-tools/maven-plugin-tools-beanshell "2.6"]
Apache Buildr
'org.apache.maven.plugin-tools:maven-plugin-tools-beanshell:jar:2.6'