MVN

com.tryfinch.api : finch-kotlin-core

Maven & Gradle

Sep 22, 2023

API Reference · Finch's Employer API requires an access token issued by Finch. Please see [here](https://developer.tryfinch.com/docs/reference/branches/open-api/docs/%20Finch%20API/1%20-%20Getting%20Started.md) for an overview of the API Employer products are specified by the product parameter, a space-separated list of products that your application requests from an employer authenticating through Finch Connect. Valid product names are— - `company`: Read basic company data - `directory`: Read company directory and organization structure - `individual`: Read individual data, excluding income and employment data - `employment`: Read individual employment and income data - `payment`: Read payroll and contractor related payments by the company - `pay_statement`: Read detailed pay statements for each individual - `benefits`: Create and manage benefits and benefit enrollment within a company - `deduction` (deprecated): Previously used to manage deductions within a company. Please use `benefits`. [![Open in Postman](https://run.pstmn.io/button.svg)](https://god.gw.postman.com/run-collection/21027137-08db0929-883d-4094-a9ce-dbf5a9bee4a4?action=collection%2Ffork&collection-url=entityId%3D21027137-08db0929-883d-4094-a9ce-dbf5a9bee4a4%26entityType%3Dcollection%26workspaceId%3D1edf19bc-e0a8-41e9-ac55-481a4b50790b)

<dependency>
    <groupId>com.tryfinch.api</groupId>
    <artifactId>finch-kotlin-core</artifactId>
    <version>0.0.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.tryfinch.api : finch-kotlin-core to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.0.2

All Versions

Choose a version of com.tryfinch.api : finch-kotlin-core to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.0.x
finch-kotlin-core-0.0.2

How to add a dependency to Maven

Add the following com.tryfinch.api : finch-kotlin-core maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.tryfinch.api</groupId>
    <artifactId>finch-kotlin-core</artifactId>
    <version>0.0.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.tryfinch.api : finch-kotlin-core gradle dependency to your build.gradle file:

implementation 'com.tryfinch.api:finch-kotlin-core:0.0.2'

Gradle Kotlin DSL: Add the following com.tryfinch.api : finch-kotlin-core gradle kotlin dependency to your build.gradle.kts file:

implementation("com.tryfinch.api:finch-kotlin-core:0.0.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.tryfinch.api : finch-kotlin-core sbt scala dependency to your build.sbt file:

libraryDependencies += "com.tryfinch.api" % "finch-kotlin-core" % "0.0.2"