License |
License |
---|---|
Categories |
CategoriesGlassFish Container Application Servers config Application Layer Libs Configuration HK2 Dependency Injection |
GroupId | GroupIdorg.glassfish.hk2 |
ArtifactId | ArtifactIdconfig |
Last Version | Last Version2.0.5 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionHK2 configuration module
HK2 configuration module
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
config-2.0.5.pom | |
config-2.0.5.jar | 177 KB |
config-2.0.5-sources.jar | 318 KB |
config-2.0.5-javadoc.jar | 366 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.glassfish.hk2/config/ -->
<dependency>
<groupId>org.glassfish.hk2</groupId>
<artifactId>config</artifactId>
<version>2.0.5</version>
</dependency>
// https://jarcasting.com/artifacts/org.glassfish.hk2/config/
implementation 'org.glassfish.hk2:config:2.0.5'
// https://jarcasting.com/artifacts/org.glassfish.hk2/config/
implementation ("org.glassfish.hk2:config:2.0.5")
'org.glassfish.hk2:config:jar:2.0.5'
<dependency org="org.glassfish.hk2" name="config" rev="2.0.5">
<artifact name="config" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.glassfish.hk2', module='config', version='2.0.5')
)
libraryDependencies += "org.glassfish.hk2" % "config" % "2.0.5"
[org.glassfish.hk2/config "2.0.5"]
Group / Artifact | Type | Version |
---|---|---|
org.glassfish.hk2 : auto-depends | jar | 2.0.5 |
org.jvnet : tiger-types | jar | 1.4 |
org.glassfish.hk2.external : bean-validator | jar | 2.0.5 |
org.glassfish.hk2 : class-model Optional | jar | 2.0.5 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.3.1 |
org.easymock : easymock | jar | 3.0 |