MVN

com.gradleup : gr8-plugin-external

Maven & Gradle

Apr 06, 2023
53 stars

Gr8 Plugin External · The Gr8 Plugin packaged with external dependencies

<dependency>
    <groupId>com.gradleup</groupId>
    <artifactId>gr8-plugin-external</artifactId>
    <version>0.9</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.gradleup : gr8-plugin-external to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.9

All Versions

Choose a version of com.gradleup : gr8-plugin-external to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.9
gr8-plugin-external-0.9
0.8
gr8-plugin-external-0.8
0.7
gr8-plugin-external-0.7
0.6
gr8-plugin-external-0.6
0.5
gr8-plugin-external-0.5

How to add a dependency to Maven

Add the following com.gradleup : gr8-plugin-external maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.gradleup</groupId>
    <artifactId>gr8-plugin-external</artifactId>
    <version>0.9</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.gradleup : gr8-plugin-external gradle dependency to your build.gradle file:

implementation 'com.gradleup:gr8-plugin-external:0.9'

Gradle Kotlin DSL: Add the following com.gradleup : gr8-plugin-external gradle kotlin dependency to your build.gradle.kts file:

implementation("com.gradleup:gr8-plugin-external:0.9")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.gradleup : gr8-plugin-external sbt scala dependency to your build.sbt file:

libraryDependencies += "com.gradleup" % "gr8-plugin-external" % "0.9"