MVN

com.bennyhuo.kotlin : trimindent-gradle-plugin

Maven & Gradle

Jun 26, 2023
40 stars

kotlin-trim-indent · Compile-time trim indent for Kotlin String literals.

<dependency>
    <groupId>com.bennyhuo.kotlin</groupId>
    <artifactId>trimindent-gradle-plugin</artifactId>
    <version>1.8.20-1.0.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.bennyhuo.kotlin : trimindent-gradle-plugin to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.8.20-1.0.0

All Versions

Choose a version of com.bennyhuo.kotlin : trimindent-gradle-plugin to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.8.x
trimindent-gradle-plugin-1.8.20-1.0.0
trimindent-gradle-plugin-1.8.2
trimindent-gradle-plugin-1.8.1
trimindent-gradle-plugin-1.8.0
1.7.x
trimindent-gradle-plugin-1.7.10.4
trimindent-gradle-plugin-1.7.10.3
trimindent-gradle-plugin-1.7.10.2
trimindent-gradle-plugin-1.7.10.1
1.6.x
trimindent-gradle-plugin-1.6.10.1
trimindent-gradle-plugin-1.6.10.0

How to add a dependency to Maven

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

<dependency>
    <groupId>com.bennyhuo.kotlin</groupId>
    <artifactId>trimindent-gradle-plugin</artifactId>
    <version>1.8.20-1.0.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.bennyhuo.kotlin : trimindent-gradle-plugin gradle dependency to your build.gradle file:

implementation 'com.bennyhuo.kotlin:trimindent-gradle-plugin:1.8.20-1.0.0'

Gradle Kotlin DSL: Add the following com.bennyhuo.kotlin : trimindent-gradle-plugin gradle kotlin dependency to your build.gradle.kts file:

implementation("com.bennyhuo.kotlin:trimindent-gradle-plugin:1.8.20-1.0.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.bennyhuo.kotlin : trimindent-gradle-plugin sbt scala dependency to your build.sbt file:

libraryDependencies += "com.bennyhuo.kotlin" % "trimindent-gradle-plugin" % "1.8.20-1.0.0"