MVN

financial.atomic : transact

Maven & Gradle

Aug 08, 2023
0 stars

transact · Atomic Financial Transact Android SDK

<dependency>
    <groupId>financial.atomic</groupId>
    <artifactId>transact</artifactId>
    <version>3.0.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of financial.atomic : transact to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.0.1

All Versions

Choose a version of financial.atomic : transact to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.0.x
transact-3.0.1
transact-3.0.0
1.3.x
transact-1.3.0
1.2.x
transact-1.2.1
transact-1.2.0
1.1.x
transact-1.1.0
1.0.x
transact-1.0.0
0.1.x
transact-0.1.1
transact-0.1.0
0.0.x
transact-0.0.6
transact-0.0.5
transact-0.0.4
transact-0.0.3
transact-0.0.2
transact-0.0.1
transact-0.0.0

How to add a dependency to Maven

Add the following financial.atomic : transact maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>financial.atomic</groupId>
    <artifactId>transact</artifactId>
    <version>3.0.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following financial.atomic : transact gradle dependency to your build.gradle file:

implementation 'financial.atomic:transact:3.0.1'

Gradle Kotlin DSL: Add the following financial.atomic : transact gradle kotlin dependency to your build.gradle.kts file:

implementation("financial.atomic:transact:3.0.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following financial.atomic : transact sbt scala dependency to your build.sbt file:

libraryDependencies += "financial.atomic" % "transact" % "3.0.1"

Advertisement