MVN

com.github.ryanholdren.typesafesql : tests

Maven & Gradle

May 25, 2017
1 stars

TypeSafeSQL Tests

<dependency>
    <groupId>com.github.ryanholdren.typesafesql</groupId>
    <artifactId>tests</artifactId>
    <version>2017-05-20</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.ryanholdren.typesafesql : tests to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2017-05-20

All Versions

Choose a version of com.github.ryanholdren.typesafesql : tests to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2017
tests-2017-05-20
tests-2017-05-11
tests-2017-04-13
tests-2017-03-25
tests-2017-01-30
2016
tests-2016-09-30
tests-2016-07-05
tests-2016-06-09
tests-2016-06-08
tests-2016-04-29
tests-2016-03-19
tests-2016-03-18
tests-2016-02-10
tests-2016-01-22
tests-2016-01-17
tests-2016-01-11

How to add a dependency to Maven

Add the following com.github.ryanholdren.typesafesql : tests maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.ryanholdren.typesafesql</groupId>
    <artifactId>tests</artifactId>
    <version>2017-05-20</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.ryanholdren.typesafesql : tests gradle dependency to your build.gradle file:

implementation 'com.github.ryanholdren.typesafesql:tests:2017-05-20'

Gradle Kotlin DSL: Add the following com.github.ryanholdren.typesafesql : tests gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.ryanholdren.typesafesql:tests:2017-05-20")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.ryanholdren.typesafesql : tests sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.ryanholdren.typesafesql" % "tests" % "2017-05-20"