is not current version
Last Version 2.4.0-b14

org.glassfish.hk2:core 2.1.57


Categories

Categories

GlassFish Container Application Servers HK2 Application Layer Libs Dependency Injection
GroupId

GroupId

org.glassfish.hk2
ArtifactId

ArtifactId

core
Version

Version

2.1.57
Type

Type

jar

Download core 2.1.57


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