embedded-rhino-debugger.
Swing-based Rhino debugger that's embeddable..
Here is the list of declaration for embedded-rhino-debugger. If you use Maven you can use the following code to add the dependency for this POM file.
<dependency> <groupId>org.jvnet.hudson</groupId> <artifactId>embedded-rhino-debugger</artifactId> <version>1.1</version> </dependency>
If you think this Maven repository POM file listing for embedded-rhino-debugger is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
The embedded-rhino-debugger-1.1 has 2 dependencies.The most popular ones are listed in the following table along with their categories and number of artifacts depending on them.
Category | Artifact | Depended By Count |
---|---|---|
JUnit | junit 3.8.1 JUnit is a regression testing framework written by Erich Gamma and Kent Beck. It is used by the developer who implements unit tests in Java. | 1966 |
The following packages are defined in the embedded-rhino-debugger-1.1.jar
org.mozilla.javascript.tools org.mozilla.javascript.tools.debugger org.mozilla.javascript.tools.debugger.downloaded org.mozilla.javascript.tools.debugger.treetable org.mozilla.javascript.tools.shell
Here is the content of the POM file.
<?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> <parent> <artifactId>extras</artifactId> <groupId>org.jvnet.hudson</groupId> <version>1.7</version> </parent> <groupId>org.jvnet.hudson</groupId> <artifactId>embedded-rhino-debugger</artifactId> <version>1.1</version> <name>embedded-rhino-debugger</name> <description>Swing-based Rhino debugger that's embeddable.</description> <dependencies> <dependency> <groupId>org.jvnet.hudson</groupId> <artifactId>htmlunit-core-js</artifactId> <version>2.2-hudson-2</version> </dependency> <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> <version>3.8.1</version> <scope>test</scope> </dependency> </dependencies> <scm> <connection>scm:svn:https://guest@svn.dev.java.net/svn/hudson/tags/embedded-rhino-debugger-1.1</connection> <developerConnection>scm:svn:https://svn.dev.java.net/svn/hudson/tags/embedded-rhino-debugger-1.1</developerConnection> <url>https://hudson.dev.java.net/source/browse/hudson/tags/embedded-rhino-debugger-1.1</url> </scm> </project>