MVN

br.com.jarch : jarch-model

Maven & Gradle

Mar 03, 2020
10 usages
<dependency>
    <groupId>br.com.jarch</groupId>
    <artifactId>jarch-model</artifactId>
    <version>20.2.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 20.2.0

All Versions

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

Version Vulnerabilities Updated
20.2.x
jarch-model-20.2.0
19.12.x
jarch-model-19.12.0
19.11.x
jarch-model-19.11.0
19.10.x
jarch-model-19.10.0
19.9.x
jarch-model-19.9.0
19.8.x
jarch-model-19.8.0
19.7.x
jarch-model-19.7.0
19.6.x
jarch-model-19.6.0
19.5.x
jarch-model-19.5.0
19.4.x
jarch-model-19.4.0
19.3.x
jarch-model-19.3.0
19.2.x
jarch-model-19.2.0
19.1.x
jarch-model-19.1.1
jarch-model-19.1.0
18.12.x
jarch-model-18.12.0
18.11.x
jarch-model-18.11.0
18.10.x
jarch-model-18.10.0
18.9.x
jarch-model-18.9.0
2.23.x
jarch-model-2.23.5

How to add a dependency to Maven

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

<dependency>
    <groupId>br.com.jarch</groupId>
    <artifactId>jarch-model</artifactId>
    <version>20.2.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following br.com.jarch : jarch-model gradle dependency to your build.gradle file:

implementation 'br.com.jarch:jarch-model:20.2.0'

Gradle Kotlin DSL: Add the following br.com.jarch : jarch-model gradle kotlin dependency to your build.gradle.kts file:

implementation("br.com.jarch:jarch-model:20.2.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following br.com.jarch : jarch-model sbt scala dependency to your build.sbt file:

libraryDependencies += "br.com.jarch" % "jarch-model" % "20.2.0"

Advertisement