MVN

cloud.timo.timocloud : TimoCloud-Staging

Maven & Gradle

Jan 03, 2024
<dependency>
    <groupId>cloud.timo.timocloud</groupId>
    <artifactId>TimoCloud-Staging</artifactId>
    <version>6.7.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of cloud.timo.timocloud : TimoCloud-Staging to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 6.7.4

All Versions

Choose a version of cloud.timo.timocloud : TimoCloud-Staging to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
6.7.x
TimoCloud-Staging-6.7.4
TimoCloud-Staging-6.7.2

How to add a dependency to Maven

Add the following cloud.timo.timocloud : TimoCloud-Staging maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>cloud.timo.timocloud</groupId>
    <artifactId>TimoCloud-Staging</artifactId>
    <version>6.7.4</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following cloud.timo.timocloud : TimoCloud-Staging gradle dependency to your build.gradle file:

implementation 'cloud.timo.timocloud:TimoCloud-Staging:6.7.4'

Gradle Kotlin DSL: Add the following cloud.timo.timocloud : TimoCloud-Staging gradle kotlin dependency to your build.gradle.kts file:

implementation("cloud.timo.timocloud:TimoCloud-Staging:6.7.4")

How to add a dependency to SBT Scala

SBT Scala: Add the following cloud.timo.timocloud : TimoCloud-Staging sbt scala dependency to your build.sbt file:

libraryDependencies += "cloud.timo.timocloud" % "TimoCloud-Staging" % "6.7.4"