MVN

dev.hilla : hilla-gradle-plugin

Maven & Gradle

Aug 21, 2023

Gradle Plugin for Hilla Engine · This maven module act as a proxy to test, build, and release the hilla gradle plugin, which is written in Kotlin and is built by gradle natively. This makes development and testing of the gradle plugin much easier against the changes of flow, especially the engine-core. However, publishing the hilla-gradle-plugin to gradle plugin central repo is done within platform final releases.

<dependency>
    <groupId>dev.hilla</groupId>
    <artifactId>hilla-gradle-plugin</artifactId>
    <version>2.1.6</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of dev.hilla : hilla-gradle-plugin to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.1.6

All Versions

Choose a version of dev.hilla : hilla-gradle-plugin to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.1.x
hilla-gradle-plugin-2.1.6
hilla-gradle-plugin-2.1.5
hilla-gradle-plugin-2.1.4
hilla-gradle-plugin-2.1.3
hilla-gradle-plugin-2.1.2
hilla-gradle-plugin-2.1.1
hilla-gradle-plugin-2.1.0

How to add a dependency to Maven

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

<dependency>
    <groupId>dev.hilla</groupId>
    <artifactId>hilla-gradle-plugin</artifactId>
    <version>2.1.6</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following dev.hilla : hilla-gradle-plugin gradle dependency to your build.gradle file:

implementation 'dev.hilla:hilla-gradle-plugin:2.1.6'

Gradle Kotlin DSL: Add the following dev.hilla : hilla-gradle-plugin gradle kotlin dependency to your build.gradle.kts file:

implementation("dev.hilla:hilla-gradle-plugin:2.1.6")

How to add a dependency to SBT Scala

SBT Scala: Add the following dev.hilla : hilla-gradle-plugin sbt scala dependency to your build.sbt file:

libraryDependencies += "dev.hilla" % "hilla-gradle-plugin" % "2.1.6"

Advertisement

Dependencies from Group

Aug 21, 2023
2 usages
6 stars
Aug 21, 2023
2 usages
6 stars
Aug 21, 2023
1 usages
6 stars
Aug 21, 2023
6 stars
Aug 21, 2023
6 stars

Discover Dependencies

Jun 07, 2023
0 stars
Jun 12, 2023
47 stars
Jun 12, 2023
47 stars
Jun 12, 2023
47 stars
Aug 15, 2023
581 stars
Aug 24, 2023
9 stars