MVN

com.danielflower.apprunner : app-runner

Maven & Gradle

Mar 08, 2023
72 stars
<dependency>
    <groupId>com.danielflower.apprunner</groupId>
    <artifactId>app-runner</artifactId>
    <version>2.4.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.danielflower.apprunner : app-runner to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.4.4

All Versions

Choose a version of com.danielflower.apprunner : app-runner to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.4.x
app-runner-2.4.4
app-runner-2.4.3
2.3.x
app-runner-2.3.12
app-runner-2.3.11
app-runner-2.3.9
app-runner-2.3.7
app-runner-2.3.6
app-runner-2.3.5
app-runner-2.3.4
app-runner-2.3.3
app-runner-2.3.1
app-runner-2.3.0
2.2.x
app-runner-2.2.7
app-runner-2.2.5
app-runner-2.2.4
app-runner-2.2.1
2.1.x
app-runner-2.1.26
app-runner-2.1.25
app-runner-2.1.24
app-runner-2.1.23
app-runner-2.1.22
app-runner-2.1.17
app-runner-2.1.15
app-runner-2.1.12
app-runner-2.1.9
app-runner-2.1.8
app-runner-2.1.7
app-runner-2.1.6
app-runner-2.1.5
app-runner-2.1.4
app-runner-2.1.3
app-runner-2.1.2
app-runner-2.1.1
app-runner-2.1.0
2.0.x
app-runner-2.0.32
app-runner-2.0.31
app-runner-2.0.28
app-runner-2.0.27
app-runner-2.0.26
app-runner-2.0.25
app-runner-2.0.24
app-runner-2.0.23
app-runner-2.0.22
app-runner-2.0.21
app-runner-2.0.20
app-runner-2.0.19
app-runner-2.0.17
app-runner-2.0.16
app-runner-2.0.14
app-runner-2.0.13
app-runner-2.0.12
app-runner-2.0.11
app-runner-2.0.10
app-runner-2.0.9
app-runner-2.0.8
app-runner-2.0.7
app-runner-2.0.6
app-runner-2.0.5
app-runner-2.0.4
app-runner-2.0.3
app-runner-2.0.2
app-runner-2.0.0
1.6.x
app-runner-1.6.1
app-runner-1.6.0
1.5.x
app-runner-1.5.12
app-runner-1.5.10
app-runner-1.5.9
app-runner-1.5.6
app-runner-1.5.5
app-runner-1.5.4
app-runner-1.5.1
app-runner-1.5.0
1.4.x
app-runner-1.4.3
app-runner-1.4.2
app-runner-1.4.0
1.3.x
app-runner-1.3.4
app-runner-1.3.2
app-runner-1.3.1
app-runner-1.3.0
1.2.x
app-runner-1.2.3
app-runner-1.2.2
app-runner-1.2.1
app-runner-1.2.0
1.1.x
app-runner-1.1.1
app-runner-1.1.0
1.0.x
app-runner-1.0.7
app-runner-1.0.6
app-runner-1.0.5
app-runner-1.0.3
app-runner-1.0.1
0.1.x
app-runner-0.1.32
app-runner-0.1.30
app-runner-0.1.28
app-runner-0.1.27
app-runner-0.1.26
app-runner-0.1.20
app-runner-0.1.17
app-runner-0.1.16
app-runner-0.1.15
app-runner-0.1.10
app-runner-0.1.9
app-runner-0.1.8
app-runner-0.1.7
app-runner-0.1.6
app-runner-0.1.4

How to add a dependency to Maven

Add the following com.danielflower.apprunner : app-runner maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.danielflower.apprunner</groupId>
    <artifactId>app-runner</artifactId>
    <version>2.4.4</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.danielflower.apprunner : app-runner gradle dependency to your build.gradle file:

implementation 'com.danielflower.apprunner:app-runner:2.4.4'

Gradle Kotlin DSL: Add the following com.danielflower.apprunner : app-runner gradle kotlin dependency to your build.gradle.kts file:

implementation("com.danielflower.apprunner:app-runner:2.4.4")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.danielflower.apprunner : app-runner sbt scala dependency to your build.sbt file:

libraryDependencies += "com.danielflower.apprunner" % "app-runner" % "2.4.4"

Advertisement