MVN

com.speedment.runtime : runtime-welcome

Maven & Gradle

Aug 28, 2020
2 usages
1.9k stars

Speedment - Runtime - Welcome · Module that are used for welcome messages when Speedment starts

<dependency>
    <groupId>com.speedment.runtime</groupId>
    <artifactId>runtime-welcome</artifactId>
    <version>3.2.10</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.speedment.runtime : runtime-welcome to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.2.10

All Versions

Choose a version of com.speedment.runtime : runtime-welcome to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.2.x
runtime-welcome-3.2.10
runtime-welcome-3.2.9
runtime-welcome-3.2.7
runtime-welcome-3.2.6
runtime-welcome-3.2.5
runtime-welcome-3.2.2
runtime-welcome-3.2.1
3.1.x
runtime-welcome-3.1.18
runtime-welcome-3.1.17
runtime-welcome-3.1.16
runtime-welcome-3.1.15
runtime-welcome-3.1.14
runtime-welcome-3.1.13
runtime-welcome-3.1.12
runtime-welcome-3.1.10
runtime-welcome-3.1.9
runtime-welcome-3.1.8
runtime-welcome-3.1.6
runtime-welcome-3.1.5

How to add a dependency to Maven

Add the following com.speedment.runtime : runtime-welcome maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.speedment.runtime</groupId>
    <artifactId>runtime-welcome</artifactId>
    <version>3.2.10</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.speedment.runtime : runtime-welcome gradle dependency to your build.gradle file:

implementation 'com.speedment.runtime:runtime-welcome:3.2.10'

Gradle Kotlin DSL: Add the following com.speedment.runtime : runtime-welcome gradle kotlin dependency to your build.gradle.kts file:

implementation("com.speedment.runtime:runtime-welcome:3.2.10")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.speedment.runtime : runtime-welcome sbt scala dependency to your build.sbt file:

libraryDependencies += "com.speedment.runtime" % "runtime-welcome" % "3.2.10"

Advertisement