Categories |
CategoriesGlassFish Container Application Servers HK2 Application Layer Libs Dependency Injection |
---|---|
GroupId | GroupIdorg.glassfish.hk2 |
ArtifactId | ArtifactIdno-hk2-bundle |
Version | Version2.4.0-b11 |
Type | Typejar |
Filename | Size |
---|---|
no-hk2-bundle-2.4.0-b11.pom | |
no-hk2-bundle-2.4.0-b11.jar | 3 KB |
no-hk2-bundle-2.4.0-b11-sources.jar | 4 KB |
no-hk2-bundle-2.4.0-b11-javadoc.jar | 39 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.glassfish.hk2/no-hk2-bundle/ -->
<dependency>
<groupId>org.glassfish.hk2</groupId>
<artifactId>no-hk2-bundle</artifactId>
<version>2.4.0-b11</version>
</dependency>
// https://jarcasting.com/artifacts/org.glassfish.hk2/no-hk2-bundle/
implementation 'org.glassfish.hk2:no-hk2-bundle:2.4.0-b11'
// https://jarcasting.com/artifacts/org.glassfish.hk2/no-hk2-bundle/
implementation ("org.glassfish.hk2:no-hk2-bundle:2.4.0-b11")
'org.glassfish.hk2:no-hk2-bundle:jar:2.4.0-b11'
<dependency org="org.glassfish.hk2" name="no-hk2-bundle" rev="2.4.0-b11">
<artifact name="no-hk2-bundle" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.glassfish.hk2', module='no-hk2-bundle', version='2.4.0-b11')
)
libraryDependencies += "org.glassfish.hk2" % "no-hk2-bundle" % "2.4.0-b11"
[org.glassfish.hk2/no-hk2-bundle "2.4.0-b11"]