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