j

jdom2

A slightly patched Java 8 version of jdom-2.0.6.1 that can also run on Java 17
https://github.com/HullBend/jdom-2.0.6.1-patched/
Apache License, Version 2.0
Jason Hunter Rolf Lear
Files download
File Operation
jdom2-2.0.6.2.jar download
jdom2-2.0.6.2.pom download
jdom2-2.0.6.2-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.hullbend</groupId>
  <artifactId>jdom2</artifactId>
  <version>2.0.6.2</version>
</dependency>
Gradle Groovy
implementation 'com.github.hullbend:jdom2:2.0.6.2'
Gradle Kotlin
implementation("com.github.hullbend:jdom2:2.0.6.2")
Scala SBT
libraryDependencies += "com.github.hullbend" % "jdom2" % "2.0.6.2"
Groovy Grape
@Grapes(
  @Grab(group='com.github.hullbend', module='jdom2', version='2.0.6.2')
)
Apache Ivy
<dependency org="com.github.hullbend" name="jdom2" rev="2.0.6.2" />
Leiningen
[com.github.hullbend/jdom2 "2.0.6.2"]
Apache Buildr
'com.github.hullbend:jdom2:jar:2.0.6.2'