MVN

br.jus.stf.digital : core

Maven & Gradle

Nov 18, 2017

STF Digital - Plataforma - Core · Biblioteca compartilhada pelos microserviços do STF Digital

<dependency>
    <groupId>br.jus.stf.digital</groupId>
    <artifactId>core</artifactId>
    <version>2.3.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of br.jus.stf.digital : core to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.3.1
  • Latest Release Candidate: 1.2.1-MVN-RC

All Versions

Choose a version of br.jus.stf.digital : core to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.3.x
core-2.3.1
core-2.3.0
2.2.x
core-2.2.3
core-2.2.2
core-2.2.1
core-2.2.0
2.1.x
core-2.1.1
core-2.1.0
2.0.x
core-2.0.1
core-2.0.0
1.6.x
core-1.6.0
1.5.x
core-1.5.0
1.4.x
core-1.4.0
1.3.x
core-1.3.0
1.2.x
core-1.2.1-MVN-RC
core-1.2.0
1.1.x
core-1.1.0
core-1.1.0-RC01
1.0.x
core-1.0.9
core-1.0.9-RC01
core-1.0.8
core-1.0.7
core-1.0.6
core-1.0.5
core-1.0.4
core-1.0.3
core-1.0.2
core-1.0.1
core-1.0.0
core-1.0.0-RC
0.2.x
core-0.2.0
0.1.x
core-0.1.0

How to add a dependency to Maven

Add the following br.jus.stf.digital : core maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>br.jus.stf.digital</groupId>
    <artifactId>core</artifactId>
    <version>2.3.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following br.jus.stf.digital : core gradle dependency to your build.gradle file:

implementation 'br.jus.stf.digital:core:2.3.1'

Gradle Kotlin DSL: Add the following br.jus.stf.digital : core gradle kotlin dependency to your build.gradle.kts file:

implementation("br.jus.stf.digital:core:2.3.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following br.jus.stf.digital : core sbt scala dependency to your build.sbt file:

libraryDependencies += "br.jus.stf.digital" % "core" % "2.3.1"

Advertisement