MVN

com.cedarsoft.serialization : jdom

Maven & Gradle

Jul 08, 2010
1 usages
1 stars

JDom based

<dependency>
    <groupId>com.cedarsoft.serialization</groupId>
    <artifactId>jdom</artifactId>
    <version>1.0.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.cedarsoft.serialization : jdom to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.3
  • Latest Beta: 1.0.0-beta3

All Versions

Choose a version of com.cedarsoft.serialization : jdom to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
jdom-1.0.3
jdom-1.0.2
jdom-1.0.1
jdom-1.0.0
jdom-1.0.0-beta3
jdom-1.0.0-beta2
jdom-1.0.0-beta1

How to add a dependency to Maven

Add the following com.cedarsoft.serialization : jdom maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.cedarsoft.serialization</groupId>
    <artifactId>jdom</artifactId>
    <version>1.0.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.cedarsoft.serialization : jdom gradle dependency to your build.gradle file:

implementation 'com.cedarsoft.serialization:jdom:1.0.3'

Gradle Kotlin DSL: Add the following com.cedarsoft.serialization : jdom gradle kotlin dependency to your build.gradle.kts file:

implementation("com.cedarsoft.serialization:jdom:1.0.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.cedarsoft.serialization : jdom sbt scala dependency to your build.sbt file:

libraryDependencies += "com.cedarsoft.serialization" % "jdom" % "1.0.3"