MVN

eu.maveniverse.maven.mima.runtime : standalone-shared

Maven & Gradle

Aug 07, 2023

eu.maveniverse.maven.mima.runtime:standalone-shared

<dependency>
    <groupId>eu.maveniverse.maven.mima.runtime</groupId>
    <artifactId>standalone-shared</artifactId>
    <version>2.3.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of eu.maveniverse.maven.mima.runtime : standalone-shared to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.3.4

All Versions

Choose a version of eu.maveniverse.maven.mima.runtime : standalone-shared to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.3.x
standalone-shared-2.3.4
standalone-shared-2.3.3
standalone-shared-2.3.2
standalone-shared-2.3.1
standalone-shared-2.3.0
2.2.x
standalone-shared-2.2.0
2.1.x
standalone-shared-2.1.0
2.0.x
standalone-shared-2.0.0
1.1.x
standalone-shared-1.1.2
standalone-shared-1.1.1
standalone-shared-1.1.0
1.0.x
standalone-shared-1.0.6
standalone-shared-1.0.5
standalone-shared-1.0.4
standalone-shared-1.0.3
standalone-shared-1.0.2
standalone-shared-1.0.1
standalone-shared-1.0.0

How to add a dependency to Maven

Add the following eu.maveniverse.maven.mima.runtime : standalone-shared maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>eu.maveniverse.maven.mima.runtime</groupId>
    <artifactId>standalone-shared</artifactId>
    <version>2.3.4</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following eu.maveniverse.maven.mima.runtime : standalone-shared gradle dependency to your build.gradle file:

implementation 'eu.maveniverse.maven.mima.runtime:standalone-shared:2.3.4'

Gradle Kotlin DSL: Add the following eu.maveniverse.maven.mima.runtime : standalone-shared gradle kotlin dependency to your build.gradle.kts file:

implementation("eu.maveniverse.maven.mima.runtime:standalone-shared:2.3.4")

How to add a dependency to SBT Scala

SBT Scala: Add the following eu.maveniverse.maven.mima.runtime : standalone-shared sbt scala dependency to your build.sbt file:

libraryDependencies += "eu.maveniverse.maven.mima.runtime" % "standalone-shared" % "2.3.4"