is not current version
Last Version 3.0.3

org.glassfish.hk2:custom-resolver-example 2.2.0-b19

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.2.0-b19
Type

Type

jar

Download custom-resolver-example 2.2.0-b19


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