MVN

com.squareup.hephaestus : gradle-plugin

Maven & Gradle

Jul 25, 2020
1 usages
1.2k stars

Hephaestus Gradle Plugin · A Kotlin compiler plugin to make dependency injection with Dagger 2 easier by automatically merging Dagger modules and component interfaces.

<dependency>
    <groupId>com.squareup.hephaestus</groupId>
    <artifactId>gradle-plugin</artifactId>
    <version>1.0.4-1.4-M3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 1.0.4-1.4-M3
  • Latest Beta: 1.0.0-beta01

All Versions

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

Version Vulnerabilities Updated
1.0.x
gradle-plugin-1.0.4-1.4-M3
gradle-plugin-1.0.4
gradle-plugin-1.0.3-1.4-M3
gradle-plugin-1.0.3
gradle-plugin-1.0.2-1.4-M3
gradle-plugin-1.0.2
gradle-plugin-1.0.1-1.4-M3
gradle-plugin-1.0.1
gradle-plugin-1.0.0
gradle-plugin-1.0.0-beta01

How to add a dependency to Maven

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

<dependency>
    <groupId>com.squareup.hephaestus</groupId>
    <artifactId>gradle-plugin</artifactId>
    <version>1.0.4-1.4-M3</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.squareup.hephaestus:gradle-plugin:1.0.4-1.4-M3'

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

implementation("com.squareup.hephaestus:gradle-plugin:1.0.4-1.4-M3")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.squareup.hephaestus" % "gradle-plugin" % "1.0.4-1.4-M3"

Advertisement