MVN

tv.hd3g.commons : env-version

Maven & Gradle

Jul 19, 2023
0 stars

Project's environment version · Tools for provide project and deps version as a Spring Boot Service

<dependency>
    <groupId>tv.hd3g.commons</groupId>
    <artifactId>env-version</artifactId>
    <version>18.0.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of tv.hd3g.commons : env-version to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 18.0.2

All Versions

Choose a version of tv.hd3g.commons : env-version to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
18.0.x
env-version-18.0.2
env-version-18.0.1
env-version-18.0.0
17.1.x
env-version-17.1.0
17.0.x
env-version-17.0.1
env-version-17.0.0
16.0.x
env-version-16.0.0
15.2.x
env-version-15.2.1
env-version-15.2.0
15.1.x
env-version-15.1.0
15.0.x
env-version-15.0.3
env-version-15.0.2
env-version-15.0.1
14.2.x
env-version-14.2.1
env-version-14.2.0
14.1.x
env-version-14.1.0
14.0.x
env-version-14.0.0
13.4.x
env-version-13.4.3
env-version-13.4.2
env-version-13.4.1
env-version-13.4.0
13.3.x
env-version-13.3.3
env-version-13.3.2
env-version-13.3.1
env-version-13.3.0

How to add a dependency to Maven

Add the following tv.hd3g.commons : env-version maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>tv.hd3g.commons</groupId>
    <artifactId>env-version</artifactId>
    <version>18.0.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following tv.hd3g.commons : env-version gradle dependency to your build.gradle file:

implementation 'tv.hd3g.commons:env-version:18.0.2'

Gradle Kotlin DSL: Add the following tv.hd3g.commons : env-version gradle kotlin dependency to your build.gradle.kts file:

implementation("tv.hd3g.commons:env-version:18.0.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following tv.hd3g.commons : env-version sbt scala dependency to your build.sbt file:

libraryDependencies += "tv.hd3g.commons" % "env-version" % "18.0.2"

Advertisement