MVN

com.daveayan : gherkinsalad.tinymce

Maven & Gradle

Aug 27, 2013
9 stars

gherkinsalad.tinymce

<dependency>
    <groupId>com.daveayan</groupId>
    <artifactId>gherkinsalad.tinymce</artifactId>
    <version>2.5</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.daveayan : gherkinsalad.tinymce to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.5

All Versions

Choose a version of com.daveayan : gherkinsalad.tinymce to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.5
gherkinsalad.tinymce-2.5
2.3
gherkinsalad.tinymce-2.3
2.2
gherkinsalad.tinymce-2.2
2.0
gherkinsalad.tinymce-2.0
1.8
gherkinsalad.tinymce-1.8
1.7
gherkinsalad.tinymce-1.7
1.6
gherkinsalad.tinymce-1.6
1.5
gherkinsalad.tinymce-1.5
1.4
gherkinsalad.tinymce-1.4
1.3
gherkinsalad.tinymce-1.3
1.2
gherkinsalad.tinymce-1.2
1.1
gherkinsalad.tinymce-1.1
1.0
gherkinsalad.tinymce-1.0

How to add a dependency to Maven

Add the following com.daveayan : gherkinsalad.tinymce maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.daveayan</groupId>
    <artifactId>gherkinsalad.tinymce</artifactId>
    <version>2.5</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.daveayan : gherkinsalad.tinymce gradle dependency to your build.gradle file:

implementation 'com.daveayan:gherkinsalad.tinymce:2.5'

Gradle Kotlin DSL: Add the following com.daveayan : gherkinsalad.tinymce gradle kotlin dependency to your build.gradle.kts file:

implementation("com.daveayan:gherkinsalad.tinymce:2.5")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.daveayan : gherkinsalad.tinymce sbt scala dependency to your build.sbt file:

libraryDependencies += "com.daveayan" % "gherkinsalad.tinymce" % "2.5"

Advertisement