MVN

org.glassfish.hk2 : xml-configuration-example

Maven & Gradle

Mar 28, 2023

Xml Application Configuration Example · An application that is configured by an XML file

<dependency>
    <groupId>org.glassfish.hk2</groupId>
    <artifactId>xml-configuration-example</artifactId>
    <version>3.0.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.glassfish.hk2 : xml-configuration-example to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.0.4
  • Latest Release Candidate: 3.0.0-RC1

All Versions

Choose a version of org.glassfish.hk2 : xml-configuration-example to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.0.x
xml-configuration-example-3.0.4
xml-configuration-example-3.0.3
xml-configuration-example-3.0.2
xml-configuration-example-3.0.1
xml-configuration-example-3.0.0
xml-configuration-example-3.0.0-RC1
xml-configuration-example-3.0.0-M2
2.6.x
xml-configuration-example-2.6.1
xml-configuration-example-2.6.0
2.5.x
xml-configuration-example-2.5.0
xml-configuration-example-2.5.0-b63
xml-configuration-example-2.5.0-b62
xml-configuration-example-2.5.0-b61
xml-configuration-example-2.5.0-b60
xml-configuration-example-2.5.0-b59
xml-configuration-example-2.5.0-b58
xml-configuration-example-2.5.0-b57
xml-configuration-example-2.5.0-b56
xml-configuration-example-2.5.0-b55
xml-configuration-example-2.5.0-b54
xml-configuration-example-2.5.0-b53
xml-configuration-example-2.5.0-b52
xml-configuration-example-2.5.0-b50
xml-configuration-example-2.5.0-b49
xml-configuration-example-2.5.0-b48
xml-configuration-example-2.5.0-b47
xml-configuration-example-2.5.0-b46
xml-configuration-example-2.5.0-b45
xml-configuration-example-2.5.0-b44
xml-configuration-example-2.5.0-b43
xml-configuration-example-2.5.0-b42
xml-configuration-example-2.5.0-b41
xml-configuration-example-2.5.0-b40
xml-configuration-example-2.5.0-b38
xml-configuration-example-2.5.0-b37
xml-configuration-example-2.5.0-b36
xml-configuration-example-2.5.0-b35
xml-configuration-example-2.5.0-b34
xml-configuration-example-2.5.0-b33
xml-configuration-example-2.5.0-b32
xml-configuration-example-2.5.0-b31
xml-configuration-example-2.5.0-b30
xml-configuration-example-2.5.0-b29
xml-configuration-example-2.5.0-b28
xml-configuration-example-2.5.0-b27
xml-configuration-example-2.5.0-b26
xml-configuration-example-2.5.0-b25
xml-configuration-example-2.5.0-b24
xml-configuration-example-2.5.0-b23
xml-configuration-example-2.5.0-b22
xml-configuration-example-2.5.0-b21
xml-configuration-example-2.5.0-b19
xml-configuration-example-2.5.0-b18
xml-configuration-example-2.5.0-b17
xml-configuration-example-2.5.0-b16
xml-configuration-example-2.5.0-b15
xml-configuration-example-2.5.0-b14
xml-configuration-example-2.5.0-b13
xml-configuration-example-2.5.0-b12
xml-configuration-example-2.5.0-b11
xml-configuration-example-2.5.0-b10
xml-configuration-example-2.5.0-b09
xml-configuration-example-2.5.0-b08
xml-configuration-example-2.5.0-b07
xml-configuration-example-2.5.0-b06
xml-configuration-example-2.5.0-b05
xml-configuration-example-2.5.0-b04
xml-configuration-example-2.5.0-b03
xml-configuration-example-2.5.0-b02
xml-configuration-example-2.5.0-b01
2.4.x
xml-configuration-example-2.4.0
xml-configuration-example-2.4.0-b34
xml-configuration-example-2.4.0-b33
xml-configuration-example-2.4.0-b32
xml-configuration-example-2.4.0-b31
xml-configuration-example-2.4.0-b30
xml-configuration-example-2.4.0-b29
xml-configuration-example-2.4.0-b28
xml-configuration-example-2.4.0-b27
xml-configuration-example-2.4.0-b26
xml-configuration-example-2.4.0-b25
xml-configuration-example-2.4.0-b24
xml-configuration-example-2.4.0-b22
xml-configuration-example-2.4.0-b21
xml-configuration-example-2.4.0-b20
xml-configuration-example-2.4.0-b19
xml-configuration-example-2.4.0-b18
xml-configuration-example-2.4.0-b17

How to add a dependency to Maven

Add the following org.glassfish.hk2 : xml-configuration-example maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.glassfish.hk2</groupId>
    <artifactId>xml-configuration-example</artifactId>
    <version>3.0.4</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.glassfish.hk2 : xml-configuration-example gradle dependency to your build.gradle file:

implementation 'org.glassfish.hk2:xml-configuration-example:3.0.4'

Gradle Kotlin DSL: Add the following org.glassfish.hk2 : xml-configuration-example gradle kotlin dependency to your build.gradle.kts file:

implementation("org.glassfish.hk2:xml-configuration-example:3.0.4")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.glassfish.hk2 : xml-configuration-example sbt scala dependency to your build.sbt file:

libraryDependencies += "org.glassfish.hk2" % "xml-configuration-example" % "3.0.4"

Advertisement