License |
License |
---|---|
Categories |
CategoriesGlassFish Container Application Servers Jersey Program Interface REST Frameworks |
GroupId | GroupIdorg.glassfish.jersey.bundles.glassfish |
ArtifactId | ArtifactIdproject |
Last Version | Last Version2.0-rc1 |
Release Date | Release Date |
Type | Typepom |
Description |
Descriptionjersey-bundles-glassfish
Jersey GlassFish bundles
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Filename | Size |
---|---|
project-2.0-rc1.pom | 2 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.glassfish.jersey.bundles.glassfish/project/ -->
<dependency>
<groupId>org.glassfish.jersey.bundles.glassfish</groupId>
<artifactId>project</artifactId>
<version>2.0-rc1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.glassfish.jersey.bundles.glassfish/project/
implementation 'org.glassfish.jersey.bundles.glassfish:project:2.0-rc1'
// https://jarcasting.com/artifacts/org.glassfish.jersey.bundles.glassfish/project/
implementation ("org.glassfish.jersey.bundles.glassfish:project:2.0-rc1")
'org.glassfish.jersey.bundles.glassfish:project:pom:2.0-rc1'
<dependency org="org.glassfish.jersey.bundles.glassfish" name="project" rev="2.0-rc1">
<artifact name="project" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.glassfish.jersey.bundles.glassfish', module='project', version='2.0-rc1')
)
libraryDependencies += "org.glassfish.jersey.bundles.glassfish" % "project" % "2.0-rc1"
[org.glassfish.jersey.bundles.glassfish/project "2.0-rc1"]