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