MVN

com.jolira : jofilter

Maven & Gradle

Jun 23, 2011
1 stars

Jolria Tomcat Access Filter · A simple filter to prevent access to certain web-sites (such as beta version of mobile applications) using a simple username-password combination. This filter is easy to use put provides only minimal security. This mechanism is meant to be a very light-weight security mechanism for, for instance, mobile application, to keep the public out while doing development.

<dependency>
    <groupId>com.jolira</groupId>
    <artifactId>jofilter</artifactId>
    <version>1.2.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.jolira : jofilter to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.2.3

All Versions

Choose a version of com.jolira : jofilter to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.2.x
jofilter-1.2.3
jofilter-1.2.0
1.1.x
jofilter-1.1.10
jofilter-1.1.9
jofilter-1.1.8
jofilter-1.1.7

How to add a dependency to Maven

Add the following com.jolira : jofilter maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.jolira</groupId>
    <artifactId>jofilter</artifactId>
    <version>1.2.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.jolira : jofilter gradle dependency to your build.gradle file:

implementation 'com.jolira:jofilter:1.2.3'

Gradle Kotlin DSL: Add the following com.jolira : jofilter gradle kotlin dependency to your build.gradle.kts file:

implementation("com.jolira:jofilter:1.2.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.jolira : jofilter sbt scala dependency to your build.sbt file:

libraryDependencies += "com.jolira" % "jofilter" % "1.2.3"

Advertisement