MVN

one.xingyi : fp

Maven & Gradle

Aug 24, 2023
<dependency>
    <groupId>one.xingyi</groupId>
    <artifactId>fp</artifactId>
    <version>1.2.5</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of one.xingyi : fp to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.2.4

All Versions

Choose a version of one.xingyi : fp to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.2.x
fp-1.2.4
fp-1.2.3
fp-1.2.2
fp-1.2.1
fp-1.2.0
1.1.x
fp-1.1.5
fp-1.1.4
fp-1.1.3
fp-1.1.2
fp-1.1.1
fp-1.1.0
1.0.x
fp-1.0.18
fp-1.0.17
fp-1.0.16
fp-1.0.15
fp-1.0.13
fp-1.0.12
fp-1.0.11
fp-1.0.10
fp-1.0.9
fp-1.0.8
fp-1.0.7
fp-1.0.6
fp-1.0.5
fp-1.0.4
fp-1.0.3
fp-1.0.2

How to add a dependency to Maven

Add the following one.xingyi : fp maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>one.xingyi</groupId>
    <artifactId>fp</artifactId>
    <version>1.2.5</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following one.xingyi : fp gradle dependency to your build.gradle file:

implementation 'one.xingyi:fp:1.2.5'

Gradle Kotlin DSL: Add the following one.xingyi : fp gradle kotlin dependency to your build.gradle.kts file:

implementation("one.xingyi:fp:1.2.5")

How to add a dependency to SBT Scala

SBT Scala: Add the following one.xingyi : fp sbt scala dependency to your build.sbt file:

libraryDependencies += "one.xingyi" % "fp" % "1.2.5"

Advertisement