License |
License |
---|---|
Categories |
CategoriesGlassFish Container Application Servers Configuration Application Layer Libs config HK2 Dependency Injection |
GroupId | GroupIdorg.glassfish.hk2 |
ArtifactId | ArtifactIdconfiguration-examples |
Last Version | Last Version3.0.3 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionExamples of configuration use cases
Dependency Injection Kernel
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
configuration-examples-3.0.3.pom | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.glassfish.hk2/configuration-examples/ -->
<dependency>
<groupId>org.glassfish.hk2</groupId>
<artifactId>configuration-examples</artifactId>
<version>3.0.3</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.glassfish.hk2/configuration-examples/
implementation 'org.glassfish.hk2:configuration-examples:3.0.3'
// https://jarcasting.com/artifacts/org.glassfish.hk2/configuration-examples/
implementation ("org.glassfish.hk2:configuration-examples:3.0.3")
'org.glassfish.hk2:configuration-examples:pom:3.0.3'
<dependency org="org.glassfish.hk2" name="configuration-examples" rev="3.0.3">
<artifact name="configuration-examples" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.glassfish.hk2', module='configuration-examples', version='3.0.3')
)
libraryDependencies += "org.glassfish.hk2" % "configuration-examples" % "3.0.3"
[org.glassfish.hk2/configuration-examples "3.0.3"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.13.1 |
org.easymock : easymock | jar | 3.5 |