MVN

hu.perit.spvitamin : spvitamin-json-time

Maven & Gradle

Dec 13, 2023
3 stars

hu.perit.spvitamin:spvitamin-json-time · A general purpose library to use in a spring based microservice environment.

<dependency>
    <groupId>hu.perit.spvitamin</groupId>
    <artifactId>spvitamin-json-time</artifactId>
    <version>3.1.5-1-RELEASE</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of hu.perit.spvitamin : spvitamin-json-time to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.1.5-1-RELEASE

All Versions

Choose a version of hu.perit.spvitamin : spvitamin-json-time to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.1.x
spvitamin-json-time-3.1.5-1-RELEASE

How to add a dependency to Maven

Add the following hu.perit.spvitamin : spvitamin-json-time maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>hu.perit.spvitamin</groupId>
    <artifactId>spvitamin-json-time</artifactId>
    <version>3.1.5-1-RELEASE</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following hu.perit.spvitamin : spvitamin-json-time gradle dependency to your build.gradle file:

implementation 'hu.perit.spvitamin:spvitamin-json-time:3.1.5-1-RELEASE'

Gradle Kotlin DSL: Add the following hu.perit.spvitamin : spvitamin-json-time gradle kotlin dependency to your build.gradle.kts file:

implementation("hu.perit.spvitamin:spvitamin-json-time:3.1.5-1-RELEASE")

How to add a dependency to SBT Scala

SBT Scala: Add the following hu.perit.spvitamin : spvitamin-json-time sbt scala dependency to your build.sbt file:

libraryDependencies += "hu.perit.spvitamin" % "spvitamin-json-time" % "3.1.5-1-RELEASE"