MVN

com.thron.sdk : thron-core-xadmin_2.11

Maven & Gradle

Mar 02, 2021
4 stars

THRON xadmin · This component includes all the web services to be used in order to manage the content publication process and all the web services to manage applications and their access to THRON platform.

<dependency>
    <groupId>com.thron.sdk</groupId>
    <artifactId>thron-core-xadmin_2.11</artifactId>
    <version>6.5.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.thron.sdk : thron-core-xadmin_2.11 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 6.5.2
  • Latest Release Candidate: 6.1.1-RC

All Versions

Choose a version of com.thron.sdk : thron-core-xadmin_2.11 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
6.5.x
thron-core-xadmin_2.11-6.5.2
6.4.x
thron-core-xadmin_2.11-6.4.4
6.1.x
thron-core-xadmin_2.11-6.1.2
thron-core-xadmin_2.11-6.1.1
thron-core-xadmin_2.11-6.1.1-RC
thron-core-xadmin_2.11-6.1.0
6.0.x
thron-core-xadmin_2.11-6.0.0
5.2.x
thron-core-xadmin_2.11-5.2.0
5.1.x
thron-core-xadmin_2.11-5.1.5
thron-core-xadmin_2.11-5.1.4
thron-core-xadmin_2.11-5.1.3
thron-core-xadmin_2.11-5.1.2
thron-core-xadmin_2.11-5.1.0
5.0.x
thron-core-xadmin_2.11-5.0.5
thron-core-xadmin_2.11-5.0.4

How to add a dependency to Maven

Add the following com.thron.sdk : thron-core-xadmin_2.11 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.thron.sdk</groupId>
    <artifactId>thron-core-xadmin_2.11</artifactId>
    <version>6.5.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.thron.sdk : thron-core-xadmin_2.11 gradle dependency to your build.gradle file:

implementation 'com.thron.sdk:thron-core-xadmin_2.11:6.5.2'

Gradle Kotlin DSL: Add the following com.thron.sdk : thron-core-xadmin_2.11 gradle kotlin dependency to your build.gradle.kts file:

implementation("com.thron.sdk:thron-core-xadmin_2.11:6.5.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.thron.sdk : thron-core-xadmin_2.11 sbt scala dependency to your build.sbt file:

libraryDependencies += "com.thron.sdk" % "thron-core-xadmin_2.11" % "6.5.2"

Advertisement