is not current version
Last Version 3.1.0-M3

org.glassfish.jersey.test-framework:jersey-test-framework-core 2.0-m04

TODO add project description

Categories

Categories

GlassFish Container Application Servers Jersey Program Interface REST Frameworks
GroupId

GroupId

org.glassfish.jersey.test-framework
ArtifactId

ArtifactId

jersey-test-framework-core
Version

Version

2.0-m04
Type

Type

jar

Download jersey-test-framework-core 2.0-m04


<!-- https://jarcasting.com/artifacts/org.glassfish.jersey.test-framework/jersey-test-framework-core/ -->
<dependency>
    <groupId>org.glassfish.jersey.test-framework</groupId>
    <artifactId>jersey-test-framework-core</artifactId>
    <version>2.0-m04</version>
</dependency>
// https://jarcasting.com/artifacts/org.glassfish.jersey.test-framework/jersey-test-framework-core/
implementation 'org.glassfish.jersey.test-framework:jersey-test-framework-core:2.0-m04'
// https://jarcasting.com/artifacts/org.glassfish.jersey.test-framework/jersey-test-framework-core/
implementation ("org.glassfish.jersey.test-framework:jersey-test-framework-core:2.0-m04")
'org.glassfish.jersey.test-framework:jersey-test-framework-core:jar:2.0-m04'
<dependency org="org.glassfish.jersey.test-framework" name="jersey-test-framework-core" rev="2.0-m04">
  <artifact name="jersey-test-framework-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.glassfish.jersey.test-framework', module='jersey-test-framework-core', version='2.0-m04')
)
libraryDependencies += "org.glassfish.jersey.test-framework" % "jersey-test-framework-core" % "2.0-m04"
[org.glassfish.jersey.test-framework/jersey-test-framework-core "2.0-m04"]