is not current version
Last Version 3.0.3

org.glassfish.hk2:xml-configuration-example 3.0.0-M2

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

3.0.0-M2
Type

Type

jar

Download xml-configuration-example 3.0.0-M2


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