| License |
License |
|---|---|
| Categories |
CategoriesGlassFish Container Application Servers HK2 Application Layer Libs Dependency Injection |
| GroupId | GroupIdorg.glassfish.hk2 |
| ArtifactId | ArtifactIdcore |
| Last Version | Last Version2.4.0-b14 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionHK2 core module
Generic Modules subsystem
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| core-2.4.0-b14.pom | |
| core-2.4.0-b14.jar | 150 KB |
| core-2.4.0-b14-sources.jar | 148 KB |
| core-2.4.0-b14-javadoc.jar | 475 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.glassfish.hk2/core/ -->
<dependency>
<groupId>org.glassfish.hk2</groupId>
<artifactId>core</artifactId>
<version>2.4.0-b14</version>
</dependency>
// https://jarcasting.com/artifacts/org.glassfish.hk2/core/
implementation 'org.glassfish.hk2:core:2.4.0-b14'
// https://jarcasting.com/artifacts/org.glassfish.hk2/core/
implementation ("org.glassfish.hk2:core:2.4.0-b14")
'org.glassfish.hk2:core:jar:2.4.0-b14'
<dependency org="org.glassfish.hk2" name="core" rev="2.4.0-b14">
<artifact name="core" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.glassfish.hk2', module='core', version='2.4.0-b14')
)
libraryDependencies += "org.glassfish.hk2" % "core" % "2.4.0-b14"
[org.glassfish.hk2/core "2.4.0-b14"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.glassfish.hk2 : hk2-locator | jar | 2.4.0-b14 |
| org.glassfish.hk2 : hk2-utils | jar | 2.4.0-b14 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.11 |
| org.easymock : easymock | jar | 3.0 |