MVN

com.jpattern : jporm-test-db-derby-datasource

Maven & Gradle

Feb 05, 2013
<dependency>
    <groupId>com.jpattern</groupId>
    <artifactId>jporm-test-db-derby-datasource</artifactId>
    <version>5.3.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.jpattern : jporm-test-db-derby-datasource to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 5.3.0
  • Latest Release Candidate: 5.0.0-rc2

All Versions

Choose a version of com.jpattern : jporm-test-db-derby-datasource to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
5.3.x
jporm-test-db-derby-datasource-5.3.0
5.2.x
jporm-test-db-derby-datasource-5.2.0
5.1.x
jporm-test-db-derby-datasource-5.1.1
jporm-test-db-derby-datasource-5.1.0
5.0.x
jporm-test-db-derby-datasource-5.0.0-rc2
jporm-test-db-derby-datasource-5.0.0.RC1
4.5.x
jporm-test-db-derby-datasource-4.5.0
4.4.x
jporm-test-db-derby-datasource-4.4.2
jporm-test-db-derby-datasource-4.4.1
jporm-test-db-derby-datasource-4.4.0
4.3.x
jporm-test-db-derby-datasource-4.3.0

How to add a dependency to Maven

Add the following com.jpattern : jporm-test-db-derby-datasource maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.jpattern</groupId>
    <artifactId>jporm-test-db-derby-datasource</artifactId>
    <version>5.3.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.jpattern : jporm-test-db-derby-datasource gradle dependency to your build.gradle file:

implementation 'com.jpattern:jporm-test-db-derby-datasource:5.3.0'

Gradle Kotlin DSL: Add the following com.jpattern : jporm-test-db-derby-datasource gradle kotlin dependency to your build.gradle.kts file:

implementation("com.jpattern:jporm-test-db-derby-datasource:5.3.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.jpattern : jporm-test-db-derby-datasource sbt scala dependency to your build.sbt file:

libraryDependencies += "com.jpattern" % "jporm-test-db-derby-datasource" % "5.3.0"