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