MVN

io.cronapp : boleto

Maven & Gradle

Aug 25, 2023

cronapp-plugin-boleto · Cronapp Maven Artifact

<dependency>
    <groupId>io.cronapp</groupId>
    <artifactId>boleto</artifactId>
    <version>2.9.6</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.cronapp : boleto to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.9.6
  • Latest Release Candidate: 2.9.4-RC.3

All Versions

Choose a version of io.cronapp : boleto to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.9.x
boleto-2.9.6-SP.3
boleto-2.9.6-SP.2
boleto-2.9.6-SP.1
boleto-2.9.6
boleto-2.9.5-SP.11
boleto-2.9.5-SP.10
boleto-2.9.5-SP.9
boleto-2.9.5-SP.8
boleto-2.9.5-SP.7
boleto-2.9.5-SP.6
boleto-2.9.5-SP.5
boleto-2.9.5-SP.4
boleto-2.9.5-SP.3
boleto-2.9.5-SP.2
boleto-2.9.5-SP.1
boleto-2.9.5
boleto-2.9.4-SP.17
boleto-2.9.4-SP.16
boleto-2.9.4-SP.15
boleto-2.9.4-SP.13
boleto-2.9.4-SP.12
boleto-2.9.4-SP.11
boleto-2.9.4-SP.10
boleto-2.9.4-SP.9
boleto-2.9.4-SP.8
boleto-2.9.4-SP.7
boleto-2.9.4-SP.6
boleto-2.9.4-SP.5
boleto-2.9.4-SP.4
boleto-2.9.4-SP.3
boleto-2.9.4-SP.2
boleto-2.9.4-SP.1
boleto-2.9.4
boleto-2.9.4-RC.3
boleto-2.9.3-SP.10
boleto-2.9.3-SP.9
boleto-2.9.3-SP.8
boleto-2.9.3-SP.7
boleto-2.9.3-SP.6
boleto-2.9.3-SP.5
boleto-2.9.3-SP.4
boleto-2.9.3-SP.3
boleto-2.9.3-SP.2
boleto-2.9.3-SP.1
boleto-2.9.3
boleto-2.9.2-SP.30
boleto-2.9.2-SP.29
boleto-2.9.2-SP.28
boleto-2.9.2-SP.27
boleto-2.9.2-SP.26
boleto-2.9.2-SP.25
boleto-2.9.2-SP.24
boleto-2.9.2-SP.23
boleto-2.9.2-SP.22
boleto-2.9.2-SP.21
boleto-2.9.2-SP.20
boleto-2.9.2-SP.19
boleto-2.9.2-SP.18
boleto-2.9.2-SP.17
boleto-2.9.2-SP.16
boleto-2.9.2-SP.15
boleto-2.9.2-SP.14
boleto-2.9.2-SP.13
boleto-2.9.2-SP.12
boleto-2.9.2-SP.11
boleto-2.9.2-SP.10
boleto-2.9.2-SP.9
boleto-2.9.2-SP.8
boleto-2.9.2-SP.7
boleto-2.9.2-SP.6
boleto-2.9.2-SP.5
boleto-2.9.2-SP.4
boleto-2.9.2-SP.3
boleto-2.9.2-SP.2
boleto-2.9.2-SP.1
boleto-2.9.2
boleto-2.9.1-SP.21
boleto-2.9.1-SP.20
boleto-2.9.1-SP.19
boleto-2.9.1-SP.18
boleto-2.9.1-SP.17
boleto-2.9.1-SP.16
boleto-2.9.1-SP.15
boleto-2.9.1-SP.14
boleto-2.9.1-SP.13
boleto-2.9.1-SP.12
boleto-2.9.1-SP.11
boleto-2.9.1-SP.10
boleto-2.9.1-SP.9
boleto-2.9.1-SP.8
boleto-2.9.1-SP.7
boleto-2.9.1-SP.6
boleto-2.9.1-SP.5
boleto-2.9.1-SP.4
boleto-2.9.1-SP.2
boleto-2.9.1

How to add a dependency to Maven

Add the following io.cronapp : boleto maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.cronapp</groupId>
    <artifactId>boleto</artifactId>
    <version>2.9.6</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.cronapp : boleto gradle dependency to your build.gradle file:

implementation 'io.cronapp:boleto:2.9.6'

Gradle Kotlin DSL: Add the following io.cronapp : boleto gradle kotlin dependency to your build.gradle.kts file:

implementation("io.cronapp:boleto:2.9.6")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.cronapp : boleto sbt scala dependency to your build.sbt file:

libraryDependencies += "io.cronapp" % "boleto" % "2.9.6"