MVN

io.mantisrx : mantis-runtime-loader

Maven & Gradle

Aug 25, 2023
1.3k stars

mantis-runtime-loader · mantis-runtime-loader

<dependency>
    <groupId>io.mantisrx</groupId>
    <artifactId>mantis-runtime-loader</artifactId>
    <version>2.0.81</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.mantisrx : mantis-runtime-loader to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.0.81

All Versions

Choose a version of io.mantisrx : mantis-runtime-loader to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.0.x
mantis-runtime-loader-2.0.81
mantis-runtime-loader-2.0.79
mantis-runtime-loader-2.0.78
mantis-runtime-loader-2.0.77
mantis-runtime-loader-2.0.76
mantis-runtime-loader-2.0.75
mantis-runtime-loader-2.0.74
mantis-runtime-loader-2.0.73
mantis-runtime-loader-2.0.72
mantis-runtime-loader-2.0.71
mantis-runtime-loader-2.0.70
mantis-runtime-loader-2.0.69
mantis-runtime-loader-2.0.68
mantis-runtime-loader-2.0.67
mantis-runtime-loader-2.0.66
mantis-runtime-loader-2.0.63
mantis-runtime-loader-2.0.62
mantis-runtime-loader-2.0.61
mantis-runtime-loader-2.0.59
mantis-runtime-loader-2.0.58
mantis-runtime-loader-2.0.57
mantis-runtime-loader-2.0.56
mantis-runtime-loader-2.0.55
mantis-runtime-loader-2.0.54
mantis-runtime-loader-2.0.53
mantis-runtime-loader-2.0.52
mantis-runtime-loader-2.0.51
mantis-runtime-loader-2.0.49
mantis-runtime-loader-2.0.48
mantis-runtime-loader-2.0.47
mantis-runtime-loader-2.0.46
mantis-runtime-loader-2.0.45
mantis-runtime-loader-2.0.44
mantis-runtime-loader-2.0.43
mantis-runtime-loader-2.0.42
mantis-runtime-loader-2.0.41
mantis-runtime-loader-2.0.40
mantis-runtime-loader-2.0.39
mantis-runtime-loader-2.0.38
mantis-runtime-loader-2.0.37
mantis-runtime-loader-2.0.36
mantis-runtime-loader-2.0.35
mantis-runtime-loader-2.0.34
mantis-runtime-loader-2.0.32
mantis-runtime-loader-2.0.31
mantis-runtime-loader-2.0.30
mantis-runtime-loader-2.0.29
mantis-runtime-loader-2.0.28
mantis-runtime-loader-2.0.27
mantis-runtime-loader-2.0.26
mantis-runtime-loader-2.0.25
mantis-runtime-loader-2.0.24
mantis-runtime-loader-2.0.23
mantis-runtime-loader-2.0.22
mantis-runtime-loader-2.0.21
mantis-runtime-loader-2.0.20
mantis-runtime-loader-2.0.19
mantis-runtime-loader-2.0.18
mantis-runtime-loader-2.0.17
mantis-runtime-loader-2.0.16
mantis-runtime-loader-2.0.15
mantis-runtime-loader-2.0.14
mantis-runtime-loader-2.0.13
mantis-runtime-loader-2.0.12
mantis-runtime-loader-2.0.11
mantis-runtime-loader-2.0.10
mantis-runtime-loader-2.0.9
mantis-runtime-loader-2.0.8
mantis-runtime-loader-2.0.7
mantis-runtime-loader-2.0.6
mantis-runtime-loader-2.0.5
mantis-runtime-loader-2.0.4
mantis-runtime-loader-2.0.3
mantis-runtime-loader-2.0.2
mantis-runtime-loader-2.0.1
mantis-runtime-loader-2.0.0
1.4.x
mantis-runtime-loader-1.4.1
mantis-runtime-loader-1.4.0

How to add a dependency to Maven

Add the following io.mantisrx : mantis-runtime-loader maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.mantisrx</groupId>
    <artifactId>mantis-runtime-loader</artifactId>
    <version>2.0.81</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.mantisrx : mantis-runtime-loader gradle dependency to your build.gradle file:

implementation 'io.mantisrx:mantis-runtime-loader:2.0.81'

Gradle Kotlin DSL: Add the following io.mantisrx : mantis-runtime-loader gradle kotlin dependency to your build.gradle.kts file:

implementation("io.mantisrx:mantis-runtime-loader:2.0.81")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.mantisrx : mantis-runtime-loader sbt scala dependency to your build.sbt file:

libraryDependencies += "io.mantisrx" % "mantis-runtime-loader" % "2.0.81"