MVN

org.thryft : thryft-waf-lib

Maven & Gradle

Mar 30, 2018

thryft-waf-lib · Thryft web application framework - lib subproject

<dependency>
    <groupId>org.thryft</groupId>
    <artifactId>thryft-waf-lib</artifactId>
    <version>1.0.8</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.thryft : thryft-waf-lib to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.8

All Versions

Choose a version of org.thryft : thryft-waf-lib to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
thryft-waf-lib-1.0.8
thryft-waf-lib-1.0.7
thryft-waf-lib-1.0.6
thryft-waf-lib-1.0.5
thryft-waf-lib-1.0.4
thryft-waf-lib-1.0.3
thryft-waf-lib-1.0.2
thryft-waf-lib-1.0.1

How to add a dependency to Maven

Add the following org.thryft : thryft-waf-lib maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.thryft</groupId>
    <artifactId>thryft-waf-lib</artifactId>
    <version>1.0.8</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.thryft : thryft-waf-lib gradle dependency to your build.gradle file:

implementation 'org.thryft:thryft-waf-lib:1.0.8'

Gradle Kotlin DSL: Add the following org.thryft : thryft-waf-lib gradle kotlin dependency to your build.gradle.kts file:

implementation("org.thryft:thryft-waf-lib:1.0.8")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.thryft : thryft-waf-lib sbt scala dependency to your build.sbt file:

libraryDependencies += "org.thryft" % "thryft-waf-lib" % "1.0.8"

Advertisement