MVN

io.github.gerardpi.easy-jpa-entities : easy-jpa-entities-processor

Maven & Gradle

Sep 05, 2021
0 stars

easy-jpa-entities-processor · This is a Java library that generates Java JPA entities. For details see ../README file.

<dependency>
    <groupId>io.github.gerardpi.easy-jpa-entities</groupId>
    <artifactId>easy-jpa-entities-processor</artifactId>
    <version>4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.gerardpi.easy-jpa-entities : easy-jpa-entities-processor to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 4

All Versions

Choose a version of io.github.gerardpi.easy-jpa-entities : easy-jpa-entities-processor to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
4
easy-jpa-entities-processor-4
3
easy-jpa-entities-processor-3
2
easy-jpa-entities-processor-2
1
easy-jpa-entities-processor-1

How to add a dependency to Maven

Add the following io.github.gerardpi.easy-jpa-entities : easy-jpa-entities-processor maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.github.gerardpi.easy-jpa-entities</groupId>
    <artifactId>easy-jpa-entities-processor</artifactId>
    <version>4</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.github.gerardpi.easy-jpa-entities : easy-jpa-entities-processor gradle dependency to your build.gradle file:

implementation 'io.github.gerardpi.easy-jpa-entities:easy-jpa-entities-processor:4'

Gradle Kotlin DSL: Add the following io.github.gerardpi.easy-jpa-entities : easy-jpa-entities-processor gradle kotlin dependency to your build.gradle.kts file:

implementation("io.github.gerardpi.easy-jpa-entities:easy-jpa-entities-processor:4")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.github.gerardpi.easy-jpa-entities : easy-jpa-entities-processor sbt scala dependency to your build.sbt file:

libraryDependencies += "io.github.gerardpi.easy-jpa-entities" % "easy-jpa-entities-processor" % "4"