MVN

io.github.ololx.cranberry : cranberry-data

Maven & Gradle

Jun 17, 2022
6 stars

io.github.ololx.cranberry:cranberry-data · The cranberry data is a module of cranberry library (see cranberry). This module provides an api for the data managing (modifiers, default values, 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-data</artifactId>
    <version>0.13.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 0.13.0

All Versions

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

Version Vulnerabilities Updated
0.13.x
cranberry-data-0.13.0
0.9.x
cranberry-data-0.9.1

How to add a dependency to Maven

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

<dependency>
    <groupId>io.github.ololx.cranberry</groupId>
    <artifactId>cranberry-data</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-data gradle dependency to your build.gradle file:

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

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

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

How to add a dependency to SBT Scala

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

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