MVN

de.raysha.lib : ifc

Maven & Gradle

Aug 24, 2014
1 stars

In-File-Collections · Collection (Set/List/Map) implementations that store his content into a in-file-database (h2).

<dependency>
    <groupId>de.raysha.lib</groupId>
    <artifactId>ifc</artifactId>
    <version>2.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of de.raysha.lib : ifc to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.0

All Versions

Choose a version of de.raysha.lib : ifc to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.0
ifc-2.0

How to add a dependency to Maven

Add the following de.raysha.lib : ifc maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>de.raysha.lib</groupId>
    <artifactId>ifc</artifactId>
    <version>2.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following de.raysha.lib : ifc gradle dependency to your build.gradle file:

implementation 'de.raysha.lib:ifc:2.0'

Gradle Kotlin DSL: Add the following de.raysha.lib : ifc gradle kotlin dependency to your build.gradle.kts file:

implementation("de.raysha.lib:ifc:2.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following de.raysha.lib : ifc sbt scala dependency to your build.sbt file:

libraryDependencies += "de.raysha.lib" % "ifc" % "2.0"

Advertisement