MVN

com.google.tsunami : tsunami-common

Maven & Gradle

Jul 19, 2023
2 usages
8.1k stars

com.google.tsunami:tsunami-common · Tsunami: Common

<dependency>
    <groupId>com.google.tsunami</groupId>
    <artifactId>tsunami-common</artifactId>
    <version>0.0.18</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.google.tsunami : tsunami-common to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.0.18

All Versions

Choose a version of com.google.tsunami : tsunami-common to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.0.x
tsunami-common-0.0.18
tsunami-common-0.0.17
tsunami-common-0.0.16
tsunami-common-0.0.14
tsunami-common-0.0.13
tsunami-common-0.0.12
tsunami-common-0.0.11
tsunami-common-0.0.10
tsunami-common-0.0.9
tsunami-common-0.0.8
tsunami-common-0.0.7
tsunami-common-0.0.6
tsunami-common-0.0.5
tsunami-common-0.0.4
tsunami-common-0.0.3
tsunami-common-0.0.2
tsunami-common-0.0.1

How to add a dependency to Maven

Add the following com.google.tsunami : tsunami-common maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.google.tsunami</groupId>
    <artifactId>tsunami-common</artifactId>
    <version>0.0.18</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.google.tsunami : tsunami-common gradle dependency to your build.gradle file:

implementation 'com.google.tsunami:tsunami-common:0.0.18'

Gradle Kotlin DSL: Add the following com.google.tsunami : tsunami-common gradle kotlin dependency to your build.gradle.kts file:

implementation("com.google.tsunami:tsunami-common:0.0.18")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.google.tsunami : tsunami-common sbt scala dependency to your build.sbt file:

libraryDependencies += "com.google.tsunami" % "tsunami-common" % "0.0.18"