Categories |
CategoriesGlassFish Container Application Servers Jersey Program Interface REST Frameworks |
---|---|
GroupId | GroupIdorg.glassfish.jersey.test-framework |
ArtifactId | ArtifactIdjersey-test-framework-core |
Version | Version3.0.5 |
Type | Typejar |
<!-- 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>3.0.5</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:3.0.5'
// https://jarcasting.com/artifacts/org.glassfish.jersey.test-framework/jersey-test-framework-core/
implementation ("org.glassfish.jersey.test-framework:jersey-test-framework-core:3.0.5")
'org.glassfish.jersey.test-framework:jersey-test-framework-core:jar:3.0.5'
<dependency org="org.glassfish.jersey.test-framework" name="jersey-test-framework-core" rev="3.0.5">
<artifact name="jersey-test-framework-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.glassfish.jersey.test-framework', module='jersey-test-framework-core', version='3.0.5')
)
libraryDependencies += "org.glassfish.jersey.test-framework" % "jersey-test-framework-core" % "3.0.5"
[org.glassfish.jersey.test-framework/jersey-test-framework-core "3.0.5"]