Categories |
CategoriesGlassFish Container Application Servers config Application Layer Libs Configuration HK2 Dependency Injection |
---|---|
GroupId | GroupIdorg.glassfish.hk2 |
ArtifactId | ArtifactIdconfig |
Version | Version1.6.12 |
Type | Typejar |
Filename | Size |
---|---|
config-1.6.12.pom | |
config-1.6.12.jar | 175 KB |
config-1.6.12-sources.jar | 316 KB |
config-1.6.12-javadoc.jar | 348 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.glassfish.hk2/config/ -->
<dependency>
<groupId>org.glassfish.hk2</groupId>
<artifactId>config</artifactId>
<version>1.6.12</version>
</dependency>
// https://jarcasting.com/artifacts/org.glassfish.hk2/config/
implementation 'org.glassfish.hk2:config:1.6.12'
// https://jarcasting.com/artifacts/org.glassfish.hk2/config/
implementation ("org.glassfish.hk2:config:1.6.12")
'org.glassfish.hk2:config:jar:1.6.12'
<dependency org="org.glassfish.hk2" name="config" rev="1.6.12">
<artifact name="config" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.glassfish.hk2', module='config', version='1.6.12')
)
libraryDependencies += "org.glassfish.hk2" % "config" % "1.6.12"
[org.glassfish.hk2/config "1.6.12"]