License |
License |
---|---|
Categories |
CategoriesMaven Build Tools |
GroupId | GroupIdorg.apache.maven.plugin-tools |
ArtifactId | ArtifactIdmaven-plugin-tools-beanshell |
Last Version | Last Version3.6.4 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionMaven Plugin Tool for Beanshell
Descriptor extractor for plugins written in Beanshell.
|
Project Organization |
Project Organization |
<!-- 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>3.6.4</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:3.6.4'
// https://jarcasting.com/artifacts/org.apache.maven.plugin-tools/maven-plugin-tools-beanshell/
implementation ("org.apache.maven.plugin-tools:maven-plugin-tools-beanshell:3.6.4")
'org.apache.maven.plugin-tools:maven-plugin-tools-beanshell:jar:3.6.4'
<dependency org="org.apache.maven.plugin-tools" name="maven-plugin-tools-beanshell" rev="3.6.4">
<artifact name="maven-plugin-tools-beanshell" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.maven.plugin-tools', module='maven-plugin-tools-beanshell', version='3.6.4')
)
libraryDependencies += "org.apache.maven.plugin-tools" % "maven-plugin-tools-beanshell" % "3.6.4"
[org.apache.maven.plugin-tools/maven-plugin-tools-beanshell "3.6.4"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.maven.plugin-tools : maven-plugin-tools-api | jar | 3.6.4 |
org.apache.maven : maven-plugin-api | jar | 3.2.5 |
org.codehaus.plexus : plexus-component-annotations | jar | 2.1.1 |
org.apache-extras.beanshell : bsh | jar | 2.0b6 |