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