MVN

in.clouthink.daas : daas-we

Maven & Gradle

Jul 26, 2016

daas-we · The general web error(we) handler abstraction based on Spring MVC Framework.

<dependency>
    <groupId>in.clouthink.daas</groupId>
    <artifactId>daas-we</artifactId>
    <version>2.1.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of in.clouthink.daas : daas-we to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.1.1

All Versions

Choose a version of in.clouthink.daas : daas-we to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.1.x
daas-we-2.1.1
daas-we-2.1.0
2.0.x
daas-we-2.0.2
daas-we-2.0.1
daas-we-2.0.0
1.2.x
daas-we-1.2.0
1.0.x
daas-we-1.0.0

How to add a dependency to Maven

Add the following in.clouthink.daas : daas-we maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>in.clouthink.daas</groupId>
    <artifactId>daas-we</artifactId>
    <version>2.1.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following in.clouthink.daas : daas-we gradle dependency to your build.gradle file:

implementation 'in.clouthink.daas:daas-we:2.1.1'

Gradle Kotlin DSL: Add the following in.clouthink.daas : daas-we gradle kotlin dependency to your build.gradle.kts file:

implementation("in.clouthink.daas:daas-we:2.1.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following in.clouthink.daas : daas-we sbt scala dependency to your build.sbt file:

libraryDependencies += "in.clouthink.daas" % "daas-we" % "2.1.1"

Advertisement