MVN

net.sourceforge.openutils : openutils-mgnlbootstrapsync

Maven & Gradle

Sep 05, 2009

Magnolia Bootstrap Sync · Keep your magnolia bootstrap files in sync while developing

<dependency>
    <groupId>net.sourceforge.openutils</groupId>
    <artifactId>openutils-mgnlbootstrapsync</artifactId>
    <version>1.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of net.sourceforge.openutils : openutils-mgnlbootstrapsync to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0

All Versions

Choose a version of net.sourceforge.openutils : openutils-mgnlbootstrapsync to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0
openutils-mgnlbootstrapsync-1.0
0.3
openutils-mgnlbootstrapsync-0.3
0.2
openutils-mgnlbootstrapsync-0.2
0.1.x
openutils-mgnlbootstrapsync-0.1.1
0.1
openutils-mgnlbootstrapsync-0.1

How to add a dependency to Maven

Add the following net.sourceforge.openutils : openutils-mgnlbootstrapsync maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>net.sourceforge.openutils</groupId>
    <artifactId>openutils-mgnlbootstrapsync</artifactId>
    <version>1.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following net.sourceforge.openutils : openutils-mgnlbootstrapsync gradle dependency to your build.gradle file:

implementation 'net.sourceforge.openutils:openutils-mgnlbootstrapsync:1.0'

Gradle Kotlin DSL: Add the following net.sourceforge.openutils : openutils-mgnlbootstrapsync gradle kotlin dependency to your build.gradle.kts file:

implementation("net.sourceforge.openutils:openutils-mgnlbootstrapsync:1.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following net.sourceforge.openutils : openutils-mgnlbootstrapsync sbt scala dependency to your build.sbt file:

libraryDependencies += "net.sourceforge.openutils" % "openutils-mgnlbootstrapsync" % "1.0"