| Categories |
CategoriesHK2 Application Layer Libs Dependency Injection |
|---|---|
| GroupId | GroupIdcom.sun.enterprise |
| ArtifactId | ArtifactIdhk2-core |
| Version | Version0.3.9 |
| Type | Typejar |
| Filename | Size |
|---|---|
| hk2-core-0.3.9.pom | |
| hk2-core-0.3.9.jar | 80 KB |
| hk2-core-0.3.9-sources.jar | 92 KB |
| hk2-core-0.3.9-javadoc.jar | 268 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.sun.enterprise/hk2-core/ -->
<dependency>
<groupId>com.sun.enterprise</groupId>
<artifactId>hk2-core</artifactId>
<version>0.3.9</version>
</dependency>
// https://jarcasting.com/artifacts/com.sun.enterprise/hk2-core/
implementation 'com.sun.enterprise:hk2-core:0.3.9'
// https://jarcasting.com/artifacts/com.sun.enterprise/hk2-core/
implementation ("com.sun.enterprise:hk2-core:0.3.9")
'com.sun.enterprise:hk2-core:jar:0.3.9'
<dependency org="com.sun.enterprise" name="hk2-core" rev="0.3.9">
<artifact name="hk2-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.sun.enterprise', module='hk2-core', version='0.3.9')
)
libraryDependencies += "com.sun.enterprise" % "hk2-core" % "0.3.9"
[com.sun.enterprise/hk2-core "0.3.9"]