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