MVN

org.dotwebstack.framework : rml-postgres

Maven & Gradle

Jun 20, 2023
12 stars
<dependency>
    <groupId>org.dotwebstack.framework</groupId>
    <artifactId>rml-postgres</artifactId>
    <version>0.4.6</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.dotwebstack.framework : rml-postgres to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.4.6

All Versions

Choose a version of org.dotwebstack.framework : rml-postgres to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.4.x
rml-postgres-0.4.6
rml-postgres-0.4.5
rml-postgres-0.4.4
rml-postgres-0.4.3
rml-postgres-0.4.2
rml-postgres-0.4.1
rml-postgres-0.4.0
0.3.x
rml-postgres-0.3.137
rml-postgres-0.3.136
rml-postgres-0.3.135
rml-postgres-0.3.134
rml-postgres-0.3.133
rml-postgres-0.3.132
rml-postgres-0.3.131
rml-postgres-0.3.130
rml-postgres-0.3.129
rml-postgres-0.3.128
rml-postgres-0.3.127
rml-postgres-0.3.126
rml-postgres-0.3.125
rml-postgres-0.3.124
rml-postgres-0.3.123
rml-postgres-0.3.122
rml-postgres-0.3.121
rml-postgres-0.3.120
rml-postgres-0.3.119
rml-postgres-0.3.118
rml-postgres-0.3.117
rml-postgres-0.3.116
rml-postgres-0.3.115
rml-postgres-0.3.114
rml-postgres-0.3.113
rml-postgres-0.3.112
rml-postgres-0.3.111
rml-postgres-0.3.110
rml-postgres-0.3.109
rml-postgres-0.3.108
rml-postgres-0.3.107
rml-postgres-0.3.106
rml-postgres-0.3.105
rml-postgres-0.3.104
rml-postgres-0.3.103
rml-postgres-0.3.102
rml-postgres-0.3.101
rml-postgres-0.3.100
rml-postgres-0.3.99
rml-postgres-0.3.98
rml-postgres-0.3.97
rml-postgres-0.3.96
rml-postgres-0.3.95
rml-postgres-0.3.94
rml-postgres-0.3.93
rml-postgres-0.3.92
rml-postgres-0.3.91
rml-postgres-0.3.90
rml-postgres-0.3.89
rml-postgres-0.3.88
rml-postgres-0.3.87
rml-postgres-0.3.86
rml-postgres-0.3.85
rml-postgres-0.3.84
rml-postgres-0.3.83
rml-postgres-0.3.82
rml-postgres-0.3.81
rml-postgres-0.3.80
rml-postgres-0.3.79
rml-postgres-0.3.78
rml-postgres-0.3.77
rml-postgres-0.3.76
rml-postgres-0.3.74
rml-postgres-0.3.73
rml-postgres-0.3.72
rml-postgres-0.3.71
rml-postgres-0.3.70
rml-postgres-0.3.69
rml-postgres-0.3.68
rml-postgres-0.3.67
rml-postgres-0.3.66
rml-postgres-0.3.65
rml-postgres-0.3.64
rml-postgres-0.3.63
rml-postgres-0.3.62
rml-postgres-0.3.61
rml-postgres-0.3.60
rml-postgres-0.3.59
rml-postgres-0.3.58
rml-postgres-0.3.57
rml-postgres-0.3.56
rml-postgres-0.3.55
rml-postgres-0.3.54
rml-postgres-0.3.53
rml-postgres-0.3.52
rml-postgres-0.3.51
rml-postgres-0.3.50
rml-postgres-0.3.48
rml-postgres-0.3.47
rml-postgres-0.3.46
rml-postgres-0.3.45
rml-postgres-0.3.44
rml-postgres-0.3.43
rml-postgres-0.3.42
rml-postgres-0.3.41
rml-postgres-0.3.40

How to add a dependency to Maven

Add the following org.dotwebstack.framework : rml-postgres maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.dotwebstack.framework</groupId>
    <artifactId>rml-postgres</artifactId>
    <version>0.4.6</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.dotwebstack.framework : rml-postgres gradle dependency to your build.gradle file:

implementation 'org.dotwebstack.framework:rml-postgres:0.4.6'

Gradle Kotlin DSL: Add the following org.dotwebstack.framework : rml-postgres gradle kotlin dependency to your build.gradle.kts file:

implementation("org.dotwebstack.framework:rml-postgres:0.4.6")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.dotwebstack.framework : rml-postgres sbt scala dependency to your build.sbt file:

libraryDependencies += "org.dotwebstack.framework" % "rml-postgres" % "0.4.6"

Advertisement