| Categories |
CategoriesHK2 Application Layer Libs Dependency Injection |
|---|---|
| GroupId | GroupIdcom.sun.enterprise |
| ArtifactId | ArtifactIdhk2-core |
| Last Version | Last Version1.6.9 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionHK2 core module
Generic Modules subsystem
|
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| hk2-core-1.6.9.pom | |
| hk2-core-1.6.9.jar | 114 KB |
| hk2-core-1.6.9-sources.jar | 122 KB |
| hk2-core-1.6.9-javadoc.jar | 360 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.sun.enterprise/hk2-core/ -->
<dependency>
<groupId>com.sun.enterprise</groupId>
<artifactId>hk2-core</artifactId>
<version>1.6.9</version>
</dependency>
// https://jarcasting.com/artifacts/com.sun.enterprise/hk2-core/
implementation 'com.sun.enterprise:hk2-core:1.6.9'
// https://jarcasting.com/artifacts/com.sun.enterprise/hk2-core/
implementation ("com.sun.enterprise:hk2-core:1.6.9")
'com.sun.enterprise:hk2-core:jar:1.6.9'
<dependency org="com.sun.enterprise" name="hk2-core" rev="1.6.9">
<artifact name="hk2-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.sun.enterprise', module='hk2-core', version='1.6.9')
)
libraryDependencies += "com.sun.enterprise" % "hk2-core" % "1.6.9"
[com.sun.enterprise/hk2-core "1.6.9"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.glassfish.hk2 : class-model | jar | 1.6.9 |
| com.sun.enterprise : config | jar | 1.6.9 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.3.1 |