MVN

com.codeplex.jpa4azure : jpa4azure

Maven & Gradle

Sep 13, 2011

jpa4azure · jpa4azure, implements a subset of the JPA specification using Azure Storage for pesisting beans. see http://jpa4azure.codeplex.com for more information.

<dependency>
    <groupId>com.codeplex.jpa4azure</groupId>
    <artifactId>jpa4azure</artifactId>
    <version>0.7</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.codeplex.jpa4azure : jpa4azure to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.7

All Versions

Choose a version of com.codeplex.jpa4azure : jpa4azure to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.7
jpa4azure-0.7
0.6
jpa4azure-0.6

How to add a dependency to Maven

Add the following com.codeplex.jpa4azure : jpa4azure maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.codeplex.jpa4azure</groupId>
    <artifactId>jpa4azure</artifactId>
    <version>0.7</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.codeplex.jpa4azure : jpa4azure gradle dependency to your build.gradle file:

implementation 'com.codeplex.jpa4azure:jpa4azure:0.7'

Gradle Kotlin DSL: Add the following com.codeplex.jpa4azure : jpa4azure gradle kotlin dependency to your build.gradle.kts file:

implementation("com.codeplex.jpa4azure:jpa4azure:0.7")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.codeplex.jpa4azure : jpa4azure sbt scala dependency to your build.sbt file:

libraryDependencies += "com.codeplex.jpa4azure" % "jpa4azure" % "0.7"