MVN

com.github.cafdataprocessing : util-boilerplate-creation

Maven & Gradle

Dec 01, 2017
6 usages
<dependency>
    <groupId>com.github.cafdataprocessing</groupId>
    <artifactId>util-boilerplate-creation</artifactId>
    <version>2.3.0-92</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.cafdataprocessing : util-boilerplate-creation to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.3.0-92

All Versions

Choose a version of com.github.cafdataprocessing : util-boilerplate-creation to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.3.x
util-boilerplate-creation-2.3.0-92
2.2.x
util-boilerplate-creation-2.2.0-72
2.1.x
util-boilerplate-creation-2.1.0-48
2.0.x
util-boilerplate-creation-2.0.1-7
util-boilerplate-creation-2.0.0-5

How to add a dependency to Maven

Add the following com.github.cafdataprocessing : util-boilerplate-creation maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.cafdataprocessing</groupId>
    <artifactId>util-boilerplate-creation</artifactId>
    <version>2.3.0-92</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.cafdataprocessing : util-boilerplate-creation gradle dependency to your build.gradle file:

implementation 'com.github.cafdataprocessing:util-boilerplate-creation:2.3.0-92'

Gradle Kotlin DSL: Add the following com.github.cafdataprocessing : util-boilerplate-creation gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.cafdataprocessing:util-boilerplate-creation:2.3.0-92")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.cafdataprocessing : util-boilerplate-creation sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.cafdataprocessing" % "util-boilerplate-creation" % "2.3.0-92"

Advertisement