| Categories |
CategoriesGrizzly Net Networking |
|---|---|
| GroupId | GroupIdcom.sun.grizzly |
| ArtifactId | ArtifactIdframework |
| Version | Version1.5.0 |
| Type | Typejar |
| Filename | Size |
|---|---|
| framework-1.5.0.pom | |
| framework-1.5.0.jar | 67 KB |
| framework-1.5.0-sources.jar | 69 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.sun.grizzly/framework/ -->
<dependency>
<groupId>com.sun.grizzly</groupId>
<artifactId>framework</artifactId>
<version>1.5.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.sun.grizzly/framework/
implementation 'com.sun.grizzly:framework:1.5.0'
// https://jarcasting.com/artifacts/com.sun.grizzly/framework/
implementation ("com.sun.grizzly:framework:1.5.0")
'com.sun.grizzly:framework:jar:1.5.0'
<dependency org="com.sun.grizzly" name="framework" rev="1.5.0">
<artifact name="framework" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.sun.grizzly', module='framework', version='1.5.0')
)
libraryDependencies += "com.sun.grizzly" % "framework" % "1.5.0"
[com.sun.grizzly/framework "1.5.0"]