MVN

com.github.mike10004 : ormlite-helper-testtools

Maven & Gradle

Sep 21, 2019
0 stars

ormlite-helper-testtools · Library that helps you use ORMLite in unit and integration tests

<dependency>
    <groupId>com.github.mike10004</groupId>
    <artifactId>ormlite-helper-testtools</artifactId>
    <version>10.0.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.mike10004 : ormlite-helper-testtools to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 10.0.0

All Versions

Choose a version of com.github.mike10004 : ormlite-helper-testtools to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
10.0.x
ormlite-helper-testtools-10.0.0
9.0.x
ormlite-helper-testtools-9.0.0
8.1.x
ormlite-helper-testtools-8.1.0
8.0.x
ormlite-helper-testtools-8.0.5
ormlite-helper-testtools-8.0.4
ormlite-helper-testtools-8.0.3
ormlite-helper-testtools-8.0.2
ormlite-helper-testtools-8.0.1
ormlite-helper-testtools-8.0.0
7.2.x
ormlite-helper-testtools-7.2.0
7.1.x
ormlite-helper-testtools-7.1.0
7.0.x
ormlite-helper-testtools-7.0.2
ormlite-helper-testtools-7.0.1
ormlite-helper-testtools-7.0.0
6.0.x
ormlite-helper-testtools-6.0.0
5.1.x
ormlite-helper-testtools-5.1.0
5.0.x
ormlite-helper-testtools-5.0.0
4.2.x
ormlite-helper-testtools-4.2.3
ormlite-helper-testtools-4.2.2
ormlite-helper-testtools-4.2.1
ormlite-helper-testtools-4.2.0
4.1.x
ormlite-helper-testtools-4.1.2
ormlite-helper-testtools-4.1.1
ormlite-helper-testtools-4.1.0
4.0.x
ormlite-helper-testtools-4.0.0

How to add a dependency to Maven

Add the following com.github.mike10004 : ormlite-helper-testtools maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.mike10004</groupId>
    <artifactId>ormlite-helper-testtools</artifactId>
    <version>10.0.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.mike10004 : ormlite-helper-testtools gradle dependency to your build.gradle file:

implementation 'com.github.mike10004:ormlite-helper-testtools:10.0.0'

Gradle Kotlin DSL: Add the following com.github.mike10004 : ormlite-helper-testtools gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.mike10004:ormlite-helper-testtools:10.0.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.mike10004 : ormlite-helper-testtools sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.mike10004" % "ormlite-helper-testtools" % "10.0.0"