MVN

land.sungbin : ftds

Maven & Gradle

Jan 16, 2022
1 stars

ftds · Fake Toss Design System

<dependency>
    <groupId>land.sungbin</groupId>
    <artifactId>ftds</artifactId>
    <version>dev-0.0.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of land.sungbin : ftds to add to Maven or Gradle - Latest Versions:

  • Latest Stable: dev-0.0.1

All Versions

Choose a version of land.sungbin : ftds to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
dev
ftds-dev-0.0.1

How to add a dependency to Maven

Add the following land.sungbin : ftds maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>land.sungbin</groupId>
    <artifactId>ftds</artifactId>
    <version>dev-0.0.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following land.sungbin : ftds gradle dependency to your build.gradle file:

implementation 'land.sungbin:ftds:dev-0.0.1'

Gradle Kotlin DSL: Add the following land.sungbin : ftds gradle kotlin dependency to your build.gradle.kts file:

implementation("land.sungbin:ftds:dev-0.0.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following land.sungbin : ftds sbt scala dependency to your build.sbt file:

libraryDependencies += "land.sungbin" % "ftds" % "dev-0.0.1"