MVN

jp.igapyon.blanco.cg : blanco-cg

Maven & Gradle

Feb 24, 2020
1 stars

blanco-cg · blancoCg is a simple code generator library. blancoCg supports Java/C#/JavaScript/VB.NET/PHP/Ruby/Python/Delphi/Swift/C++11.

<dependency>
    <groupId>jp.igapyon.blanco.cg</groupId>
    <artifactId>blanco-cg</artifactId>
    <version>2.1.21</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 2.1.21

All Versions

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

Version Vulnerabilities Updated
2.1.x
blanco-cg-2.1.21
blanco-cg-2.1.20
blanco-cg-2.1.19
blanco-cg-2.1.17
blanco-cg-2.1.13
blanco-cg-2.1.11
blanco-cg-2.1.8
blanco-cg-2.1.7
blanco-cg-2.1.6
blanco-cg-2.1.5
blanco-cg-2.1.4

How to add a dependency to Maven

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

<dependency>
    <groupId>jp.igapyon.blanco.cg</groupId>
    <artifactId>blanco-cg</artifactId>
    <version>2.1.21</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following jp.igapyon.blanco.cg : blanco-cg gradle dependency to your build.gradle file:

implementation 'jp.igapyon.blanco.cg:blanco-cg:2.1.21'

Gradle Kotlin DSL: Add the following jp.igapyon.blanco.cg : blanco-cg gradle kotlin dependency to your build.gradle.kts file:

implementation("jp.igapyon.blanco.cg:blanco-cg:2.1.21")

How to add a dependency to SBT Scala

SBT Scala: Add the following jp.igapyon.blanco.cg : blanco-cg sbt scala dependency to your build.sbt file:

libraryDependencies += "jp.igapyon.blanco.cg" % "blanco-cg" % "2.1.21"

Advertisement