MVN

io.github.sichengtech : fdp-core-open

Maven & Gradle

Aug 04, 2023
0 stars

fdp-core-open · fdp-core-open is achieved through basic tools. fdp-core是一套基础工具库,它独立发展功能并不断完善。 “基础工具库” 我只维护一套,供众多客户项目使用,众多客户项目都依赖fdp-core基础工具库,实现复用的目标。

<dependency>
    <groupId>io.github.sichengtech</groupId>
    <artifactId>fdp-core-open</artifactId>
    <version>3.6.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.sichengtech : fdp-core-open to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.6.2

All Versions

Choose a version of io.github.sichengtech : fdp-core-open to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.6.x
fdp-core-open-3.6.3
fdp-core-open-3.6.2
fdp-core-open-3.6.1

How to add a dependency to Maven

Add the following io.github.sichengtech : fdp-core-open maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.github.sichengtech</groupId>
    <artifactId>fdp-core-open</artifactId>
    <version>3.6.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.github.sichengtech : fdp-core-open gradle dependency to your build.gradle file:

implementation 'io.github.sichengtech:fdp-core-open:3.6.2'

Gradle Kotlin DSL: Add the following io.github.sichengtech : fdp-core-open gradle kotlin dependency to your build.gradle.kts file:

implementation("io.github.sichengtech:fdp-core-open:3.6.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.github.sichengtech : fdp-core-open sbt scala dependency to your build.sbt file:

libraryDependencies += "io.github.sichengtech" % "fdp-core-open" % "3.6.2"