MVN

de.valtech.aecu : aecu.cloud.startup.hook

Maven & Gradle

Mar 20, 2023
57 stars

AECU - Cloud Startup Hook · Cloud startup hook for AECU

<dependency>
    <groupId>de.valtech.aecu</groupId>
    <artifactId>aecu.cloud.startup.hook</artifactId>
    <version>6.4.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of de.valtech.aecu : aecu.cloud.startup.hook to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 6.4.0

All Versions

Choose a version of de.valtech.aecu : aecu.cloud.startup.hook to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
6.4.x
aecu.cloud.startup.hook-6.4.0
6.3.x
aecu.cloud.startup.hook-6.3.0
6.2.x
aecu.cloud.startup.hook-6.2.0
6.1.x
aecu.cloud.startup.hook-6.1.0
6.0.x
aecu.cloud.startup.hook-6.0.3
aecu.cloud.startup.hook-6.0.2

How to add a dependency to Maven

Add the following de.valtech.aecu : aecu.cloud.startup.hook maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>de.valtech.aecu</groupId>
    <artifactId>aecu.cloud.startup.hook</artifactId>
    <version>6.4.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following de.valtech.aecu : aecu.cloud.startup.hook gradle dependency to your build.gradle file:

implementation 'de.valtech.aecu:aecu.cloud.startup.hook:6.4.0'

Gradle Kotlin DSL: Add the following de.valtech.aecu : aecu.cloud.startup.hook gradle kotlin dependency to your build.gradle.kts file:

implementation("de.valtech.aecu:aecu.cloud.startup.hook:6.4.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following de.valtech.aecu : aecu.cloud.startup.hook sbt scala dependency to your build.sbt file:

libraryDependencies += "de.valtech.aecu" % "aecu.cloud.startup.hook" % "6.4.0"

Advertisement