MVN

org.overturetool : examples

Maven & Gradle

Jun 20, 2015

Overture Examples Jar File

<dependency>
    <groupId>org.overturetool</groupId>
    <artifactId>examples</artifactId>
    <version>2.2.6</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.overturetool : examples to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.2.6

All Versions

Choose a version of org.overturetool : examples to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.2.x
examples-2.2.6
examples-2.2.2
examples-2.2.0
2.1.x
examples-2.1.6

How to add a dependency to Maven

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

<dependency>
    <groupId>org.overturetool</groupId>
    <artifactId>examples</artifactId>
    <version>2.2.6</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.overturetool : examples gradle dependency to your build.gradle file:

implementation 'org.overturetool:examples:2.2.6'

Gradle Kotlin DSL: Add the following org.overturetool : examples gradle kotlin dependency to your build.gradle.kts file:

implementation("org.overturetool:examples:2.2.6")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.overturetool : examples sbt scala dependency to your build.sbt file:

libraryDependencies += "org.overturetool" % "examples" % "2.2.6"