Categories |
CategoriesGlassFish Container Application Servers HK2 Application Layer Libs Dependency Injection |
---|---|
GroupId | GroupIdorg.glassfish.hk2 |
ArtifactId | ArtifactIdhk2-parent |
Version | Version2.2.0-b06 |
Type | Typepom |
Filename | Size |
---|---|
hk2-parent-2.2.0-b06.pom | 15 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.glassfish.hk2/hk2-parent/ -->
<dependency>
<groupId>org.glassfish.hk2</groupId>
<artifactId>hk2-parent</artifactId>
<version>2.2.0-b06</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.glassfish.hk2/hk2-parent/
implementation 'org.glassfish.hk2:hk2-parent:2.2.0-b06'
// https://jarcasting.com/artifacts/org.glassfish.hk2/hk2-parent/
implementation ("org.glassfish.hk2:hk2-parent:2.2.0-b06")
'org.glassfish.hk2:hk2-parent:pom:2.2.0-b06'
<dependency org="org.glassfish.hk2" name="hk2-parent" rev="2.2.0-b06">
<artifact name="hk2-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.glassfish.hk2', module='hk2-parent', version='2.2.0-b06')
)
libraryDependencies += "org.glassfish.hk2" % "hk2-parent" % "2.2.0-b06"
[org.glassfish.hk2/hk2-parent "2.2.0-b06"]