MVN

com.github.joutvhu : xirr

Maven & Gradle

Mar 31, 2023
2 stars

xirr · To calculate the internal rate of return for a schedule of cash flows that is not necessarily periodic.

<dependency>
    <groupId>com.github.joutvhu</groupId>
    <artifactId>xirr</artifactId>
    <version>1.0.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.joutvhu : xirr to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.4

All Versions

Choose a version of com.github.joutvhu : xirr to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
xirr-1.0.4
xirr-1.0.3
xirr-1.0.2
xirr-1.0.1
xirr-1.0.0

How to add a dependency to Maven

Add the following com.github.joutvhu : xirr maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.joutvhu</groupId>
    <artifactId>xirr</artifactId>
    <version>1.0.4</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.joutvhu : xirr gradle dependency to your build.gradle file:

implementation 'com.github.joutvhu:xirr:1.0.4'

Gradle Kotlin DSL: Add the following com.github.joutvhu : xirr gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.joutvhu:xirr:1.0.4")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.joutvhu : xirr sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.joutvhu" % "xirr" % "1.0.4"