Categories |
CategoriesGlassFish Container Application Servers HK2 Application Layer Libs Dependency Injection Jersey Program Interface REST Frameworks |
---|---|
GroupId | GroupIdorg.glassfish.jersey.containers.glassfish |
ArtifactId | ArtifactIdjersey-gf-cdi-ban-custom-hk2-binding |
Version | Version2.9 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.glassfish.jersey.containers.glassfish/jersey-gf-cdi-ban-custom-hk2-binding/ -->
<dependency>
<groupId>org.glassfish.jersey.containers.glassfish</groupId>
<artifactId>jersey-gf-cdi-ban-custom-hk2-binding</artifactId>
<version>2.9</version>
</dependency>
// https://jarcasting.com/artifacts/org.glassfish.jersey.containers.glassfish/jersey-gf-cdi-ban-custom-hk2-binding/
implementation 'org.glassfish.jersey.containers.glassfish:jersey-gf-cdi-ban-custom-hk2-binding:2.9'
// https://jarcasting.com/artifacts/org.glassfish.jersey.containers.glassfish/jersey-gf-cdi-ban-custom-hk2-binding/
implementation ("org.glassfish.jersey.containers.glassfish:jersey-gf-cdi-ban-custom-hk2-binding:2.9")
'org.glassfish.jersey.containers.glassfish:jersey-gf-cdi-ban-custom-hk2-binding:jar:2.9'
<dependency org="org.glassfish.jersey.containers.glassfish" name="jersey-gf-cdi-ban-custom-hk2-binding" rev="2.9">
<artifact name="jersey-gf-cdi-ban-custom-hk2-binding" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.glassfish.jersey.containers.glassfish', module='jersey-gf-cdi-ban-custom-hk2-binding', version='2.9')
)
libraryDependencies += "org.glassfish.jersey.containers.glassfish" % "jersey-gf-cdi-ban-custom-hk2-binding" % "2.9"
[org.glassfish.jersey.containers.glassfish/jersey-gf-cdi-ban-custom-hk2-binding "2.9"]