MVN

org.glassfish.jdbc : templates

Maven & Gradle

Jul 28, 2011
1 usages

JDBC Templates

<dependency>
    <groupId>org.glassfish.jdbc</groupId>
    <artifactId>templates</artifactId>
    <version>3.1.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.glassfish.jdbc : templates to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.1.1

All Versions

Choose a version of org.glassfish.jdbc : templates to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.2
templates-3.2-b06
templates-3.2-b05
templates-3.2-b04
templates-3.2-b03
templates-3.2-b02
templates-3.2-b01
3.1.x
templates-3.1.1
templates-3.1.1-b11
templates-3.1.1-b10
templates-3.1.1-b09
templates-3.1.1-b08
templates-3.1.1-b07
templates-3.1.1-b06
templates-3.1.1-b05
templates-3.1.1-b04
templates-3.1.1-b03
templates-3.1.1-b02
templates-3.1.1-b01
3.1
templates-3.1
templates-3.1-b41
templates-3.1-b40
templates-3.1-b39
templates-3.1-b38
templates-3.1-b37
templates-3.1-b36
templates-3.1-b35
templates-3.1-b34
templates-3.1-b33
templates-3.1-b32
templates-3.1-b31
templates-3.1-b30
templates-3.1-b28
templates-3.1-b27
templates-3.1-b26
templates-3.1-b25
templates-3.1-b24
templates-3.1-b23
templates-3.1-b22
templates-3.1-b21
templates-3.1-b20
templates-3.1-b19
templates-3.1-b18
templates-3.1-b17
templates-3.1-b16
templates-3.1-b15
templates-3.1-b14
templates-3.1-b13
templates-3.1-b12
templates-3.1-b11
templates-3.1-b10
templates-3.1-b09
templates-3.1-b08
templates-3.1-b07
templates-3.1-b06
templates-3.1-b05
templates-3.1-b04
templates-3.1-b03
templates-3.1-b02
templates-3.1-b01
3.0.x
templates-3.0.1
templates-3.0.1-b20
templates-3.0.1-b19
templates-3.0.1-b18
templates-3.0.1-b17
templates-3.0.1-b16
templates-3.0.1-b15
templates-3.0.1-b14
templates-3.0.1-b12
templates-3.0.1-b11
templates-3.0.1-b10
templates-3.0.1-b09
templates-3.0.1-b08
templates-3.0.1-b07
templates-3.0.1-b06
templates-3.0.1-b05
templates-3.0.1-b04
templates-3.0.1-b03
templates-3.0.1-b02
templates-3.0.1-b01
3.0
templates-3.0
templates-3.0-b74b
templates-3.0-b74a
templates-3.0-b74
templates-3.0-b73
templates-3.0-b72
templates-3.0-b71
templates-3.0-b70
templates-3.0-b69
templates-3.0-b68
templates-3.0-b67
templates-3.0-b66
templates-3.0-b65
templates-3.0-b64
templates-3.0-b63
templates-3.0-b62
templates-3.0-b61
templates-3.0-b60
templates-3.0-b59
templates-3.0-b58
templates-3.0-b57
templates-3.0-b56
templates-3.0-b55
templates-3.0-b54
templates-3.0-b53
templates-3.0-b52
templates-3.0-b51
templates-3.0-b50
templates-3.0-b49
templates-3.0-Preview
templates-3.0-b48
templates-3.0-Preview-b47c
templates-3.0-Preview-b47b
templates-3.0-Preview-b47a
templates-3.0-b47
templates-3.0-b46
templates-3.0-b45

How to add a dependency to Maven

Add the following org.glassfish.jdbc : templates maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.glassfish.jdbc</groupId>
    <artifactId>templates</artifactId>
    <version>3.1.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.glassfish.jdbc : templates gradle dependency to your build.gradle file:

implementation 'org.glassfish.jdbc:templates:3.1.1'

Gradle Kotlin DSL: Add the following org.glassfish.jdbc : templates gradle kotlin dependency to your build.gradle.kts file:

implementation("org.glassfish.jdbc:templates:3.1.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.glassfish.jdbc : templates sbt scala dependency to your build.sbt file:

libraryDependencies += "org.glassfish.jdbc" % "templates" % "3.1.1"