MVN

io.github.celestibytes : CelestiGradle

Maven & Gradle

Sep 06, 2014
0 stars

CelestiGradle · Gradle plugin for building Celestibytes projects. ForgeGradle included.

<dependency>
    <groupId>io.github.celestibytes</groupId>
    <artifactId>CelestiGradle</artifactId>
    <version>3.2.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.celestibytes : CelestiGradle to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.2.0

All Versions

Choose a version of io.github.celestibytes : CelestiGradle to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.2.x
CelestiGradle-3.2.0
3.0.x
CelestiGradle-3.0.2
CelestiGradle-3.0.1
CelestiGradle-3.0.0
2.4.x
CelestiGradle-2.4.2

How to add a dependency to Maven

Add the following io.github.celestibytes : CelestiGradle maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.github.celestibytes</groupId>
    <artifactId>CelestiGradle</artifactId>
    <version>3.2.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.github.celestibytes : CelestiGradle gradle dependency to your build.gradle file:

implementation 'io.github.celestibytes:CelestiGradle:3.2.0'

Gradle Kotlin DSL: Add the following io.github.celestibytes : CelestiGradle gradle kotlin dependency to your build.gradle.kts file:

implementation("io.github.celestibytes:CelestiGradle:3.2.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.github.celestibytes : CelestiGradle sbt scala dependency to your build.sbt file:

libraryDependencies += "io.github.celestibytes" % "CelestiGradle" % "3.2.0"