MVN

jp.igapyon.blanco.apex.formatter : blancoApexFormatter

Maven & Gradle

Oct 08, 2017
1 usages
5 stars

blancoApexFormatter · blancoApexFormatter is a simple Apex Formatter lib for developers written in Java.

<dependency>
    <groupId>jp.igapyon.blanco.apex.formatter</groupId>
    <artifactId>blancoApexFormatter</artifactId>
    <version>1.1.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of jp.igapyon.blanco.apex.formatter : blancoApexFormatter to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.1.2

All Versions

Choose a version of jp.igapyon.blanco.apex.formatter : blancoApexFormatter to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.1.x
blancoApexFormatter-1.1.2

How to add a dependency to Maven

Add the following jp.igapyon.blanco.apex.formatter : blancoApexFormatter maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>jp.igapyon.blanco.apex.formatter</groupId>
    <artifactId>blancoApexFormatter</artifactId>
    <version>1.1.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following jp.igapyon.blanco.apex.formatter : blancoApexFormatter gradle dependency to your build.gradle file:

implementation 'jp.igapyon.blanco.apex.formatter:blancoApexFormatter:1.1.2'

Gradle Kotlin DSL: Add the following jp.igapyon.blanco.apex.formatter : blancoApexFormatter gradle kotlin dependency to your build.gradle.kts file:

implementation("jp.igapyon.blanco.apex.formatter:blancoApexFormatter:1.1.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following jp.igapyon.blanco.apex.formatter : blancoApexFormatter sbt scala dependency to your build.sbt file:

libraryDependencies += "jp.igapyon.blanco.apex.formatter" % "blancoApexFormatter" % "1.1.2"

Advertisement