MVN

dev.sasikanth : fancy-switch

Maven & Gradle

Jan 12, 2023
35 stars

fancy-switch · Fancy Switch

<dependency>
    <groupId>dev.sasikanth</groupId>
    <artifactId>fancy-switch</artifactId>
    <version>1.0.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of dev.sasikanth : fancy-switch to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.0

All Versions

Choose a version of dev.sasikanth : fancy-switch to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
fancy-switch-1.0.0

How to add a dependency to Maven

Add the following dev.sasikanth : fancy-switch maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>dev.sasikanth</groupId>
    <artifactId>fancy-switch</artifactId>
    <version>1.0.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following dev.sasikanth : fancy-switch gradle dependency to your build.gradle file:

implementation 'dev.sasikanth:fancy-switch:1.0.0'

Gradle Kotlin DSL: Add the following dev.sasikanth : fancy-switch gradle kotlin dependency to your build.gradle.kts file:

implementation("dev.sasikanth:fancy-switch:1.0.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following dev.sasikanth : fancy-switch sbt scala dependency to your build.sbt file:

libraryDependencies += "dev.sasikanth" % "fancy-switch" % "1.0.0"