MVN

com.github.thiagonsilva : persistence

Maven & Gradle

Dec 13, 2016

Persistence · Plugin for VRaptor4.

<dependency>
    <groupId>com.github.thiagonsilva</groupId>
    <artifactId>persistence</artifactId>
    <version>2.1.2-RC</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.thiagonsilva : persistence to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.1.2-RC
  • Latest Release Candidate: 2.1.2-RC

All Versions

Choose a version of com.github.thiagonsilva : persistence to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.1.x
persistence-2.1.2-RC
persistence-2.1.0-RC
2.0.x
persistence-2.0.1-RC

How to add a dependency to Maven

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

<dependency>
    <groupId>com.github.thiagonsilva</groupId>
    <artifactId>persistence</artifactId>
    <version>2.1.2-RC</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.thiagonsilva : persistence gradle dependency to your build.gradle file:

implementation 'com.github.thiagonsilva:persistence:2.1.2-RC'

Gradle Kotlin DSL: Add the following com.github.thiagonsilva : persistence gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.thiagonsilva:persistence:2.1.2-RC")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.thiagonsilva : persistence sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.thiagonsilva" % "persistence" % "2.1.2-RC"