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