MVN

mevenide : mevenide-grammar

Maven & Gradle

Nov 06, 2006
1 usages

Mevenide Grammar · Maven files XML grammar and code-completion hints provider

<dependency>
    <groupId>mevenide</groupId>
    <artifactId>mevenide-grammar</artifactId>
    <version>0.6.javadoc</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of mevenide : mevenide-grammar to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.6.javadoc

All Versions

Choose a version of mevenide : mevenide-grammar to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.6.x
mevenide-grammar-0.6.javadoc
0.6
mevenide-grammar-0.6

How to add a dependency to Maven

Add the following mevenide : mevenide-grammar maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>mevenide</groupId>
    <artifactId>mevenide-grammar</artifactId>
    <version>0.6.javadoc</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following mevenide : mevenide-grammar gradle dependency to your build.gradle file:

implementation 'mevenide:mevenide-grammar:0.6.javadoc'

Gradle Kotlin DSL: Add the following mevenide : mevenide-grammar gradle kotlin dependency to your build.gradle.kts file:

implementation("mevenide:mevenide-grammar:0.6.javadoc")

How to add a dependency to SBT Scala

SBT Scala: Add the following mevenide : mevenide-grammar sbt scala dependency to your build.sbt file:

libraryDependencies += "mevenide" % "mevenide-grammar" % "0.6.javadoc"

Advertisement