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