m

maven-plugin-tools-beanshell

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