License |
License |
---|---|
Categories |
CategoriesGlassFish Container Application Servers config Application Layer Libs Configuration HK2 Dependency Injection |
GroupId | GroupIdorg.glassfish.hk2 |
ArtifactId | ArtifactIdhk2-config |
Last Version | Last Version2.5.0-b56 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionHK2 configuration module
HK2 configuration module
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
hk2-config-2.5.0-b56.pom | |
hk2-config-2.5.0-b56.jar | 192 KB |
hk2-config-2.5.0-b56-sources.jar | 341 KB |
hk2-config-2.5.0-b56-javadoc.jar | 403 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.glassfish.hk2/hk2-config/ -->
<dependency>
<groupId>org.glassfish.hk2</groupId>
<artifactId>hk2-config</artifactId>
<version>2.5.0-b56</version>
</dependency>
// https://jarcasting.com/artifacts/org.glassfish.hk2/hk2-config/
implementation 'org.glassfish.hk2:hk2-config:2.5.0-b56'
// https://jarcasting.com/artifacts/org.glassfish.hk2/hk2-config/
implementation ("org.glassfish.hk2:hk2-config:2.5.0-b56")
'org.glassfish.hk2:hk2-config:jar:2.5.0-b56'
<dependency org="org.glassfish.hk2" name="hk2-config" rev="2.5.0-b56">
<artifact name="hk2-config" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.glassfish.hk2', module='hk2-config', version='2.5.0-b56')
)
libraryDependencies += "org.glassfish.hk2" % "hk2-config" % "2.5.0-b56"
[org.glassfish.hk2/hk2-config "2.5.0-b56"]
Group / Artifact | Type | Version |
---|---|---|
org.glassfish.hk2 : hk2-core | jar | 2.5.0-b56 |
org.jvnet : tiger-types | jar | 1.4 |
org.hibernate : hibernate-validator | jar | 5.2.4.Final |
Group / Artifact | Type | Version |
---|---|---|
javax.el : javax.el-api | jar | 2.2.5 |
junit : junit | jar | 4.12 |
org.easymock : easymock | jar | 3.0 |