is not current version
Last Version 2.5.0-b56

org.glassfish.hk2:hk2-config 2.1.57

${project.name}

Categories

Categories

GlassFish Container Application Servers config Application Layer Libs Configuration HK2 Dependency Injection
GroupId

GroupId

org.glassfish.hk2
ArtifactId

ArtifactId

hk2-config
Version

Version

2.1.57
Type

Type

jar

Download hk2-config 2.1.57


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