MVN

io.getlime.security : powerauth-java-http

Maven & Gradle

Dec 15, 2022
6 usages
52 stars

powerauth-java-http · PowerAuth utility module for HTTP support

<dependency>
    <groupId>io.getlime.security</groupId>
    <artifactId>powerauth-java-http</artifactId>
    <version>1.4.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.getlime.security : powerauth-java-http to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.4.0

All Versions

Choose a version of io.getlime.security : powerauth-java-http to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.4.x
powerauth-java-http-1.4.0
1.3.x
powerauth-java-http-1.3.0
1.2.x
powerauth-java-http-1.2.0
1.1.x
powerauth-java-http-1.1.0
1.0.x
powerauth-java-http-1.0.0
0.24.x
powerauth-java-http-0.24.0
0.23.x
powerauth-java-http-0.23.0
0.22.x
powerauth-java-http-0.22.0
0.21.x
powerauth-java-http-0.21.0
0.19.x
powerauth-java-http-0.19.0
0.18.x
powerauth-java-http-0.18.0
0.17.x
powerauth-java-http-0.17.0
0.16.x
powerauth-java-http-0.16.1
powerauth-java-http-0.16.0
0.15.x
powerauth-java-http-0.15.0
0.14.x
powerauth-java-http-0.14.0
0.13.x
powerauth-java-http-0.13.3
powerauth-java-http-0.13.2
powerauth-java-http-0.13.1
powerauth-java-http-0.13.0
0.12.x
powerauth-java-http-0.12.0
0.11.x
powerauth-java-http-0.11.1
powerauth-java-http-0.11.0
0.10.x
powerauth-java-http-0.10.0
0.0.x
powerauth-java-http-0.0.9
powerauth-java-http-0.0.8

How to add a dependency to Maven

Add the following io.getlime.security : powerauth-java-http maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.getlime.security</groupId>
    <artifactId>powerauth-java-http</artifactId>
    <version>1.4.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.getlime.security : powerauth-java-http gradle dependency to your build.gradle file:

implementation 'io.getlime.security:powerauth-java-http:1.4.0'

Gradle Kotlin DSL: Add the following io.getlime.security : powerauth-java-http gradle kotlin dependency to your build.gradle.kts file:

implementation("io.getlime.security:powerauth-java-http:1.4.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.getlime.security : powerauth-java-http sbt scala dependency to your build.sbt file:

libraryDependencies += "io.getlime.security" % "powerauth-java-http" % "1.4.0"

Advertisement