MVN

org.jdtaus : jdtaus-editor

Maven & Gradle

Apr 15, 2007

jDTAUS Editor · jDTAUS Editor is a Swing client application for editing german DTAUS files. This is the parent module of the application artifacts.

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

Latest Version

Choose a version of org.jdtaus : jdtaus-editor to add to Maven - Latest Versions:

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

All Versions

Choose a version of org.jdtaus : jdtaus-editor to add to Maven - All Versions:

Version Vulnerabilities Updated
1.0
jdtaus-editor-1.0-beta-1

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>org.jdtaus</groupId>
    <artifactId>jdtaus-editor</artifactId>
    <version>1.0-beta-1</version>
</dependency>