Categories |
CategoriesIDE Development Tools GlassFish Container Application Servers Jersey Program Interface REST Frameworks |
---|---|
GroupId | GroupIdorg.glassfish.jersey.test-framework.providers |
ArtifactId | ArtifactIdjersey-test-framework-provider-bundle |
Version | Version2.24 |
Type | Typepom |
Filename | Size |
---|---|
jersey-test-framework-provider-bundle-2.24.pom | 4 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.glassfish.jersey.test-framework.providers/jersey-test-framework-provider-bundle/ -->
<dependency>
<groupId>org.glassfish.jersey.test-framework.providers</groupId>
<artifactId>jersey-test-framework-provider-bundle</artifactId>
<version>2.24</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.glassfish.jersey.test-framework.providers/jersey-test-framework-provider-bundle/
implementation 'org.glassfish.jersey.test-framework.providers:jersey-test-framework-provider-bundle:2.24'
// https://jarcasting.com/artifacts/org.glassfish.jersey.test-framework.providers/jersey-test-framework-provider-bundle/
implementation ("org.glassfish.jersey.test-framework.providers:jersey-test-framework-provider-bundle:2.24")
'org.glassfish.jersey.test-framework.providers:jersey-test-framework-provider-bundle:pom:2.24'
<dependency org="org.glassfish.jersey.test-framework.providers" name="jersey-test-framework-provider-bundle" rev="2.24">
<artifact name="jersey-test-framework-provider-bundle" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.glassfish.jersey.test-framework.providers', module='jersey-test-framework-provider-bundle', version='2.24')
)
libraryDependencies += "org.glassfish.jersey.test-framework.providers" % "jersey-test-framework-provider-bundle" % "2.24"
[org.glassfish.jersey.test-framework.providers/jersey-test-framework-provider-bundle "2.24"]