MVN

com.sdl.tridion.connectorframework : tcf-archetype

Maven & Gradle

Jan 11, 2022

tcf-archetype · Archetype to create RWS Tridion connectors

<dependency>
    <groupId>com.sdl.tridion.connectorframework</groupId>
    <artifactId>tcf-archetype</artifactId>
    <version>42.0.0-1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.sdl.tridion.connectorframework : tcf-archetype to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 42.0.0-1

All Versions

Choose a version of com.sdl.tridion.connectorframework : tcf-archetype to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
42.0.x
tcf-archetype-42.0.0-1
tcf-archetype-42.0.0
11.5.x
tcf-archetype-11.5.0-1000
11.1.x
tcf-archetype-11.1.0-1005
tcf-archetype-11.1.0-1004

How to add a dependency to Maven

Add the following com.sdl.tridion.connectorframework : tcf-archetype maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.sdl.tridion.connectorframework</groupId>
    <artifactId>tcf-archetype</artifactId>
    <version>42.0.0-1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.sdl.tridion.connectorframework : tcf-archetype gradle dependency to your build.gradle file:

implementation 'com.sdl.tridion.connectorframework:tcf-archetype:42.0.0-1'

Gradle Kotlin DSL: Add the following com.sdl.tridion.connectorframework : tcf-archetype gradle kotlin dependency to your build.gradle.kts file:

implementation("com.sdl.tridion.connectorframework:tcf-archetype:42.0.0-1")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.sdl.tridion.connectorframework : tcf-archetype sbt scala dependency to your build.sbt file:

libraryDependencies += "com.sdl.tridion.connectorframework" % "tcf-archetype" % "42.0.0-1"