MVN

org.wso2.ei : utsecurity

Maven & Gradle

Feb 11, 2023
2 usages
152 stars
<dependency>
    <groupId>org.wso2.ei</groupId>
    <artifactId>utsecurity</artifactId>
    <version>4.2.0-m1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.wso2.ei : utsecurity to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 4.2.0-m1
  • Latest Beta: 4.2.0-beta
  • Latest Alpha: 4.1.0-alpha

All Versions

Choose a version of org.wso2.ei : utsecurity to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
4.2.x
utsecurity-4.2.0-beta
utsecurity-4.2.0-m1
4.1.x
utsecurity-4.1.0-alpha
utsecurity-4.1.0-m4
utsecurity-4.1.0-m3
utsecurity-4.1.0-m2
utsecurity-4.1.0-m1
4.0.x
utsecurity-4.0.0
utsecurity-4.0.0-beta
utsecurity-4.0.0-alpha
utsecurity-4.0.0-m8
utsecurity-4.0.0-m7
utsecurity-4.0.0-m6
utsecurity-4.0.0-m5
utsecurity-4.0.0-m4
utsecurity-4.0.0-m3
utsecurity-4.0.0-m2
1.2.x
utsecurity-1.2.0
utsecurity-1.2.0-beta
utsecurity-1.2.0-alpha
utsecurity-1.2.0-m4
utsecurity-1.2.0-m3
utsecurity-1.2.0-m2
utsecurity-1.2.0-m1
1.1.x
utsecurity-1.1.0
utsecurity-1.1.0-beta3
utsecurity-1.1.0-beta2
utsecurity-1.1.0-beta

How to add a dependency to Maven

Add the following org.wso2.ei : utsecurity maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.wso2.ei</groupId>
    <artifactId>utsecurity</artifactId>
    <version>4.2.0-m1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.wso2.ei : utsecurity gradle dependency to your build.gradle file:

implementation 'org.wso2.ei:utsecurity:4.2.0-m1'

Gradle Kotlin DSL: Add the following org.wso2.ei : utsecurity gradle kotlin dependency to your build.gradle.kts file:

implementation("org.wso2.ei:utsecurity:4.2.0-m1")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.wso2.ei : utsecurity sbt scala dependency to your build.sbt file:

libraryDependencies += "org.wso2.ei" % "utsecurity" % "4.2.0-m1"

Advertisement