is not current version
Last Version 1.4

org.glassfish.scripting:jruby-commons 1.0

JRuby Container common classes to be shared with the Grizzly Adapter

Categories

Categories

Ruby Languages GlassFish Container Application Servers
GroupId

GroupId

org.glassfish.scripting
ArtifactId

ArtifactId

jruby-commons
Version

Version

1.0
Type

Type

jar

Download jruby-commons 1.0


<!-- https://jarcasting.com/artifacts/org.glassfish.scripting/jruby-commons/ -->
<dependency>
    <groupId>org.glassfish.scripting</groupId>
    <artifactId>jruby-commons</artifactId>
    <version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.glassfish.scripting/jruby-commons/
implementation 'org.glassfish.scripting:jruby-commons:1.0'
// https://jarcasting.com/artifacts/org.glassfish.scripting/jruby-commons/
implementation ("org.glassfish.scripting:jruby-commons:1.0")
'org.glassfish.scripting:jruby-commons:jar:1.0'
<dependency org="org.glassfish.scripting" name="jruby-commons" rev="1.0">
  <artifact name="jruby-commons" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.glassfish.scripting', module='jruby-commons', version='1.0')
)
libraryDependencies += "org.glassfish.scripting" % "jruby-commons" % "1.0"
[org.glassfish.scripting/jruby-commons "1.0"]