| Categories | CategoriesGlassFish Container Application Servers Jersey Program Interface REST Frameworks | 
|---|---|
| GroupId | GroupIdorg.glassfish.jersey.examples | 
| ArtifactId | ArtifactIdproject | 
| Version | Version2.0-m09-1 | 
| Type | Typepom | 
| Filename | Size | 
|---|---|
| project-2.0-m09-1.pom | 5 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/org.glassfish.jersey.examples/project/ -->
<dependency>
    <groupId>org.glassfish.jersey.examples</groupId>
    <artifactId>project</artifactId>
    <version>2.0-m09-1</version>
    <type>pom</type>
</dependency>// https://jarcasting.com/artifacts/org.glassfish.jersey.examples/project/
implementation 'org.glassfish.jersey.examples:project:2.0-m09-1'// https://jarcasting.com/artifacts/org.glassfish.jersey.examples/project/
implementation ("org.glassfish.jersey.examples:project:2.0-m09-1")'org.glassfish.jersey.examples:project:pom:2.0-m09-1'<dependency org="org.glassfish.jersey.examples" name="project" rev="2.0-m09-1">
  <artifact name="project" type="pom" />
</dependency>@Grapes(
@Grab(group='org.glassfish.jersey.examples', module='project', version='2.0-m09-1')
)libraryDependencies += "org.glassfish.jersey.examples" % "project" % "2.0-m09-1"[org.glassfish.jersey.examples/project "2.0-m09-1"]