MVN

com.stanfy.helium : gradle-plugin

Maven & Gradle

May 30, 2015
49 stars

Helium Gradle plugin · DSL and Java API for REST API specification

<dependency>
    <groupId>com.stanfy.helium</groupId>
    <artifactId>gradle-plugin</artifactId>
    <version>0.6.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.stanfy.helium : gradle-plugin to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.6.0

All Versions

Choose a version of com.stanfy.helium : gradle-plugin to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.6.x
gradle-plugin-0.6.0
0.5.x
gradle-plugin-0.5.5
gradle-plugin-0.5.4
gradle-plugin-0.5.3
gradle-plugin-0.5.2
gradle-plugin-0.5.1
gradle-plugin-0.5.0
0.4.x
gradle-plugin-0.4.0
0.3.x
gradle-plugin-0.3.7
gradle-plugin-0.3.6
gradle-plugin-0.3.4
gradle-plugin-0.3.2
0.2.x
gradle-plugin-0.2.0
0.1.x
gradle-plugin-0.1.3
gradle-plugin-0.1.2
gradle-plugin-0.1.1
0.1
gradle-plugin-0.1

How to add a dependency to Maven

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

<dependency>
    <groupId>com.stanfy.helium</groupId>
    <artifactId>gradle-plugin</artifactId>
    <version>0.6.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.stanfy.helium : gradle-plugin gradle dependency to your build.gradle file:

implementation 'com.stanfy.helium:gradle-plugin:0.6.0'

Gradle Kotlin DSL: Add the following com.stanfy.helium : gradle-plugin gradle kotlin dependency to your build.gradle.kts file:

implementation("com.stanfy.helium:gradle-plugin:0.6.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.stanfy.helium : gradle-plugin sbt scala dependency to your build.sbt file:

libraryDependencies += "com.stanfy.helium" % "gradle-plugin" % "0.6.0"

Advertisement