is not current version
Last Version 3.6.4

org.apache.maven.plugin-tools:maven-plugin-tools-beanshell 2.5

Descriptor extractor for plugins written in Beanshell.

Categories

Categories

Maven Build Tools
GroupId

GroupId

org.apache.maven.plugin-tools
ArtifactId

ArtifactId

maven-plugin-tools-beanshell
Version

Version

2.5
Type

Type

jar

Download maven-plugin-tools-beanshell 2.5


<!-- https://jarcasting.com/artifacts/org.apache.maven.plugin-tools/maven-plugin-tools-beanshell/ -->
<dependency>
    <groupId>org.apache.maven.plugin-tools</groupId>
    <artifactId>maven-plugin-tools-beanshell</artifactId>
    <version>2.5</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.maven.plugin-tools/maven-plugin-tools-beanshell/
implementation 'org.apache.maven.plugin-tools:maven-plugin-tools-beanshell:2.5'
// https://jarcasting.com/artifacts/org.apache.maven.plugin-tools/maven-plugin-tools-beanshell/
implementation ("org.apache.maven.plugin-tools:maven-plugin-tools-beanshell:2.5")
'org.apache.maven.plugin-tools:maven-plugin-tools-beanshell:jar:2.5'
<dependency org="org.apache.maven.plugin-tools" name="maven-plugin-tools-beanshell" rev="2.5">
  <artifact name="maven-plugin-tools-beanshell" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.maven.plugin-tools', module='maven-plugin-tools-beanshell', version='2.5')
)
libraryDependencies += "org.apache.maven.plugin-tools" % "maven-plugin-tools-beanshell" % "2.5"
[org.apache.maven.plugin-tools/maven-plugin-tools-beanshell "2.5"]