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