MVN

jp.igapyon.blanco.apex.parser : blancoApexParser

Maven & Gradle

Dec 06, 2017
1 usages
2 stars

blancoApexParser · blancoApexParser is a simple Apex Parser for developers written in Java.

<dependency>
    <groupId>jp.igapyon.blanco.apex.parser</groupId>
    <artifactId>blancoApexParser</artifactId>
    <version>1.5.6</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 1.5.6

All Versions

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

Version Vulnerabilities Updated
1.5.x
blancoApexParser-1.5.6
blancoApexParser-1.5.5
blancoApexParser-1.5.4

How to add a dependency to Maven

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

<dependency>
    <groupId>jp.igapyon.blanco.apex.parser</groupId>
    <artifactId>blancoApexParser</artifactId>
    <version>1.5.6</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'jp.igapyon.blanco.apex.parser:blancoApexParser:1.5.6'

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

implementation("jp.igapyon.blanco.apex.parser:blancoApexParser:1.5.6")

How to add a dependency to SBT Scala

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

libraryDependencies += "jp.igapyon.blanco.apex.parser" % "blancoApexParser" % "1.5.6"