MVN

com.trimble : ttm-mep-backbone-api

Maven & Gradle

Aug 25, 2023

Backbone Library · A library for integrating with the Instinct platform, providing read and write functionality for shared data. You must have Trimble approval for this to function. See project url.

<dependency>
    <groupId>com.trimble</groupId>
    <artifactId>ttm-mep-backbone-api</artifactId>
    <version>7.0.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.trimble : ttm-mep-backbone-api to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 7.0.1

All Versions

Choose a version of com.trimble : ttm-mep-backbone-api to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
7.0.x
ttm-mep-backbone-api-7.0.1
ttm-mep-backbone-api-7.0.0
6.0.x
ttm-mep-backbone-api-6.0.0
5.9.x
ttm-mep-backbone-api-5.9.0

How to add a dependency to Maven

Add the following com.trimble : ttm-mep-backbone-api maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.trimble</groupId>
    <artifactId>ttm-mep-backbone-api</artifactId>
    <version>7.0.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.trimble : ttm-mep-backbone-api gradle dependency to your build.gradle file:

implementation 'com.trimble:ttm-mep-backbone-api:7.0.1'

Gradle Kotlin DSL: Add the following com.trimble : ttm-mep-backbone-api gradle kotlin dependency to your build.gradle.kts file:

implementation("com.trimble:ttm-mep-backbone-api:7.0.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.trimble : ttm-mep-backbone-api sbt scala dependency to your build.sbt file:

libraryDependencies += "com.trimble" % "ttm-mep-backbone-api" % "7.0.1"