MVN

io.github.adambl4 : mirakle

Maven & Gradle

Sep 08, 2022
401 stars

Mirakle · Gradle plugin to move build process from local to a remote machine.

<dependency>
    <groupId>io.github.adambl4</groupId>
    <artifactId>mirakle</artifactId>
    <version>1.6.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 1.6.0
  • Latest Release Candidate: 1.5.3-RC-9

All Versions

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

Version Vulnerabilities Updated
1.6.x
mirakle-1.6.0
1.5.x
mirakle-1.5.3-RC-9
mirakle-1.5.3-RC-7
mirakle-1.5.3-RC-6
mirakle-1.5.3-RC-5
mirakle-1.5.3-RC-4
mirakle-1.5.3-RC-3
mirakle-1.5.3-RC-2
mirakle-1.5.3-RC-1
mirakle-1.5.2
mirakle-1.5.1
mirakle-1.5.0
mirakle-1.5.0-RC-4
mirakle-1.5.0-RC-3
mirakle-1.5.0-RC-2
mirakle-1.5.0-RC-1
1.4.x
mirakle-1.4.3
mirakle-1.4.2

How to add a dependency to Maven

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

<dependency>
    <groupId>io.github.adambl4</groupId>
    <artifactId>mirakle</artifactId>
    <version>1.6.0</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'io.github.adambl4:mirakle:1.6.0'

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

implementation("io.github.adambl4:mirakle:1.6.0")

How to add a dependency to SBT Scala

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

libraryDependencies += "io.github.adambl4" % "mirakle" % "1.6.0"