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-simple |
Version | Version2.13 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.glassfish.jersey.test-framework.providers/jersey-test-framework-provider-simple/ -->
<dependency>
<groupId>org.glassfish.jersey.test-framework.providers</groupId>
<artifactId>jersey-test-framework-provider-simple</artifactId>
<version>2.13</version>
</dependency>
// https://jarcasting.com/artifacts/org.glassfish.jersey.test-framework.providers/jersey-test-framework-provider-simple/
implementation 'org.glassfish.jersey.test-framework.providers:jersey-test-framework-provider-simple:2.13'
// https://jarcasting.com/artifacts/org.glassfish.jersey.test-framework.providers/jersey-test-framework-provider-simple/
implementation ("org.glassfish.jersey.test-framework.providers:jersey-test-framework-provider-simple:2.13")
'org.glassfish.jersey.test-framework.providers:jersey-test-framework-provider-simple:jar:2.13'
<dependency org="org.glassfish.jersey.test-framework.providers" name="jersey-test-framework-provider-simple" rev="2.13">
<artifact name="jersey-test-framework-provider-simple" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.glassfish.jersey.test-framework.providers', module='jersey-test-framework-provider-simple', version='2.13')
)
libraryDependencies += "org.glassfish.jersey.test-framework.providers" % "jersey-test-framework-provider-simple" % "2.13"
[org.glassfish.jersey.test-framework.providers/jersey-test-framework-provider-simple "2.13"]