не последняя версия
Последняя версия 1.2.3

com.jolira:jofilter 1.2.0

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.

Группа

Группа

com.jolira
Идентификатор

Идентификатор

jofilter
Версия

Версия

1.2.0
Тип

Тип

jar

Скачать jofilter 1.2.0


<!-- https://jarcasting.com/artifacts/com.jolira/jofilter/ -->
<dependency>
    <groupId>com.jolira</groupId>
    <artifactId>jofilter</artifactId>
    <version>1.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.jolira/jofilter/
implementation 'com.jolira:jofilter:1.2.0'
// https://jarcasting.com/artifacts/com.jolira/jofilter/
implementation ("com.jolira:jofilter:1.2.0")
'com.jolira:jofilter:jar:1.2.0'
<dependency org="com.jolira" name="jofilter" rev="1.2.0">
  <artifact name="jofilter" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.jolira', module='jofilter', version='1.2.0')
)
libraryDependencies += "com.jolira" % "jofilter" % "1.2.0"
[com.jolira/jofilter "1.2.0"]