Categories |
CategoriesGlassFish Container Application Servers HK2 Application Layer Libs Dependency Injection |
---|---|
GroupId | GroupIdorg.glassfish.hk2 |
ArtifactId | ArtifactIdhk2-core |
Version | Version1.1.12 |
Type | Typejar |
Filename | Size |
---|---|
hk2-core-1.1.12.pom | |
hk2-core-1.1.12.jar | 119 KB |
hk2-core-1.1.12-sources.jar | 122 KB |
hk2-core-1.1.12-javadoc.jar | 377 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.glassfish.hk2/hk2-core/ -->
<dependency>
<groupId>org.glassfish.hk2</groupId>
<artifactId>hk2-core</artifactId>
<version>1.1.12</version>
</dependency>
// https://jarcasting.com/artifacts/org.glassfish.hk2/hk2-core/
implementation 'org.glassfish.hk2:hk2-core:1.1.12'
// https://jarcasting.com/artifacts/org.glassfish.hk2/hk2-core/
implementation ("org.glassfish.hk2:hk2-core:1.1.12")
'org.glassfish.hk2:hk2-core:jar:1.1.12'
<dependency org="org.glassfish.hk2" name="hk2-core" rev="1.1.12">
<artifact name="hk2-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.glassfish.hk2', module='hk2-core', version='1.1.12')
)
libraryDependencies += "org.glassfish.hk2" % "hk2-core" % "1.1.12"
[org.glassfish.hk2/hk2-core "1.1.12"]