MVN

org.jdtaus.editor : jdtaus-editor-client-application

Maven & Gradle

May 21, 2007
1 usages

jDTAUS Editor Client Application · jDTAUS Editor client application.

<dependency>
    <groupId>org.jdtaus.editor</groupId>
    <artifactId>jdtaus-editor-client-application</artifactId>
    <version>1.0-beta-12</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.jdtaus.editor : jdtaus-editor-client-application to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0-beta-12
  • Latest Beta: 1.0-beta-12

All Versions

Choose a version of org.jdtaus.editor : jdtaus-editor-client-application to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0
jdtaus-editor-client-application-1.0-beta-12
jdtaus-editor-client-application-1.0-beta-11
jdtaus-editor-client-application-1.0-beta-10
jdtaus-editor-client-application-1.0-beta-9
jdtaus-editor-client-application-1.0-beta-8
jdtaus-editor-client-application-1.0-beta-7
jdtaus-editor-client-application-1.0-beta-6
jdtaus-editor-client-application-1.0-beta-5
jdtaus-editor-client-application-1.0-beta-4
jdtaus-editor-client-application-1.0-beta-3
jdtaus-editor-client-application-1.0-beta-2
jdtaus-editor-client-application-1.0-beta-1

How to add a dependency to Maven

Add the following org.jdtaus.editor : jdtaus-editor-client-application maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.jdtaus.editor</groupId>
    <artifactId>jdtaus-editor-client-application</artifactId>
    <version>1.0-beta-12</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.jdtaus.editor : jdtaus-editor-client-application gradle dependency to your build.gradle file:

implementation 'org.jdtaus.editor:jdtaus-editor-client-application:1.0-beta-12'

Gradle Kotlin DSL: Add the following org.jdtaus.editor : jdtaus-editor-client-application gradle kotlin dependency to your build.gradle.kts file:

implementation("org.jdtaus.editor:jdtaus-editor-client-application:1.0-beta-12")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.jdtaus.editor : jdtaus-editor-client-application sbt scala dependency to your build.sbt file:

libraryDependencies += "org.jdtaus.editor" % "jdtaus-editor-client-application" % "1.0-beta-12"