License |
License
CDDL
|
---|---|
Categories |
CategoriesRuby Languages Grizzly Net Networking |
GroupId | GroupIdcom.sun.grizzly |
ArtifactId | ArtifactIdjruby |
Last Version | Last Version1.6.1 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptiongrizzly-jruby
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
jruby-1.6.1.pom | |
jruby-1.6.1.jar | 16 KB |
jruby-1.6.1-sources.jar | 11 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.sun.grizzly/jruby/ -->
<dependency>
<groupId>com.sun.grizzly</groupId>
<artifactId>jruby</artifactId>
<version>1.6.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.sun.grizzly/jruby/
implementation 'com.sun.grizzly:jruby:1.6.1'
// https://jarcasting.com/artifacts/com.sun.grizzly/jruby/
implementation ("com.sun.grizzly:jruby:1.6.1")
'com.sun.grizzly:jruby:jar:1.6.1'
<dependency org="com.sun.grizzly" name="jruby" rev="1.6.1">
<artifact name="jruby" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.sun.grizzly', module='jruby', version='1.6.1')
)
libraryDependencies += "com.sun.grizzly" % "jruby" % "1.6.1"
[com.sun.grizzly/jruby "1.6.1"]
Group / Artifact | Type | Version |
---|---|---|
backport-util-concurrent : backport-util-concurrent | jar | 2.0_01_pd |
asm : asm | jar | 2.2.3 |
org.jruby : jruby-complete | jar | 1.0 |
com.sun.grizzly : http | jar | 1.6.1 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 3.8.1 |