MVN

org.nasdanika.core : persistence

Maven & Gradle

Aug 26, 2023
3 stars

Nasdanika Persistence

<dependency>
    <groupId>org.nasdanika.core</groupId>
    <artifactId>persistence</artifactId>
    <version>2023.8.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.nasdanika.core : persistence to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2023.8.0

All Versions

Choose a version of org.nasdanika.core : persistence to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2023.8.x
persistence-2023.8.0
2023.4.x
persistence-2023.4.0
2023.3.x
persistence-2023.3.0
2023.2.x
persistence-2023.2.0
2023.1.x
persistence-2023.1.3
persistence-2023.1.2
persistence-2023.1.1
persistence-2023.1.0
2022.10.x
persistence-2022.10.0
2022.9.x
persistence-2022.9.0

How to add a dependency to Maven

Add the following org.nasdanika.core : persistence maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.nasdanika.core</groupId>
    <artifactId>persistence</artifactId>
    <version>2023.8.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.nasdanika.core : persistence gradle dependency to your build.gradle file:

implementation 'org.nasdanika.core:persistence:2023.8.0'

Gradle Kotlin DSL: Add the following org.nasdanika.core : persistence gradle kotlin dependency to your build.gradle.kts file:

implementation("org.nasdanika.core:persistence:2023.8.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.nasdanika.core : persistence sbt scala dependency to your build.sbt file:

libraryDependencies += "org.nasdanika.core" % "persistence" % "2023.8.0"

Advertisement