MVN

org.ow2.mind : annotations

Maven & Gradle

Jan 15, 2013
6 stars

Common Annotations · Common ADL and IDL annotations of the Mind programming model.

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

Latest Version

Choose a version of org.ow2.mind : annotations 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 : annotations to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.0
annotations-2.0
annotations-2.0-alpha1
1.0.x
annotations-1.0.1
1.0
annotations-1.0
0.3
annotations-0.3
annotations-0.3-beta-1
0.2.x
annotations-0.2.3
annotations-0.2.2
annotations-0.2.1
annotations-0.2.3a

How to add a dependency to Maven

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

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

How to add a dependency to Gradle

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

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

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

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

How to add a dependency to SBT Scala

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

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

Advertisement