is not current version
Last Version 2.4.0-b14

org.glassfish.hk2:core 2.3.0-b10


Categories

Categories

GlassFish Container Application Servers HK2 Application Layer Libs Dependency Injection
GroupId

GroupId

org.glassfish.hk2
ArtifactId

ArtifactId

core
Version

Version

2.3.0-b10
Type

Type

jar

Download core 2.3.0-b10


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