MVN

com.datathings : greycat-gradleplugin

Maven & Gradle

Jul 24, 2017
101 stars

greycat-gradleplugin

<dependency>
    <groupId>com.datathings</groupId>
    <artifactId>greycat-gradleplugin</artifactId>
    <version>10</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.datathings : greycat-gradleplugin to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 10

All Versions

Choose a version of com.datathings : greycat-gradleplugin to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
10
greycat-gradleplugin-10
9
greycat-gradleplugin-9

How to add a dependency to Maven

Add the following com.datathings : greycat-gradleplugin maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.datathings</groupId>
    <artifactId>greycat-gradleplugin</artifactId>
    <version>10</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.datathings : greycat-gradleplugin gradle dependency to your build.gradle file:

implementation 'com.datathings:greycat-gradleplugin:10'

Gradle Kotlin DSL: Add the following com.datathings : greycat-gradleplugin gradle kotlin dependency to your build.gradle.kts file:

implementation("com.datathings:greycat-gradleplugin:10")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.datathings : greycat-gradleplugin sbt scala dependency to your build.sbt file:

libraryDependencies += "com.datathings" % "greycat-gradleplugin" % "10"

Advertisement