is not current version
Last Version 3.0.3

org.glassfish.hk2:xml-configuration-example 2.6.1

An application that is configured by an XML file

Categories

Categories

GlassFish Container Application Servers Configuration Application Layer Libs config HK2 Dependency Injection
GroupId

GroupId

org.glassfish.hk2
ArtifactId

ArtifactId

xml-configuration-example
Version

Version

2.6.1
Type

Type

jar

Download xml-configuration-example 2.6.1


<!-- https://jarcasting.com/artifacts/org.glassfish.hk2/xml-configuration-example/ -->
<dependency>
    <groupId>org.glassfish.hk2</groupId>
    <artifactId>xml-configuration-example</artifactId>
    <version>2.6.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.glassfish.hk2/xml-configuration-example/
implementation 'org.glassfish.hk2:xml-configuration-example:2.6.1'
// https://jarcasting.com/artifacts/org.glassfish.hk2/xml-configuration-example/
implementation ("org.glassfish.hk2:xml-configuration-example:2.6.1")
'org.glassfish.hk2:xml-configuration-example:jar:2.6.1'
<dependency org="org.glassfish.hk2" name="xml-configuration-example" rev="2.6.1">
  <artifact name="xml-configuration-example" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.glassfish.hk2', module='xml-configuration-example', version='2.6.1')
)
libraryDependencies += "org.glassfish.hk2" % "xml-configuration-example" % "2.6.1"
[org.glassfish.hk2/xml-configuration-example "2.6.1"]