License |
License
CDDL and GPLv2 w/ classpath execption dual license
|
---|---|
Categories |
CategoriesGlassFish Container Application Servers Grizzly Net Networking |
GroupId | GroupIdorg.glassfish.scripting |
ArtifactId | ArtifactIdjython-grizzly |
Last Version | Last Version0.5.6 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionJython Grizzly Adapter
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
jython-grizzly-0.5.6.pom | |
jython-grizzly-0.5.6.jar | 22 KB |
jython-grizzly-0.5.6-sources.jar | 28 KB |
jython-grizzly-0.5.6-javadoc.jar | 67 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.glassfish.scripting/jython-grizzly/ -->
<dependency>
<groupId>org.glassfish.scripting</groupId>
<artifactId>jython-grizzly</artifactId>
<version>0.5.6</version>
</dependency>
// https://jarcasting.com/artifacts/org.glassfish.scripting/jython-grizzly/
implementation 'org.glassfish.scripting:jython-grizzly:0.5.6'
// https://jarcasting.com/artifacts/org.glassfish.scripting/jython-grizzly/
implementation ("org.glassfish.scripting:jython-grizzly:0.5.6")
'org.glassfish.scripting:jython-grizzly:jar:0.5.6'
<dependency org="org.glassfish.scripting" name="jython-grizzly" rev="0.5.6">
<artifact name="jython-grizzly" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.glassfish.scripting', module='jython-grizzly', version='0.5.6')
)
libraryDependencies += "org.glassfish.scripting" % "jython-grizzly" % "0.5.6"
[org.glassfish.scripting/jython-grizzly "0.5.6"]
Group / Artifact | Type | Version |
---|---|---|
com.sun.grizzly : grizzly-http | jar | 1.9.18-k |
org.python : jython | jar | 2.5.0 |
Group / Artifact | Type | Version |
---|---|---|
org.testng : testng | jar | 5.8 |