| License |
License
CDDL
|
|---|---|
| Categories |
CategoriesGrizzly Net Networking |
| GroupId | GroupIdcom.sun.grizzly |
| ArtifactId | ArtifactIdframework |
| Last Version | Last Version1.6.1 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptiongrizzly-framework
|
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| framework-1.6.1.pom | |
| framework-1.6.1.jar | 161 KB |
| framework-1.6.1-tests.jar | 83 KB |
| framework-1.6.1-sources.jar | 155 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.sun.grizzly/framework/ -->
<dependency>
<groupId>com.sun.grizzly</groupId>
<artifactId>framework</artifactId>
<version>1.6.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.sun.grizzly/framework/
implementation 'com.sun.grizzly:framework:1.6.1'
// https://jarcasting.com/artifacts/com.sun.grizzly/framework/
implementation ("com.sun.grizzly:framework:1.6.1")
'com.sun.grizzly:framework:jar:1.6.1'
<dependency org="com.sun.grizzly" name="framework" rev="1.6.1">
<artifact name="framework" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.sun.grizzly', module='framework', version='1.6.1')
)
libraryDependencies += "com.sun.grizzly" % "framework" % "1.6.1"
[com.sun.grizzly/framework "1.6.1"]
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 3.8.1 |