| License | License
                                                        jQuery license                                                 | 
|---|---|
| Categories | CategoriesGlassFish Container Application Servers Jersey Program Interface REST Frameworks | 
| GroupId | GroupIdorg.glassfish.jersey | 
| ArtifactId | ArtifactIdproject | 
| Last Version | Last Version3.1.0-M3 | 
| Release Date | Release Date | 
| Type | Typepom | 
| Description | Descriptionjersey Eclipse Jersey is the open source (under dual EPL+GPL license) Jakarta RESTful WebServices 3.0
        production quality Reference Implementation for building RESTful Web Services. | 
| Project URL | Project URL | 
| Project Organization | Project Organization | 
| Source Code Management | Source Code Management | 
| Filename | Size | 
|---|---|
| project-3.1.0-M3.pom | 29 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/org.glassfish.jersey/project/ -->
<dependency>
    <groupId>org.glassfish.jersey</groupId>
    <artifactId>project</artifactId>
    <version>3.1.0-M3</version>
    <type>pom</type>
</dependency>// https://jarcasting.com/artifacts/org.glassfish.jersey/project/
implementation 'org.glassfish.jersey:project:3.1.0-M3'// https://jarcasting.com/artifacts/org.glassfish.jersey/project/
implementation ("org.glassfish.jersey:project:3.1.0-M3")'org.glassfish.jersey:project:pom:3.1.0-M3'<dependency org="org.glassfish.jersey" name="project" rev="3.1.0-M3">
  <artifact name="project" type="pom" />
</dependency>@Grapes(
@Grab(group='org.glassfish.jersey', module='project', version='3.1.0-M3')
)libraryDependencies += "org.glassfish.jersey" % "project" % "3.1.0-M3"[org.glassfish.jersey/project "3.1.0-M3"]