MVN

com.helger : as2-demo-webapp

Maven & Gradle

Mar 12, 2020
99 stars

as2-demo-webapp

<dependency>
    <groupId>com.helger</groupId>
    <artifactId>as2-demo-webapp</artifactId>
    <version>4.5.5</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.helger : as2-demo-webapp to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 4.5.5
  • Latest Release Candidate: 4.2.0-RC1

All Versions

Choose a version of com.helger : as2-demo-webapp to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
4.5.x
as2-demo-webapp-4.5.5
as2-demo-webapp-4.5.4
as2-demo-webapp-4.5.3
as2-demo-webapp-4.5.2
as2-demo-webapp-4.5.1
as2-demo-webapp-4.5.0
4.4.x
as2-demo-webapp-4.4.8
as2-demo-webapp-4.4.7
as2-demo-webapp-4.4.6
as2-demo-webapp-4.4.5
as2-demo-webapp-4.4.4
as2-demo-webapp-4.4.3
as2-demo-webapp-4.4.2
as2-demo-webapp-4.4.1
as2-demo-webapp-4.4.0
4.3.x
as2-demo-webapp-4.3.0
4.2.x
as2-demo-webapp-4.2.2
as2-demo-webapp-4.2.1
as2-demo-webapp-4.2.0
as2-demo-webapp-4.2.0-RC1

How to add a dependency to Maven

Add the following com.helger : as2-demo-webapp maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.helger</groupId>
    <artifactId>as2-demo-webapp</artifactId>
    <version>4.5.5</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.helger : as2-demo-webapp gradle dependency to your build.gradle file:

implementation 'com.helger:as2-demo-webapp:4.5.5'

Gradle Kotlin DSL: Add the following com.helger : as2-demo-webapp gradle kotlin dependency to your build.gradle.kts file:

implementation("com.helger:as2-demo-webapp:4.5.5")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.helger : as2-demo-webapp sbt scala dependency to your build.sbt file:

libraryDependencies += "com.helger" % "as2-demo-webapp" % "4.5.5"

Advertisement