MVN

io.github.ololx.cranberry : cranberry-statement

Maven & Gradle

Jun 17, 2022
3 usages
6 stars

io.github.ololx.cranberry:cranberry-statement · The cranberry statement is a module of cranberry library (see cranberry). This module provides an api for statements validation (such as not null and e.t.c.). This module includes an annotations for the injecting methods of this api into code during compilation.

<dependency>
    <groupId>io.github.ololx.cranberry</groupId>
    <artifactId>cranberry-statement</artifactId>
    <version>0.13.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.ololx.cranberry : cranberry-statement to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.13.0

All Versions

Choose a version of io.github.ololx.cranberry : cranberry-statement to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.13.x
cranberry-statement-0.13.0
0.9.x
cranberry-statement-0.9.1
0.5.x
cranberry-statement-0.5.3
cranberry-statement-0.5.2
0.4.x
cranberry-statement-0.4.0

How to add a dependency to Maven

Add the following io.github.ololx.cranberry : cranberry-statement maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.github.ololx.cranberry</groupId>
    <artifactId>cranberry-statement</artifactId>
    <version>0.13.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.github.ololx.cranberry : cranberry-statement gradle dependency to your build.gradle file:

implementation 'io.github.ololx.cranberry:cranberry-statement:0.13.0'

Gradle Kotlin DSL: Add the following io.github.ololx.cranberry : cranberry-statement gradle kotlin dependency to your build.gradle.kts file:

implementation("io.github.ololx.cranberry:cranberry-statement:0.13.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.github.ololx.cranberry : cranberry-statement sbt scala dependency to your build.sbt file:

libraryDependencies += "io.github.ololx.cranberry" % "cranberry-statement" % "0.13.0"

Advertisement