License |
License
CDDL
|
---|---|
Categories |
CategoriesGrizzly Net Networking |
GroupId | GroupIdcom.sun.grizzly |
ArtifactId | ArtifactIdproject |
Last Version | Last Version1.6.1 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionGrizzly Project
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
project-1.6.1.pom | 8 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.sun.grizzly/project/ -->
<dependency>
<groupId>com.sun.grizzly</groupId>
<artifactId>project</artifactId>
<version>1.6.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.sun.grizzly/project/
implementation 'com.sun.grizzly:project:1.6.1'
// https://jarcasting.com/artifacts/com.sun.grizzly/project/
implementation ("com.sun.grizzly:project:1.6.1")
'com.sun.grizzly:project:pom:1.6.1'
<dependency org="com.sun.grizzly" name="project" rev="1.6.1">
<artifact name="project" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.sun.grizzly', module='project', version='1.6.1')
)
libraryDependencies += "com.sun.grizzly" % "project" % "1.6.1"
[com.sun.grizzly/project "1.6.1"]