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