MVN

io.slugstack.oss : rewrite-definitions

Maven & Gradle

Feb 27, 2021
0 stars

rewrite-definitions · rewrite-definitions

<dependency>
    <groupId>io.slugstack.oss</groupId>
    <artifactId>rewrite-definitions</artifactId>
    <version>0.1.7</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.slugstack.oss : rewrite-definitions to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.1.7
  • Latest Release Candidate: 0.1.5-rc.1

All Versions

Choose a version of io.slugstack.oss : rewrite-definitions to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.1.x
rewrite-definitions-0.1.7
rewrite-definitions-0.1.6
rewrite-definitions-0.1.5
rewrite-definitions-0.1.5-rc.1
rewrite-definitions-0.1.4
rewrite-definitions-0.1.2
0.0.x
rewrite-definitions-0.0.13
rewrite-definitions-0.0.12
rewrite-definitions-0.0.11
rewrite-definitions-0.0.10
rewrite-definitions-0.0.9
rewrite-definitions-0.0.8
rewrite-definitions-0.0.7
rewrite-definitions-0.0.6
rewrite-definitions-0.0.5
rewrite-definitions-0.0.4
rewrite-definitions-0.0.3

How to add a dependency to Maven

Add the following io.slugstack.oss : rewrite-definitions maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.slugstack.oss</groupId>
    <artifactId>rewrite-definitions</artifactId>
    <version>0.1.7</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.slugstack.oss : rewrite-definitions gradle dependency to your build.gradle file:

implementation 'io.slugstack.oss:rewrite-definitions:0.1.7'

Gradle Kotlin DSL: Add the following io.slugstack.oss : rewrite-definitions gradle kotlin dependency to your build.gradle.kts file:

implementation("io.slugstack.oss:rewrite-definitions:0.1.7")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.slugstack.oss : rewrite-definitions sbt scala dependency to your build.sbt file:

libraryDependencies += "io.slugstack.oss" % "rewrite-definitions" % "0.1.7"