License |
License |
---|---|
Categories |
CategoriesGlassFish Container Application Servers Jersey Program Interface REST Frameworks |
GroupId | GroupIdorg.glassfish.jersey.bundles.glassfish.v4_0 |
ArtifactId | ArtifactIdproject |
Last Version | Last Version2.0-rc1 |
Release Date | Release Date |
Type | Typepom |
Description |
Descriptionjersey-bundles-glassfish-v4.0
Jersey GlassFish V4.0 Update Center Packages
|
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.v4_0/project/ -->
<dependency>
<groupId>org.glassfish.jersey.bundles.glassfish.v4_0</groupId>
<artifactId>project</artifactId>
<version>2.0-rc1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.glassfish.jersey.bundles.glassfish.v4_0/project/
implementation 'org.glassfish.jersey.bundles.glassfish.v4_0:project:2.0-rc1'
// https://jarcasting.com/artifacts/org.glassfish.jersey.bundles.glassfish.v4_0/project/
implementation ("org.glassfish.jersey.bundles.glassfish.v4_0:project:2.0-rc1")
'org.glassfish.jersey.bundles.glassfish.v4_0:project:pom:2.0-rc1'
<dependency org="org.glassfish.jersey.bundles.glassfish.v4_0" name="project" rev="2.0-rc1">
<artifact name="project" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.glassfish.jersey.bundles.glassfish.v4_0', module='project', version='2.0-rc1')
)
libraryDependencies += "org.glassfish.jersey.bundles.glassfish.v4_0" % "project" % "2.0-rc1"
[org.glassfish.jersey.bundles.glassfish.v4_0/project "2.0-rc1"]