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