MVN

org.eclipse.dirigible : dirigible-resources-bootstrap

Maven & Gradle

Jul 23, 2021
5 usages
0 stars

Resources - Bootstrap

<dependency>
    <groupId>org.eclipse.dirigible</groupId>
    <artifactId>dirigible-resources-bootstrap</artifactId>
    <version>5.12.6</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.eclipse.dirigible : dirigible-resources-bootstrap to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 5.12.6

All Versions

Choose a version of org.eclipse.dirigible : dirigible-resources-bootstrap to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
5.12.x
dirigible-resources-bootstrap-5.12.6
dirigible-resources-bootstrap-5.12.5
dirigible-resources-bootstrap-5.12.4
dirigible-resources-bootstrap-5.12.3
dirigible-resources-bootstrap-5.12.2
dirigible-resources-bootstrap-5.12.1
dirigible-resources-bootstrap-5.12.0
5.11.x
dirigible-resources-bootstrap-5.11.8
dirigible-resources-bootstrap-5.11.7
dirigible-resources-bootstrap-5.11.6
dirigible-resources-bootstrap-5.11.5
dirigible-resources-bootstrap-5.11.4
dirigible-resources-bootstrap-5.11.3
dirigible-resources-bootstrap-5.11.2
dirigible-resources-bootstrap-5.11.1
dirigible-resources-bootstrap-5.11.0
5.10.x
dirigible-resources-bootstrap-5.10.3
dirigible-resources-bootstrap-5.10.2
dirigible-resources-bootstrap-5.10.1
dirigible-resources-bootstrap-5.10.0
5.9.x
dirigible-resources-bootstrap-5.9.3
dirigible-resources-bootstrap-5.9.2
dirigible-resources-bootstrap-5.9.1
dirigible-resources-bootstrap-5.9.0
5.8.x
dirigible-resources-bootstrap-5.8.4
dirigible-resources-bootstrap-5.8.3
dirigible-resources-bootstrap-5.8.2
dirigible-resources-bootstrap-5.8.1
dirigible-resources-bootstrap-5.8.0
5.7.x
dirigible-resources-bootstrap-5.7.1
dirigible-resources-bootstrap-5.7.0
5.6.x
dirigible-resources-bootstrap-5.6.0
5.5.x
dirigible-resources-bootstrap-5.5.0
5.4.x
dirigible-resources-bootstrap-5.4.0
5.3.x
dirigible-resources-bootstrap-5.3.0
5.2.x
dirigible-resources-bootstrap-5.2.0
5.1.x
dirigible-resources-bootstrap-5.1.0
5.0.x
dirigible-resources-bootstrap-5.0.0
4.6.x
dirigible-resources-bootstrap-4.6.0
4.5.x
dirigible-resources-bootstrap-4.5.0
4.4.x
dirigible-resources-bootstrap-4.4.0
4.3.x
dirigible-resources-bootstrap-4.3.0
4.2.x
dirigible-resources-bootstrap-4.2.0
4.1.x
dirigible-resources-bootstrap-4.1.0
4.0.x
dirigible-resources-bootstrap-4.0.0
3.5.x
dirigible-resources-bootstrap-3.5.2
dirigible-resources-bootstrap-3.5.1
dirigible-resources-bootstrap-3.5.0
3.4.x
dirigible-resources-bootstrap-3.4.0
3.3.x
dirigible-resources-bootstrap-3.3.3
dirigible-resources-bootstrap-3.3.2
dirigible-resources-bootstrap-3.3.1
dirigible-resources-bootstrap-3.3.0
3.2.x
dirigible-resources-bootstrap-3.2.9
dirigible-resources-bootstrap-3.2.8
dirigible-resources-bootstrap-3.2.7
dirigible-resources-bootstrap-3.2.6
dirigible-resources-bootstrap-3.2.5
dirigible-resources-bootstrap-3.2.4
dirigible-resources-bootstrap-3.2.3
dirigible-resources-bootstrap-3.2.2
dirigible-resources-bootstrap-3.2.1
dirigible-resources-bootstrap-3.2.0
3.1.x
dirigible-resources-bootstrap-3.1.4
dirigible-resources-bootstrap-3.1.3
dirigible-resources-bootstrap-3.1.2
dirigible-resources-bootstrap-3.1.1
dirigible-resources-bootstrap-3.1.0
3.0.x
dirigible-resources-bootstrap-3.0.5
dirigible-resources-bootstrap-3.0.4
dirigible-resources-bootstrap-3.0.3
dirigible-resources-bootstrap-3.0.2
dirigible-resources-bootstrap-3.0.1
3.0
dirigible-resources-bootstrap-3.0

How to add a dependency to Maven

Add the following org.eclipse.dirigible : dirigible-resources-bootstrap maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.eclipse.dirigible</groupId>
    <artifactId>dirigible-resources-bootstrap</artifactId>
    <version>5.12.6</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.eclipse.dirigible : dirigible-resources-bootstrap gradle dependency to your build.gradle file:

implementation 'org.eclipse.dirigible:dirigible-resources-bootstrap:5.12.6'

Gradle Kotlin DSL: Add the following org.eclipse.dirigible : dirigible-resources-bootstrap gradle kotlin dependency to your build.gradle.kts file:

implementation("org.eclipse.dirigible:dirigible-resources-bootstrap:5.12.6")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.eclipse.dirigible : dirigible-resources-bootstrap sbt scala dependency to your build.sbt file:

libraryDependencies += "org.eclipse.dirigible" % "dirigible-resources-bootstrap" % "5.12.6"

Advertisement