MVN

org.xtce : xtcetools

Maven & Gradle

Oct 10, 2022

XML Telemetric and Command Exchange Toolkit · This project contains software to support the Object Management Group (OMG) Space Domain Task Force (SDTF) maintained XML Telemetry and Command Exchange (XTCE) specification.

<dependency>
    <groupId>org.xtce</groupId>
    <artifactId>xtcetools</artifactId>
    <version>1.1.6</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.xtce : xtcetools to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.1.6

All Versions

Choose a version of org.xtce : xtcetools to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.1.x
xtcetools-1.1.6
xtcetools-1.1.5
xtcetools-1.1.4
xtcetools-1.1.3

How to add a dependency to Maven

Add the following org.xtce : xtcetools maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.xtce</groupId>
    <artifactId>xtcetools</artifactId>
    <version>1.1.6</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.xtce : xtcetools gradle dependency to your build.gradle file:

implementation 'org.xtce:xtcetools:1.1.6'

Gradle Kotlin DSL: Add the following org.xtce : xtcetools gradle kotlin dependency to your build.gradle.kts file:

implementation("org.xtce:xtcetools:1.1.6")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.xtce : xtcetools sbt scala dependency to your build.sbt file:

libraryDependencies += "org.xtce" % "xtcetools" % "1.1.6"