MVN

com.sdl.web : content-tags

Maven & Gradle

Jul 16, 2020
4 usages

Content Client - Tags · Content Client - Tags

<dependency>
    <groupId>com.sdl.web</groupId>
    <artifactId>content-tags</artifactId>
    <version>8.5.0-1163</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.sdl.web : content-tags to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 8.5.0-1163

All Versions

Choose a version of com.sdl.web : content-tags to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
10.1.x
content-tags-10.1.1-1016
content-tags-10.1.0-1019
10.0.x
content-tags-10.0.0-1015
8.5.x
content-tags-8.5.0-1163
content-tags-8.5.0-1137
content-tags-8.5.0-1108
content-tags-8.5.0-1049
content-tags-8.5.0-1013
8.3.x
content-tags-8.3.0-1004
8.2.x
content-tags-8.2.0-1009
8.1.x
content-tags-8.1.1-1008

How to add a dependency to Maven

Add the following com.sdl.web : content-tags maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.sdl.web</groupId>
    <artifactId>content-tags</artifactId>
    <version>8.5.0-1163</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.sdl.web : content-tags gradle dependency to your build.gradle file:

implementation 'com.sdl.web:content-tags:8.5.0-1163'

Gradle Kotlin DSL: Add the following com.sdl.web : content-tags gradle kotlin dependency to your build.gradle.kts file:

implementation("com.sdl.web:content-tags:8.5.0-1163")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.sdl.web : content-tags sbt scala dependency to your build.sbt file:

libraryDependencies += "com.sdl.web" % "content-tags" % "8.5.0-1163"

Advertisement