MVN

io.functionalj : functionalj-store

Maven & Gradle

Jul 21, 2023
1 usages
40 stars

functionalj-store · The module for FunctionalJ Store.

<dependency>
    <groupId>io.functionalj</groupId>
    <artifactId>functionalj-store</artifactId>
    <version>1.0.0.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.functionalj : functionalj-store to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.0.1

All Versions

Choose a version of io.functionalj : functionalj-store to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
functionalj-store-1.0.0.1
functionalj-store-1.0.0.0
0.5.x
functionalj-store-0.5.8.0
functionalj-store-0.5.7.0
functionalj-store-0.5.6.0
functionalj-store-0.5.5.0
functionalj-store-0.5.4.0
functionalj-store-0.5.3.0
functionalj-store-0.5.2.0
functionalj-store-0.5.1.0
functionalj-store-0.5.0.0
0.4.x
functionalj-store-0.4.0.0
0.3.x
functionalj-store-0.3.0.0
0.2.x
functionalj-store-0.2.3-DEV.0
functionalj-store-0.2.2.0
functionalj-store-0.2.2-DEV.0
functionalj-store-0.2.1.0
functionalj-store-0.2.0.0
0.1.x
functionalj-store-0.1.85.0
functionalj-store-0.1.84.0

How to add a dependency to Maven

Add the following io.functionalj : functionalj-store maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.functionalj</groupId>
    <artifactId>functionalj-store</artifactId>
    <version>1.0.0.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.functionalj : functionalj-store gradle dependency to your build.gradle file:

implementation 'io.functionalj:functionalj-store:1.0.0.1'

Gradle Kotlin DSL: Add the following io.functionalj : functionalj-store gradle kotlin dependency to your build.gradle.kts file:

implementation("io.functionalj:functionalj-store:1.0.0.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.functionalj : functionalj-store sbt scala dependency to your build.sbt file:

libraryDependencies += "io.functionalj" % "functionalj-store" % "1.0.0.1"

Advertisement