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