MVN

org.opengis.cite.teamengine : teamengine-realm

Maven & Gradle

Apr 14, 2023
43 stars

TEAM Engine - Tomcat Realm · This module implements a custom Tomcat Realm for checking credentials in XML user files. It must be available in the $CATALINA_BASE/lib directory of the Tomcat instance.

<dependency>
    <groupId>org.opengis.cite.teamengine</groupId>
    <artifactId>teamengine-realm</artifactId>
    <version>5.6.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.opengis.cite.teamengine : teamengine-realm to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 5.6.1

All Versions

Choose a version of org.opengis.cite.teamengine : teamengine-realm to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
5.6.x
teamengine-realm-5.6.1
5.6
teamengine-realm-5.6
5.5.x
teamengine-realm-5.5.2
teamengine-realm-5.5.1
5.5
teamengine-realm-5.5
5.4.x
teamengine-realm-5.4.1
5.4
teamengine-realm-5.4
5.3.x
teamengine-realm-5.3.1
5.3
teamengine-realm-5.3
5.2
teamengine-realm-5.2
4.7
teamengine-realm-4.7
4.5
teamengine-realm-4.5
4.0.x
teamengine-realm-4.0.6

How to add a dependency to Maven

Add the following org.opengis.cite.teamengine : teamengine-realm maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.opengis.cite.teamengine</groupId>
    <artifactId>teamengine-realm</artifactId>
    <version>5.6.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.opengis.cite.teamengine : teamengine-realm gradle dependency to your build.gradle file:

implementation 'org.opengis.cite.teamengine:teamengine-realm:5.6.1'

Gradle Kotlin DSL: Add the following org.opengis.cite.teamengine : teamengine-realm gradle kotlin dependency to your build.gradle.kts file:

implementation("org.opengis.cite.teamengine:teamengine-realm:5.6.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.opengis.cite.teamengine : teamengine-realm sbt scala dependency to your build.sbt file:

libraryDependencies += "org.opengis.cite.teamengine" % "teamengine-realm" % "5.6.1"