MVN

com.uber.piranha : piranha

Maven & Gradle

Feb 09, 2022
2.1k stars

Piranha · A refactoring tool for cleaning up stale feature flag code in Java

<dependency>
    <groupId>com.uber.piranha</groupId>
    <artifactId>piranha</artifactId>
    <version>0.1.8</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.uber.piranha : piranha to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.1.8

All Versions

Choose a version of com.uber.piranha : piranha to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.1.x
piranha-0.1.8
piranha-0.1.7
piranha-0.1.6
piranha-0.1.5
piranha-0.1.4
piranha-0.1.3
piranha-0.1.2
piranha-0.1.1
piranha-0.1.0
0.0.x
piranha-0.0.3
piranha-0.0.2
piranha-0.0.1

How to add a dependency to Maven

Add the following com.uber.piranha : piranha maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.uber.piranha</groupId>
    <artifactId>piranha</artifactId>
    <version>0.1.8</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.uber.piranha : piranha gradle dependency to your build.gradle file:

implementation 'com.uber.piranha:piranha:0.1.8'

Gradle Kotlin DSL: Add the following com.uber.piranha : piranha gradle kotlin dependency to your build.gradle.kts file:

implementation("com.uber.piranha:piranha:0.1.8")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.uber.piranha : piranha sbt scala dependency to your build.sbt file:

libraryDependencies += "com.uber.piranha" % "piranha" % "0.1.8"

Advertisement