MVN

io.atomicbits : scraml-gradle-plugin

Maven & Gradle

Jul 10, 2020
0 stars

scraml-gradle-plugin

<dependency>
    <groupId>io.atomicbits</groupId>
    <artifactId>scraml-gradle-plugin</artifactId>
    <version>0.9.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.atomicbits : scraml-gradle-plugin to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.9.0

All Versions

Choose a version of io.atomicbits : scraml-gradle-plugin to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.9.x
scraml-gradle-plugin-0.9.0
0.8.x
scraml-gradle-plugin-0.8.4
scraml-gradle-plugin-0.8.3
scraml-gradle-plugin-0.8.2
scraml-gradle-plugin-0.8.1
scraml-gradle-plugin-0.8.0
scraml-gradle-plugin-0.8.0-M2
scraml-gradle-plugin-0.8.0-M1
0.7.x
scraml-gradle-plugin-0.7.2
scraml-gradle-plugin-0.7.1
scraml-gradle-plugin-0.7.0-M1

How to add a dependency to Maven

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

<dependency>
    <groupId>io.atomicbits</groupId>
    <artifactId>scraml-gradle-plugin</artifactId>
    <version>0.9.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.atomicbits : scraml-gradle-plugin gradle dependency to your build.gradle file:

implementation 'io.atomicbits:scraml-gradle-plugin:0.9.0'

Gradle Kotlin DSL: Add the following io.atomicbits : scraml-gradle-plugin gradle kotlin dependency to your build.gradle.kts file:

implementation("io.atomicbits:scraml-gradle-plugin:0.9.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.atomicbits : scraml-gradle-plugin sbt scala dependency to your build.sbt file:

libraryDependencies += "io.atomicbits" % "scraml-gradle-plugin" % "0.9.0"