| License |
License
CDDL and GPLv2 w/ classpath execption dual license
|
|---|---|
| Categories |
CategoriesRuby Languages Grizzly Net Networking |
| GroupId | GroupIdcom.sun.grizzly |
| ArtifactId | ArtifactIdgrizzly-jruby |
| Last Version | Last Version1.8.30 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptiongrizzly-jruby
|
| Filename | Size |
|---|---|
| grizzly-jruby-1.8.30.pom | |
| grizzly-jruby-1.8.30.jar | 23 KB |
| grizzly-jruby-1.8.30-sources.jar | 19 KB |
| grizzly-jruby-1.8.30-javadoc.jar | 53 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.sun.grizzly/grizzly-jruby/ -->
<dependency>
<groupId>com.sun.grizzly</groupId>
<artifactId>grizzly-jruby</artifactId>
<version>1.8.30</version>
</dependency>
// https://jarcasting.com/artifacts/com.sun.grizzly/grizzly-jruby/
implementation 'com.sun.grizzly:grizzly-jruby:1.8.30'
// https://jarcasting.com/artifacts/com.sun.grizzly/grizzly-jruby/
implementation ("com.sun.grizzly:grizzly-jruby:1.8.30")
'com.sun.grizzly:grizzly-jruby:jar:1.8.30'
<dependency org="com.sun.grizzly" name="grizzly-jruby" rev="1.8.30">
<artifact name="grizzly-jruby" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.sun.grizzly', module='grizzly-jruby', version='1.8.30')
)
libraryDependencies += "com.sun.grizzly" % "grizzly-jruby" % "1.8.30"
[com.sun.grizzly/grizzly-jruby "1.8.30"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.jruby : jruby-complete | jar | 1.3.1 |
| com.sun.grizzly : grizzly-http | jar | 1.9.18-e |
| com.sun.grizzly.scripting : grizzly-scripting-common | jar | 1.3 |
| org.glassfish.scripting : jruby-commons | jar | 1.4 |
| org.glassfish.scripting : jruby-monitor | jar | 1.5.11 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 3.8.1 |
| org.testng : testng | jar | 5.8 |