MVN

in.techpal : entity-events

Maven & Gradle

Aug 21, 2019
0 stars

entity-events-and-auditing · Events related to Hibernate Entities and Auditing of entities

<dependency>
    <groupId>in.techpal</groupId>
    <artifactId>entity-events</artifactId>
    <version>1.5.21.RELEASE</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of in.techpal : entity-events to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.5.21.RELEASE

All Versions

Choose a version of in.techpal : entity-events to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.5.x
entity-events-1.5.21.RELEASE

How to add a dependency to Maven

Add the following in.techpal : entity-events maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>in.techpal</groupId>
    <artifactId>entity-events</artifactId>
    <version>1.5.21.RELEASE</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following in.techpal : entity-events gradle dependency to your build.gradle file:

implementation 'in.techpal:entity-events:1.5.21.RELEASE'

Gradle Kotlin DSL: Add the following in.techpal : entity-events gradle kotlin dependency to your build.gradle.kts file:

implementation("in.techpal:entity-events:1.5.21.RELEASE")

How to add a dependency to SBT Scala

SBT Scala: Add the following in.techpal : entity-events sbt scala dependency to your build.sbt file:

libraryDependencies += "in.techpal" % "entity-events" % "1.5.21.RELEASE"

Advertisement