MVN

org.ancoron.postgresql : org.postgresql.osgi.test

Maven & Gradle

Jan 03, 2013

OSGi Integration Test project

<dependency>
    <groupId>org.ancoron.postgresql</groupId>
    <artifactId>org.postgresql.osgi.test</artifactId>
    <version>8.4.702.jdbc4.1-rc7</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.ancoron.postgresql : org.postgresql.osgi.test to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 8.4.702.jdbc4.1-rc7
  • Latest Release Candidate: 8.4.702.jdbc4.1-rc7

All Versions

Choose a version of org.ancoron.postgresql : org.postgresql.osgi.test to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
9.1.x
org.postgresql.osgi.test-9.1.901.jdbc4.1-rc9
org.postgresql.osgi.test-9.1.901.jdbc4.1-rc8
org.postgresql.osgi.test-9.1.901.jdbc4.1-rc7
org.postgresql.osgi.test-9.1.901.jdbc4.1-rc6
org.postgresql.osgi.test-9.1.901.jdbc4.1-rc5
org.postgresql.osgi.test-9.1.901.jdbc4.1-rc4
org.postgresql.osgi.test-9.1.901.jdbc4.1-rc3
org.postgresql.osgi.test-9.1.901.jdbc4.1-rc2
org.postgresql.osgi.test-9.1.901.jdbc4.1-rc1
8.4.x
org.postgresql.osgi.test-8.4.702.jdbc4.1-rc7
org.postgresql.osgi.test-8.4.702.jdbc4.1-rc6
org.postgresql.osgi.test-8.4.702.jdbc4.1-rc5
org.postgresql.osgi.test-8.4.702.jdbc4.1-rc4
org.postgresql.osgi.test-8.4.702.jdbc4.1-rc3
org.postgresql.osgi.test-8.4.702.jdbc4.1-rc2
org.postgresql.osgi.test-8.4.702.jdbc4.1-rc1

How to add a dependency to Maven

Add the following org.ancoron.postgresql : org.postgresql.osgi.test maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.ancoron.postgresql</groupId>
    <artifactId>org.postgresql.osgi.test</artifactId>
    <version>8.4.702.jdbc4.1-rc7</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.ancoron.postgresql : org.postgresql.osgi.test gradle dependency to your build.gradle file:

implementation 'org.ancoron.postgresql:org.postgresql.osgi.test:8.4.702.jdbc4.1-rc7'

Gradle Kotlin DSL: Add the following org.ancoron.postgresql : org.postgresql.osgi.test gradle kotlin dependency to your build.gradle.kts file:

implementation("org.ancoron.postgresql:org.postgresql.osgi.test:8.4.702.jdbc4.1-rc7")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.ancoron.postgresql : org.postgresql.osgi.test sbt scala dependency to your build.sbt file:

libraryDependencies += "org.ancoron.postgresql" % "org.postgresql.osgi.test" % "8.4.702.jdbc4.1-rc7"