MVN

org.ow2.mind : mindc

Maven & Gradle

Jan 15, 2013
4 usages
6 stars

Integration module

<dependency>
    <groupId>org.ow2.mind</groupId>
    <artifactId>mindc</artifactId>
    <version>2.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.ow2.mind : mindc to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.0
  • Latest Beta: 0.3-beta-1
  • Latest Alpha: 2.0-alpha1

All Versions

Choose a version of org.ow2.mind : mindc to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.0
mindc-2.0
mindc-2.0-alpha1
1.0.x
mindc-1.0.1
1.0
mindc-1.0
0.3
mindc-0.3
mindc-0.3-beta-1
0.2.x
mindc-0.2.3
mindc-0.2.2
mindc-0.2.1
mindc-0.2.3a
0.2
mindc-0.2
mindc-0.2-beta-2
mindc-0.2-beta-1
mindc-0.2-alpha-2
mindc-0.2-alpha-1
0.1
mindc-0.1
mindc-0.1-beta-3

How to add a dependency to Maven

Add the following org.ow2.mind : mindc maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.ow2.mind</groupId>
    <artifactId>mindc</artifactId>
    <version>2.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.ow2.mind : mindc gradle dependency to your build.gradle file:

implementation 'org.ow2.mind:mindc:2.0'

Gradle Kotlin DSL: Add the following org.ow2.mind : mindc gradle kotlin dependency to your build.gradle.kts file:

implementation("org.ow2.mind:mindc:2.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.ow2.mind : mindc sbt scala dependency to your build.sbt file:

libraryDependencies += "org.ow2.mind" % "mindc" % "2.0"

Advertisement