Categories |
CategoriesGlassFish Container Application Servers Configuration Application Layer Libs config HK2 Dependency Injection |
---|---|
GroupId | GroupIdorg.glassfish.hk2 |
ArtifactId | ArtifactIdxml-configuration-example |
Version | Version2.4.0-b32 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.glassfish.hk2/xml-configuration-example/ -->
<dependency>
<groupId>org.glassfish.hk2</groupId>
<artifactId>xml-configuration-example</artifactId>
<version>2.4.0-b32</version>
</dependency>
// https://jarcasting.com/artifacts/org.glassfish.hk2/xml-configuration-example/
implementation 'org.glassfish.hk2:xml-configuration-example:2.4.0-b32'
// https://jarcasting.com/artifacts/org.glassfish.hk2/xml-configuration-example/
implementation ("org.glassfish.hk2:xml-configuration-example:2.4.0-b32")
'org.glassfish.hk2:xml-configuration-example:jar:2.4.0-b32'
<dependency org="org.glassfish.hk2" name="xml-configuration-example" rev="2.4.0-b32">
<artifact name="xml-configuration-example" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.glassfish.hk2', module='xml-configuration-example', version='2.4.0-b32')
)
libraryDependencies += "org.glassfish.hk2" % "xml-configuration-example" % "2.4.0-b32"
[org.glassfish.hk2/xml-configuration-example "2.4.0-b32"]