MVN

org.codehaus.griffon : griffon-pivot-test

Maven & Gradle

Dec 17, 2021
2 usages
338 stars

griffon-pivot-test · Griffon Pivot Test

<dependency>
    <groupId>org.codehaus.griffon</groupId>
    <artifactId>griffon-pivot-test</artifactId>
    <version>2.16.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.codehaus.griffon : griffon-pivot-test to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.16.0

All Versions

Choose a version of org.codehaus.griffon : griffon-pivot-test to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.16.x
griffon-pivot-test-2.16.0
2.15.x
griffon-pivot-test-2.15.1
griffon-pivot-test-2.15.0
2.14.x
griffon-pivot-test-2.14.0
2.13.x
griffon-pivot-test-2.13.0
2.12.x
griffon-pivot-test-2.12.0
2.11.x
griffon-pivot-test-2.11.0

How to add a dependency to Maven

Add the following org.codehaus.griffon : griffon-pivot-test maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.codehaus.griffon</groupId>
    <artifactId>griffon-pivot-test</artifactId>
    <version>2.16.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.codehaus.griffon : griffon-pivot-test gradle dependency to your build.gradle file:

implementation 'org.codehaus.griffon:griffon-pivot-test:2.16.0'

Gradle Kotlin DSL: Add the following org.codehaus.griffon : griffon-pivot-test gradle kotlin dependency to your build.gradle.kts file:

implementation("org.codehaus.griffon:griffon-pivot-test:2.16.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.codehaus.griffon : griffon-pivot-test sbt scala dependency to your build.sbt file:

libraryDependencies += "org.codehaus.griffon" % "griffon-pivot-test" % "2.16.0"

Advertisement