is not current version
Last Version 1.6.1

com.sun.grizzly:framework 1.5.1


Categories

Categories

Grizzly Net Networking
GroupId

GroupId

com.sun.grizzly
ArtifactId

ArtifactId

framework
Version

Version

1.5.1
Type

Type

jar

Download framework 1.5.1


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