Categories |
CategoriesGlassFish Container Application Servers HK2 Application Layer Libs Dependency Injection Jersey Program Interface REST Frameworks |
---|---|
GroupId | GroupIdorg.glassfish.hk2 |
ArtifactId | ArtifactIdhk2-testing-jersey |
Version | Version2.5.0-b42 |
Type | Typepom |
Filename | Size |
---|---|
hk2-testing-jersey-2.5.0-b42.pom | 2 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.glassfish.hk2/hk2-testing-jersey/ -->
<dependency>
<groupId>org.glassfish.hk2</groupId>
<artifactId>hk2-testing-jersey</artifactId>
<version>2.5.0-b42</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.glassfish.hk2/hk2-testing-jersey/
implementation 'org.glassfish.hk2:hk2-testing-jersey:2.5.0-b42'
// https://jarcasting.com/artifacts/org.glassfish.hk2/hk2-testing-jersey/
implementation ("org.glassfish.hk2:hk2-testing-jersey:2.5.0-b42")
'org.glassfish.hk2:hk2-testing-jersey:pom:2.5.0-b42'
<dependency org="org.glassfish.hk2" name="hk2-testing-jersey" rev="2.5.0-b42">
<artifact name="hk2-testing-jersey" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.glassfish.hk2', module='hk2-testing-jersey', version='2.5.0-b42')
)
libraryDependencies += "org.glassfish.hk2" % "hk2-testing-jersey" % "2.5.0-b42"
[org.glassfish.hk2/hk2-testing-jersey "2.5.0-b42"]