| License |
License |
|---|---|
| GroupId | GroupIdorg.beanshell |
| ArtifactId | ArtifactIdbeanshell |
| Last Version | Last Version2.0b4 |
| Release Date | Release Date |
| Type | Typepom |
| Description |
DescriptionBeanShell
BeanShell
|
| Project Organization |
Project Organizationhttp://www.beanshell.org/ |
| Filename | Size |
|---|---|
| beanshell-2.0b4.pom | 1 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.beanshell/beanshell/ -->
<dependency>
<groupId>org.beanshell</groupId>
<artifactId>beanshell</artifactId>
<version>2.0b4</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.beanshell/beanshell/
implementation 'org.beanshell:beanshell:2.0b4'
// https://jarcasting.com/artifacts/org.beanshell/beanshell/
implementation ("org.beanshell:beanshell:2.0b4")
'org.beanshell:beanshell:pom:2.0b4'
<dependency org="org.beanshell" name="beanshell" rev="2.0b4">
<artifact name="beanshell" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.beanshell', module='beanshell', version='2.0b4')
)
libraryDependencies += "org.beanshell" % "beanshell" % "2.0b4"
[org.beanshell/beanshell "2.0b4"]