MVN

city.smartb.ssm : f2-commons

Maven & Gradle

Jan 05, 2022
4 usages

SSM · SSM Sdk

<dependency>
    <groupId>city.smartb.ssm</groupId>
    <artifactId>f2-commons</artifactId>
    <version>0.1.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of city.smartb.ssm : f2-commons to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.1.0

All Versions

Choose a version of city.smartb.ssm : f2-commons to add to Maven or Gradle - All Versions:

  • Version Updated
  • f2-commons-0.1.0

    Jan 04, 2022

How to add a dependency to Maven

Add the following city.smartb.ssm : f2-commons maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>city.smartb.ssm</groupId>
    <artifactId>f2-commons</artifactId>
    <version>0.1.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following city.smartb.ssm : f2-commons gradle dependency to your build.gradle file:

implementation 'city.smartb.ssm:f2-commons:0.1.0'

Gradle Kotlin DSL: Add the following city.smartb.ssm : f2-commons gradle kotlin dependency to your build.gradle.kts file:

implementation("city.smartb.ssm:f2-commons:0.1.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following city.smartb.ssm : f2-commons sbt scala dependency to your build.sbt file:

libraryDependencies += "city.smartb.ssm" % "f2-commons" % "0.1.0"