MVN

com.github.raycw : edidom

Maven & Gradle

Feb 02, 2015
1 stars

edidom · Inspired by JDOM, edidom is both Java-centric and Java-optimized. It behaves like Java, it uses Java collections, it is completely natural API for current Java developers, and it provides a low-cost entry point for using EDI.

<dependency>
    <groupId>com.github.raycw</groupId>
    <artifactId>edidom</artifactId>
    <version>0.2.9</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.raycw : edidom to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.2.9

All Versions

Choose a version of com.github.raycw : edidom to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.2.x
edidom-0.2.9
edidom-0.2.8
edidom-0.2.1

How to add a dependency to Maven

Add the following com.github.raycw : edidom maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.raycw</groupId>
    <artifactId>edidom</artifactId>
    <version>0.2.9</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.raycw : edidom gradle dependency to your build.gradle file:

implementation 'com.github.raycw:edidom:0.2.9'

Gradle Kotlin DSL: Add the following com.github.raycw : edidom gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.raycw:edidom:0.2.9")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.raycw : edidom sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.raycw" % "edidom" % "0.2.9"

Advertisement