MVN

br.com.digix : editordedocumento

Maven & Gradle

Jul 14, 2023
3 stars

Editor De Documento · Framework desenvolvido para gerar relatorios no formato docx com mais facilidade

<dependency>
    <groupId>br.com.digix</groupId>
    <artifactId>editordedocumento</artifactId>
    <version>2.4.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 2.4.0

All Versions

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

Version Vulnerabilities Updated
2.4.x
editordedocumento-2.4.0
2.3.x
editordedocumento-2.3.0
2.2.x
editordedocumento-2.2.7
editordedocumento-2.2.6
editordedocumento-2.2.5
editordedocumento-2.2.4
editordedocumento-2.2.3
editordedocumento-2.2.2
editordedocumento-2.2.1
editordedocumento-2.2.0
2.1.x
editordedocumento-2.1.0
2.0.x
editordedocumento-2.0.0
1.1.x
editordedocumento-1.1.8

How to add a dependency to Maven

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

<dependency>
    <groupId>br.com.digix</groupId>
    <artifactId>editordedocumento</artifactId>
    <version>2.4.0</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'br.com.digix:editordedocumento:2.4.0'

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

implementation("br.com.digix:editordedocumento:2.4.0")

How to add a dependency to SBT Scala

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

libraryDependencies += "br.com.digix" % "editordedocumento" % "2.4.0"

Advertisement