MVN

com.redhat.lightblue.migrator : lightblue-migrator-core

Maven & Gradle

Aug 28, 2015
4 usages
3 stars
<dependency>
    <groupId>com.redhat.lightblue.migrator</groupId>
    <artifactId>lightblue-migrator-core</artifactId>
    <version>2.5.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.redhat.lightblue.migrator : lightblue-migrator-core to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.5.1

All Versions

Choose a version of com.redhat.lightblue.migrator : lightblue-migrator-core to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.5.x
lightblue-migrator-core-2.5.1
lightblue-migrator-core-2.5.0
2.4.x
lightblue-migrator-core-2.4.0
2.3.x
lightblue-migrator-core-2.3.0
2.2.x
lightblue-migrator-core-2.2.0
2.1.x
lightblue-migrator-core-2.1.0
2.0.x
lightblue-migrator-core-2.0.0
1.2
lightblue-migrator-core-1.2
1.1
lightblue-migrator-core-1.1

How to add a dependency to Maven

Add the following com.redhat.lightblue.migrator : lightblue-migrator-core maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.redhat.lightblue.migrator</groupId>
    <artifactId>lightblue-migrator-core</artifactId>
    <version>2.5.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.redhat.lightblue.migrator : lightblue-migrator-core gradle dependency to your build.gradle file:

implementation 'com.redhat.lightblue.migrator:lightblue-migrator-core:2.5.1'

Gradle Kotlin DSL: Add the following com.redhat.lightblue.migrator : lightblue-migrator-core gradle kotlin dependency to your build.gradle.kts file:

implementation("com.redhat.lightblue.migrator:lightblue-migrator-core:2.5.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.redhat.lightblue.migrator : lightblue-migrator-core sbt scala dependency to your build.sbt file:

libraryDependencies += "com.redhat.lightblue.migrator" % "lightblue-migrator-core" % "2.5.1"

Advertisement