MVN

org.smallmind : smallmind-persistence

Maven & Gradle

Jun 18, 2023
7 usages
8 stars

Persistence · Persistence and Object/Relational Extensions, Utilities, and Data Types

<dependency>
    <groupId>org.smallmind</groupId>
    <artifactId>smallmind-persistence</artifactId>
    <version>5.1.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 5.1.0

All Versions

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

Version Vulnerabilities Updated
5.1.x
smallmind-persistence-5.1.0
4.11.x
smallmind-persistence-4.11.1
smallmind-persistence-4.11.0
4.10.x
smallmind-persistence-4.10.0
4.9.x
smallmind-persistence-4.9.0
4.8.x
smallmind-persistence-4.8.5
smallmind-persistence-4.8.4
smallmind-persistence-4.8.3
smallmind-persistence-4.8.2
smallmind-persistence-4.8.1
smallmind-persistence-4.8.0
4.7.x
smallmind-persistence-4.7.1
smallmind-persistence-4.7.0
4.6.x
smallmind-persistence-4.6.0
4.5.x
smallmind-persistence-4.5.0
4.4.x
smallmind-persistence-4.4.11
smallmind-persistence-4.4.10
smallmind-persistence-4.4.9
smallmind-persistence-4.4.8
smallmind-persistence-4.4.7
smallmind-persistence-4.4.6
smallmind-persistence-4.4.5
smallmind-persistence-4.4.4
smallmind-persistence-4.4.3
smallmind-persistence-4.4.2
smallmind-persistence-4.4.1
4.3.x
smallmind-persistence-4.3.0
4.2.x
smallmind-persistence-4.2.0
4.1.x
smallmind-persistence-4.1.0
4.0.x
smallmind-persistence-4.0.0
3.6.x
smallmind-persistence-3.6.0
3.5.x
smallmind-persistence-3.5.1
smallmind-persistence-3.5.0
3.3.x
smallmind-persistence-3.3.25
smallmind-persistence-3.3.24
smallmind-persistence-3.3.23
smallmind-persistence-3.3.22
smallmind-persistence-3.3.21
smallmind-persistence-3.3.20
smallmind-persistence-3.3.19
smallmind-persistence-3.3.18
smallmind-persistence-3.3.17
smallmind-persistence-3.3.16
smallmind-persistence-3.3.15
smallmind-persistence-3.3.14
smallmind-persistence-3.3.12
smallmind-persistence-3.3.11
smallmind-persistence-3.3.10
smallmind-persistence-3.3.9
smallmind-persistence-3.3.8
smallmind-persistence-3.3.7
smallmind-persistence-3.3.6
smallmind-persistence-3.3.5
smallmind-persistence-3.3.4
smallmind-persistence-3.3.3
smallmind-persistence-3.3.2
smallmind-persistence-3.3.1
smallmind-persistence-3.3.0
3.2.x
smallmind-persistence-3.2.3
smallmind-persistence-3.2.2
smallmind-persistence-3.2.1
smallmind-persistence-3.2.0
3.1.x
smallmind-persistence-3.1.9
smallmind-persistence-3.1.8
smallmind-persistence-3.1.7
smallmind-persistence-3.1.6
smallmind-persistence-3.1.5
smallmind-persistence-3.1.4
smallmind-persistence-3.1.3
smallmind-persistence-3.1.1
smallmind-persistence-3.1.0
3.0.x
smallmind-persistence-3.0.0
2.4.x
smallmind-persistence-2.4.25
smallmind-persistence-2.4.24
smallmind-persistence-2.4.23
smallmind-persistence-2.4.22
smallmind-persistence-2.4.21
smallmind-persistence-2.4.20
smallmind-persistence-2.4.19
smallmind-persistence-2.4.18
smallmind-persistence-2.4.17
smallmind-persistence-2.4.16
smallmind-persistence-2.4.15
smallmind-persistence-2.4.14
smallmind-persistence-2.4.13
smallmind-persistence-2.4.12
smallmind-persistence-2.4.11
smallmind-persistence-2.4.10
smallmind-persistence-2.4.8
smallmind-persistence-2.4.7
smallmind-persistence-2.4.6
smallmind-persistence-2.4.5
smallmind-persistence-2.4.4
smallmind-persistence-2.4.2
smallmind-persistence-2.4.1
smallmind-persistence-2.4.0
2.3.x
smallmind-persistence-2.3.12
smallmind-persistence-2.3.9
smallmind-persistence-2.3.8
smallmind-persistence-2.3.7
smallmind-persistence-2.3.0
2.2.x
smallmind-persistence-2.2.2
smallmind-persistence-2.2.1
2.0.x
smallmind-persistence-2.0.1
1.8.x
smallmind-persistence-1.8.6
smallmind-persistence-1.8.1
1.7.x
smallmind-persistence-1.7.7
1.6.x
smallmind-persistence-1.6.6
smallmind-persistence-1.6.3
smallmind-persistence-1.6.2
smallmind-persistence-1.6.1
smallmind-persistence-1.6.0
1.5.x
smallmind-persistence-1.5.1
smallmind-persistence-1.5.0
1.4.x
smallmind-persistence-1.4.7
smallmind-persistence-1.4.5
smallmind-persistence-1.4.4
smallmind-persistence-1.4.3
smallmind-persistence-1.4.2
smallmind-persistence-1.4.1
smallmind-persistence-1.4.0
1.3.x
smallmind-persistence-1.3.20

How to add a dependency to Maven

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

<dependency>
    <groupId>org.smallmind</groupId>
    <artifactId>smallmind-persistence</artifactId>
    <version>5.1.0</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'org.smallmind:smallmind-persistence:5.1.0'

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

implementation("org.smallmind:smallmind-persistence:5.1.0")

How to add a dependency to SBT Scala

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

libraryDependencies += "org.smallmind" % "smallmind-persistence" % "5.1.0"

Advertisement

Dependencies from Group

Jun 18, 2023
50 usages
Jun 18, 2023
34 usages
Jun 18, 2023
15 usages
Jun 18, 2023
7 usages
8 stars
Jun 18, 2023
6 usages

Discover Dependencies

Feb 21, 2023
7 usages
4 stars
Dec 04, 2019
6 usages
Nov 27, 2019
3 usages
90 stars
Aug 29, 2019
2 usages
7 stars
Mar 09, 2023
10 usages
Apr 27, 2021
2 usages
6 stars
Sep 02, 2021
4 usages
114 stars