MVN

cloud.piranha.webapp : piranha-webapp-api

Maven & Gradle

Oct 13, 2021
40 usages
114 stars

Piranha Webapplication - API

<dependency>
    <groupId>cloud.piranha.webapp</groupId>
    <artifactId>piranha-webapp-api</artifactId>
    <version>21.10.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of cloud.piranha.webapp : piranha-webapp-api to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 21.10.0

All Versions

Choose a version of cloud.piranha.webapp : piranha-webapp-api to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
21.10.x
piranha-webapp-api-21.10.0
21.9.x
piranha-webapp-api-21.9.0
21.8.x
piranha-webapp-api-21.8.0
21.7.x
piranha-webapp-api-21.7.0
21.6.x
piranha-webapp-api-21.6.0
21.5.x
piranha-webapp-api-21.5.0
21.4.x
piranha-webapp-api-21.4.0
21.3.x
piranha-webapp-api-21.3.0
21.2.x
piranha-webapp-api-21.2.0
21.1.x
piranha-webapp-api-21.1.0
20.12.x
piranha-webapp-api-20.12.0
20.11.x
piranha-webapp-api-20.11.0
20.10.x
piranha-webapp-api-20.10.0
20.9.x
piranha-webapp-api-20.9.0
20.8.x
piranha-webapp-api-20.8.0
20.7.x
piranha-webapp-api-20.7.0
20.6.x
piranha-webapp-api-20.6.0
20.5.x
piranha-webapp-api-20.5.0

How to add a dependency to Maven

Add the following cloud.piranha.webapp : piranha-webapp-api maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>cloud.piranha.webapp</groupId>
    <artifactId>piranha-webapp-api</artifactId>
    <version>21.10.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following cloud.piranha.webapp : piranha-webapp-api gradle dependency to your build.gradle file:

implementation 'cloud.piranha.webapp:piranha-webapp-api:21.10.0'

Gradle Kotlin DSL: Add the following cloud.piranha.webapp : piranha-webapp-api gradle kotlin dependency to your build.gradle.kts file:

implementation("cloud.piranha.webapp:piranha-webapp-api:21.10.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following cloud.piranha.webapp : piranha-webapp-api sbt scala dependency to your build.sbt file:

libraryDependencies += "cloud.piranha.webapp" % "piranha-webapp-api" % "21.10.0"

Advertisement