MVN

me.geso : tinyorm

Maven & Gradle

Mar 23, 2020
28 stars

tinyorm · tinyorm

<dependency>
    <groupId>me.geso</groupId>
    <artifactId>tinyorm</artifactId>
    <version>1.14.5</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of me.geso : tinyorm to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.14.5
  • Latest Release Candidate: 1.11.0.rc7

All Versions

Choose a version of me.geso : tinyorm to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.14.x
tinyorm-1.14.5
tinyorm-1.14.4
tinyorm-1.14.3
tinyorm-1.14.2
tinyorm-1.14.0
1.13.x
tinyorm-1.13.0
1.12.x
tinyorm-1.12.0
1.11.x
tinyorm-1.11.1
tinyorm-1.11.0
tinyorm-1.11.0.rc7
tinyorm-1.11.0.rc6
tinyorm-1.11.0.rc5
tinyorm-1.11.0.rc4
tinyorm-1.11.0.rc3
tinyorm-1.11.0.rc2
tinyorm-1.11.0.rc1
1.10.x
tinyorm-1.10.0
1.9.x
tinyorm-1.9.0
1.8.x
tinyorm-1.8.0
1.7.x
tinyorm-1.7.2
tinyorm-1.7.0
1.6.x
tinyorm-1.6.0
1.5.x
tinyorm-1.5.1
tinyorm-1.5.0
1.4.x
tinyorm-1.4.0
1.3.x
tinyorm-1.3.0
1.2.x
tinyorm-1.2.0
1.1.x
tinyorm-1.1.0
1.0.x
tinyorm-1.0.1
tinyorm-1.0.0
0.33.x
tinyorm-0.33.0
0.32.x
tinyorm-0.32.0
0.31.x
tinyorm-0.31.0
0.30.x
tinyorm-0.30.0
0.28.x
tinyorm-0.28.8

How to add a dependency to Maven

Add the following me.geso : tinyorm maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>me.geso</groupId>
    <artifactId>tinyorm</artifactId>
    <version>1.14.5</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following me.geso : tinyorm gradle dependency to your build.gradle file:

implementation 'me.geso:tinyorm:1.14.5'

Gradle Kotlin DSL: Add the following me.geso : tinyorm gradle kotlin dependency to your build.gradle.kts file:

implementation("me.geso:tinyorm:1.14.5")

How to add a dependency to SBT Scala

SBT Scala: Add the following me.geso : tinyorm sbt scala dependency to your build.sbt file:

libraryDependencies += "me.geso" % "tinyorm" % "1.14.5"