MVN

br.gov.lexml : lexml-urn-formatter

Maven & Gradle

Jul 03, 2022
1 stars

LexML Brazil URN Formatter · Library with functions for formatting LexML Brazil URN references in portuguese

<dependency>
    <groupId>br.gov.lexml</groupId>
    <artifactId>lexml-urn-formatter</artifactId>
    <version>0.0.46</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of br.gov.lexml : lexml-urn-formatter to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.0.46

All Versions

Choose a version of br.gov.lexml : lexml-urn-formatter to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.0.x
lexml-urn-formatter-0.0.46
lexml-urn-formatter-0.0.45
lexml-urn-formatter-0.0.44
lexml-urn-formatter-0.0.43
lexml-urn-formatter-0.0.40
lexml-urn-formatter-0.0.39
lexml-urn-formatter-0.0.38
lexml-urn-formatter-0.0.34
lexml-urn-formatter-0.0.33

How to add a dependency to Maven

Add the following br.gov.lexml : lexml-urn-formatter maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>br.gov.lexml</groupId>
    <artifactId>lexml-urn-formatter</artifactId>
    <version>0.0.46</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following br.gov.lexml : lexml-urn-formatter gradle dependency to your build.gradle file:

implementation 'br.gov.lexml:lexml-urn-formatter:0.0.46'

Gradle Kotlin DSL: Add the following br.gov.lexml : lexml-urn-formatter gradle kotlin dependency to your build.gradle.kts file:

implementation("br.gov.lexml:lexml-urn-formatter:0.0.46")

How to add a dependency to SBT Scala

SBT Scala: Add the following br.gov.lexml : lexml-urn-formatter sbt scala dependency to your build.sbt file:

libraryDependencies += "br.gov.lexml" % "lexml-urn-formatter" % "0.0.46"

Advertisement