j

jdom

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