MVN

info.karlovskiy : filteria

Maven & Gradle

Aug 30, 2016
0 stars

FILTERIA :: FILTER CRITERIA GENERATOR · FILTERIA :: FILTER CRITERIA GENERATOR

<dependency>
    <groupId>info.karlovskiy</groupId>
    <artifactId>filteria</artifactId>
    <version>0.8</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of info.karlovskiy : filteria to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.8

All Versions

Choose a version of info.karlovskiy : filteria to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.8
filteria-0.8
0.7
filteria-0.7
0.6
filteria-0.6
0.5
filteria-0.5
0.4
filteria-0.4
0.3
filteria-0.3

How to add a dependency to Maven

Add the following info.karlovskiy : filteria maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>info.karlovskiy</groupId>
    <artifactId>filteria</artifactId>
    <version>0.8</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following info.karlovskiy : filteria gradle dependency to your build.gradle file:

implementation 'info.karlovskiy:filteria:0.8'

Gradle Kotlin DSL: Add the following info.karlovskiy : filteria gradle kotlin dependency to your build.gradle.kts file:

implementation("info.karlovskiy:filteria:0.8")

How to add a dependency to SBT Scala

SBT Scala: Add the following info.karlovskiy : filteria sbt scala dependency to your build.sbt file:

libraryDependencies += "info.karlovskiy" % "filteria" % "0.8"

Advertisement