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.0-m13-1 |
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.0-m13-1</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.0-m13-1'
// 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.0-m13-1")
'org.glassfish.jersey.test-framework.providers:jersey-test-framework-provider-simple:jar:2.0-m13-1'
<dependency org="org.glassfish.jersey.test-framework.providers" name="jersey-test-framework-provider-simple" rev="2.0-m13-1">
<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.0-m13-1')
)
libraryDependencies += "org.glassfish.jersey.test-framework.providers" % "jersey-test-framework-provider-simple" % "2.0-m13-1"
[org.glassfish.jersey.test-framework.providers/jersey-test-framework-provider-simple "2.0-m13-1"]