MVN

jp.co.freee : freee-accounting-sdk

Maven & Gradle

Mar 30, 2023
8 stars

freee-accounting-sdk · freee accounting client SDK for Java

<dependency>
    <groupId>jp.co.freee</groupId>
    <artifactId>freee-accounting-sdk</artifactId>
    <version>2.29.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of jp.co.freee : freee-accounting-sdk to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.29.0
  • Latest Beta: 2.0.0-beta2
  • Latest Alpha: 2.0.0-alpha

All Versions

Choose a version of jp.co.freee : freee-accounting-sdk to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
v2.22.x
freee-accounting-sdk-v2.22.0
v2.20.x
freee-accounting-sdk-v2.20.0
v2.18.x
freee-accounting-sdk-v2.18.0
v2.13.x
freee-accounting-sdk-v2.13.0
v2.12.x
freee-accounting-sdk-v2.12.0
v2.11.x
freee-accounting-sdk-v2.11.0
v2.9.x
freee-accounting-sdk-v2.9.0
v2.8.x
freee-accounting-sdk-v2.8.0
v2.7.x
freee-accounting-sdk-v2.7.0
v2.6.x
freee-accounting-sdk-v2.6.0
v2.5.x
freee-accounting-sdk-v2.5.0
v2.4.x
freee-accounting-sdk-v2.4.0
2.29.x
freee-accounting-sdk-2.29.0
2.28.x
freee-accounting-sdk-2.28.0
2.27.x
freee-accounting-sdk-2.27.0
2.26.x
freee-accounting-sdk-2.26.0
2.25.x
freee-accounting-sdk-2.25.0
2.24.x
freee-accounting-sdk-2.24.0
2.23.x
freee-accounting-sdk-2.23.0
2.21.x
freee-accounting-sdk-2.21.0
2.19.x
freee-accounting-sdk-2.19.0
2.17.x
freee-accounting-sdk-2.17.0
2.16.x
freee-accounting-sdk-2.16.0
2.15.x
freee-accounting-sdk-2.15.0
2.14.x
freee-accounting-sdk-2.14.0
2.10.x
freee-accounting-sdk-2.10.0
2.3.x
freee-accounting-sdk-2.3.0
2.2.x
freee-accounting-sdk-2.2.0
2.1.x
freee-accounting-sdk-2.1.0
2.0.x
freee-accounting-sdk-2.0.0
freee-accounting-sdk-2.0.0-beta2
freee-accounting-sdk-2.0.0-alpha
1.0.x
freee-accounting-sdk-1.0.0
freee-accounting-sdk-1.0.0-preview2
freee-accounting-sdk-1.0.0-preview

How to add a dependency to Maven

Add the following jp.co.freee : freee-accounting-sdk maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>jp.co.freee</groupId>
    <artifactId>freee-accounting-sdk</artifactId>
    <version>2.29.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following jp.co.freee : freee-accounting-sdk gradle dependency to your build.gradle file:

implementation 'jp.co.freee:freee-accounting-sdk:2.29.0'

Gradle Kotlin DSL: Add the following jp.co.freee : freee-accounting-sdk gradle kotlin dependency to your build.gradle.kts file:

implementation("jp.co.freee:freee-accounting-sdk:2.29.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following jp.co.freee : freee-accounting-sdk sbt scala dependency to your build.sbt file:

libraryDependencies += "jp.co.freee" % "freee-accounting-sdk" % "2.29.0"

Advertisement