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