MVN

br.com.intersistemas : JAsaas

Maven & Gradle

Nov 27, 2023
5 stars

JAsaas · The Software Development Kit (SDK) for communication with the Asaas API is a set of software development tools that facilitates communication and integration between external systems and the application programming interface (API) provided by Asaas.

<dependency>
    <groupId>br.com.intersistemas</groupId>
    <artifactId>JAsaas</artifactId>
    <version>3.8.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of br.com.intersistemas : JAsaas to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.8.1

All Versions

Choose a version of br.com.intersistemas : JAsaas to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.8.x
JAsaas-3.8.1

How to add a dependency to Maven

Add the following br.com.intersistemas : JAsaas maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>br.com.intersistemas</groupId>
    <artifactId>JAsaas</artifactId>
    <version>3.8.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following br.com.intersistemas : JAsaas gradle dependency to your build.gradle file:

implementation 'br.com.intersistemas:JAsaas:3.8.1'

Gradle Kotlin DSL: Add the following br.com.intersistemas : JAsaas gradle kotlin dependency to your build.gradle.kts file:

implementation("br.com.intersistemas:JAsaas:3.8.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following br.com.intersistemas : JAsaas sbt scala dependency to your build.sbt file:

libraryDependencies += "br.com.intersistemas" % "JAsaas" % "3.8.1"