组织ID: |
org.apache-extras.beanshell |
项目ID: |
bsh |
版本: |
2.0b6 |
最后修改时间: |
2018-07-23 20:56:49 |
包类型: |
jar |
标题: |
BeanShell |
描述: |
BeanShell is a small, free, embeddable Java source interpreter
with object scripting language features, written in Java. BeanShell
dynamically executes standard Java syntax and extends it with common
scripting conveniences such as loose types, commands, and method closures
like those in Perl and JavaScript.
|
相关URL: |
https://github.com/beanshell/beanshell/ |
大小: |
379.92KB |
|
Maven引入代码: |
<dependency>
<groupId>org.apache-extras.beanshell</groupId>
<artifactId>bsh</artifactId>
<version>2.0b6</version>
</dependency>
|
Gradle引入代码: |
org.apache-extras.beanshell:bsh:2.0b6
|
下载Jar包: |
|
POM文件内容: |
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>org.apache-extras.beanshell</groupId>
<artifactId>bsh</artifactId>
<version>2.0b6</version>
<packaging>jar</packaging>
<name>BeanShell</name>
<description>BeanShell is a small, free, embeddable Java source interpreter
with object scripting language features, written in Java. BeanShell
dynamically executes standard Java syntax and extends it with common
scripting conveniences such as loose types, commands, and method closures
like those in Perl and JavaScript.
</description>
<url>https://github.com/beanshell/beanshell/</url>
<licenses>
<license>
<name>Apache License, Version 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
<distribution>repo</distribution>
</license>
</licenses>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
</properties>
<scm>
<connection>scm:git:git://github.com/beanshell/beanshell.git</connection>
<developerConnection>scm:git:git@github.com:beanshell/beanshell.git</developerConnection>
<url>https://github.com/beanshell/beanshell/</url>
<tag>HEAD</tag>
</scm>
<developers>
<developer>
<name>Patrick Niemeyer</name>
<email>patniemeyer@gmail.com</email>
<organization>Apache Extras</organization>
<organizationUrl>http://www.apache-extras.org/</organizationUrl>
</developer>
<developer>
<name>Daniel Leuck</name>
<email>dan@ikayzo.com</email>
<organization>Apache Extras</organization>
<organizationUrl>http://www.apache-extras.org/</organizationUrl>
</developer>
<developer>
<name>Simone Tripodi</name>
<email>simonetripodi@apache.org</email>
<organization>Apache Extras</organization>
<organizationUrl>http://www.apache-extras.org/</organizationUrl>
</developer>
<developer>
<name>Pedro Giffuni</name>
<email>pfg@apache.org</email>
<organization>Apache Extras</organization>
<organizationUrl>http://www.apache-extras.org/</organizationUrl>
</developer>
<developer>
<name>Peter Jodeleit</name>
<email>pejobo70@gmail.com</email>
<organization>Apache Extras</organization>
<organizationUrl>http://www.apache-extras.org/</organizationUrl>
</developer>
<developer>
<name>Stian Soiland-Reyes</name>
<email>stain@apache.org</email>
<organization>Apache Extras</organization>
<organizationUrl>http://www.apache-extras.org/</organizationUrl>
</developer>
<developer>
<name>Alan R Williams</name>
<email>alaninmcr@apache.org</email>
<organization>Apache Extras</organization>
<organizationUrl>http://www.apache-extras.org/</organizationUrl>
</developer>
</developers>
<issueManagement>
<system>GitHub</system>
<url>https://github.com/beanshell/beanshell/issues</url>
</issueManagement>
<distributionManagement>
<repository>
<id>bintray-beanshell-Beanshell-bsh</id>
<name>beanshell-Beanshell-bsh</name>
<url>https://api.bintray.com/maven/beanshell/Beanshell/bsh</url>
</repository>
</distributionManagement>
<dependencies>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.12</version>
<scope>test</scope>
</dependency>
</dependencies>
</project>
|
Jar包内容: |
META-INF/MANIFEST.MF
bsh.BSHAllocationExpression.class
bsh.BSHAmbiguousName.class
bsh.BSHArguments.class
bsh.BSHArrayDimensions.class
bsh.BSHArrayInitializer.class
bsh.BSHAssignment.class
bsh.BSHBinaryExpression.class
bsh.BSHBlock$NodeFilter.class
bsh.BSHBlock.class
bsh.BSHCastExpression.class
bsh.BSHClassDeclaration.class
bsh.BSHEnhancedForStatement.class
bsh.BSHForStatement.class
bsh.BSHFormalComment.class
bsh.BSHFormalParameter.class
bsh.BSHFormalParameters.class
bsh.BSHIfStatement.class
bsh.BSHImportDeclaration.class
bsh.BSHLiteral.class
bsh.BSHMethodDeclaration.class
bsh.BSHMethodInvocation.class
bsh.BSHPackageDeclaration.class
bsh.BSHPrimaryExpression.class
bsh.BSHPrimarySuffix.class
bsh.BSHPrimitiveType.class
bsh.BSHReturnStatement.class
bsh.BSHReturnType.class
bsh.BSHStatementExpressionList.class
bsh.BSHSwitchLabel.class
bsh.BSHSwitchStatement.class
bsh.BSHTernaryExpression.class
bsh.BSHThrowStatement.class
bsh.BSHTryStatement.class
bsh.BSHType.class
bsh.BSHTypedVariableDeclaration.class
bsh.BSHUnaryExpression.class
bsh.BSHVariableDeclarator.class
bsh.BSHWhileStatement.class
bsh.BlockNameSpace.class
bsh.BshClassManager$Listener.class
bsh.BshClassManager$SignatureKey.class
bsh.BshClassManager.class
bsh.BshIterator.class
bsh.BshMethod.class
bsh.CallStack.class
bsh.Capabilities$Unavailable.class
bsh.Capabilities.class
bsh.ClassGenerator.class
bsh.ClassIdentifier.class
bsh.ClassPathException.class
bsh.CollectionManager$BasicBshIterator$1.class
bsh.CollectionManager$BasicBshIterator.class
bsh.CollectionManager.class
bsh.CommandLineReader.class
bsh.ConsoleInterface.class
bsh.EvalError.class
bsh.ExternalNameSpace.class
bsh.Interpreter$1.class
bsh.Interpreter.class
bsh.InterpreterError.class
bsh.JJTParserState.class
bsh.JavaCharStream.class
bsh.LHS.class
bsh.Modifiers.class
bsh.Name.class
bsh.NameSource$Listener.class
bsh.NameSource.class
bsh.NameSpace.class
bsh.Node.class
bsh.ParseException.class
bsh.Parser$1.class
bsh.Parser$JJCalls.class
bsh.Parser$LookaheadSuccess.class
bsh.Parser.class
bsh.ParserConstants.class
bsh.ParserTokenManager.class
bsh.ParserTreeConstants.class
bsh.Primitive$Special.class
bsh.Primitive.class
bsh.Reflect.class
bsh.ReflectError.class
bsh.ReflectManager.class
bsh.ReturnControl.class
bsh.SimpleNode$1.class
bsh.SimpleNode.class
bsh.StringUtil.class
bsh.TargetError.class
bsh.This.class
bsh.Token.class
bsh.TokenMgrError.class
bsh.Types.class
bsh.UtilEvalError.class
bsh.UtilTargetError.class
bsh.Variable.class
bsh.XThis$Handler.class
bsh.XThis.class
bsh.classpath.BshClassLoader.class
bsh.classpath.BshClassPath$AmbiguousName.class
bsh.classpath.BshClassPath$ClassSource.class
bsh.classpath.BshClassPath$DirClassSource.class
bsh.classpath.BshClassPath$GeneratedClassSource.class
bsh.classpath.BshClassPath$JarClassSource.class
bsh.classpath.BshClassPath$MappingFeedback.class
bsh.classpath.BshClassPath$UnqualifiedNameTable.class
bsh.classpath.BshClassPath.class
bsh.classpath.ClassManagerImpl.class
bsh.classpath.ClassPathListener.class
bsh.classpath.DiscreteFilesClassLoader$ClassSourceMap.class
bsh.classpath.DiscreteFilesClassLoader.class
bsh.reflect.ReflectManagerImpl.class
bsh.collection.CollectionIterator$1.class
bsh.collection.CollectionIterator.class
bsh.collection.CollectionManagerImpl.class
bsh.util.AWTConsole$1.class
bsh.util.AWTConsole.class
bsh.util.AWTDemoApplet.class
bsh.util.AWTRemoteApplet.class
bsh.util.BshCanvas.class
bsh.util.ClassBrowser$1.class
bsh.util.ClassBrowser$2.class
bsh.util.ClassBrowser$PackageTree.class
bsh.util.ClassBrowser.class
bsh.util.GUIConsoleInterface.class
bsh.util.Httpd.class
bsh.util.HttpdConnection.class
bsh.util.JConsole$1.class
bsh.util.JConsole$2.class
bsh.util.JConsole$3.class
bsh.util.JConsole$4.class
bsh.util.JConsole$5.class
bsh.util.JConsole$BlockingPipedInputStream.class
bsh.util.JConsole.class
bsh.util.JDemoApplet.class
bsh.util.JRemoteApplet.class
bsh.util.NameCompletion.class
bsh.util.NameCompletionTable.class
bsh.util.Sessiond.class
bsh.util.SessiondConnection.class
bsh.util.Util.class
bsh/util/lib/awtconsole.html
bsh/util/lib/eye.jpg
bsh/util/lib/icon.gif
bsh/util/lib/jconsole.html
bsh/util/lib/remote.html
bsh/util/lib/script.gif
bsh/util/lib/small_bean_shell.gif
bsh/util/lib/splash.gif
bsh/util/lib/workspace.gif
bsh/commands/addClassPath.bsh
bsh/commands/bg.bsh
bsh/commands/bind.bsh
bsh/commands/browseClass.bsh
bsh/commands/cat.bsh
bsh/commands/cd.bsh
bsh/commands/classBrowser.bsh
bsh/commands/clear.bsh
bsh/commands/cp.bsh
bsh/commands/debug.bsh
bsh/commands/desktop.bsh
bsh.commands.dir.class
bsh/commands/dirname.bsh
bsh/commands/editor.bsh
bsh/commands/error.bsh
bsh/commands/eval.bsh
bsh/commands/exec.bsh
bsh/commands/exit.bsh
bsh/commands/extend.bsh
bsh/commands/fontMenu.bsh
bsh/commands/frame.bsh
bsh/commands/getBshPrompt.bsh
bsh/commands/getClass.bsh
bsh/commands/getClassPath.bsh
bsh/commands/getResource.bsh
bsh/commands/getSourceFileInfo.bsh
bsh/commands/importCommands.bsh
bsh/commands/importObject.bsh
bsh/commands/javap.bsh
bsh/commands/load.bsh
bsh/commands/makeWorkspace.bsh
bsh/commands/mv.bsh
bsh/commands/object.bsh
bsh/commands/pathToFile.bsh
bsh/commands/print.bsh
bsh/commands/printBanner.bsh
bsh/commands/pwd.bsh
bsh/commands/reloadClasses.bsh
bsh/commands/rm.bsh
bsh/commands/run.bsh
bsh/commands/save.bsh
bsh/commands/server.bsh
bsh/commands/setAccessibility.bsh
#内容未全部加载,请点击展开加载全部代码(NowJava.com)
|
依赖Jar: |
junit-4.12.jar
/junit/junit/4.12
查看junit所有版本文件
|