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