is not current version
Last Version 3.0.3

org.glassfish.hk2:custom-resolver-example 2.5.0-b48

A use case for custom injection resolution

Categories

Categories

GlassFish Container Application Servers HK2 Application Layer Libs Dependency Injection
GroupId

GroupId

org.glassfish.hk2
ArtifactId

ArtifactId

custom-resolver-example
Version

Version

2.5.0-b48
Type

Type

jar

Download custom-resolver-example 2.5.0-b48


<!-- https://jarcasting.com/artifacts/org.glassfish.hk2/custom-resolver-example/ -->
<dependency>
    <groupId>org.glassfish.hk2</groupId>
    <artifactId>custom-resolver-example</artifactId>
    <version>2.5.0-b48</version>
</dependency>
// https://jarcasting.com/artifacts/org.glassfish.hk2/custom-resolver-example/
implementation 'org.glassfish.hk2:custom-resolver-example:2.5.0-b48'
// https://jarcasting.com/artifacts/org.glassfish.hk2/custom-resolver-example/
implementation ("org.glassfish.hk2:custom-resolver-example:2.5.0-b48")
'org.glassfish.hk2:custom-resolver-example:jar:2.5.0-b48'
<dependency org="org.glassfish.hk2" name="custom-resolver-example" rev="2.5.0-b48">
  <artifact name="custom-resolver-example" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.glassfish.hk2', module='custom-resolver-example', version='2.5.0-b48')
)
libraryDependencies += "org.glassfish.hk2" % "custom-resolver-example" % "2.5.0-b48"
[org.glassfish.hk2/custom-resolver-example "2.5.0-b48"]