<dependency> <groupId>plexus</groupId> <artifactId>plexus-bsh-factory</artifactId> <version>1.0-alpha-6</version> </dependency>
implementation 'plexus:plexus-bsh-factory:1.0-alpha-6'
implementation("plexus:plexus-bsh-factory:1.0-alpha-6")
libraryDependencies += "plexus" % "plexus-bsh-factory" % "1.0-alpha-6"
@Grapes( @Grab(group='plexus', module='plexus-bsh-factory', version='1.0-alpha-6') )
<dependency org="plexus" name="plexus-bsh-factory" rev="1.0-alpha-6" />
[plexus/plexus-bsh-factory "1.0-alpha-6"]
'plexus:plexus-bsh-factory:jar:1.0-alpha-6'
<parent> <groupId>plexus</groupId> <artifactId>plexus-component-factories</artifactId> <version>1.0-alpha-4</version> </parent>
compile
|-- bsh:bsh:1.3.0