MVN

me.yanaga : winter-data-jpa

Maven & Gradle

Feb 27, 2015
4 stars

winter-data-jpa · winter-data-jpa is a repository implementation inspired by spring-data-jpa. But unlike spring-data-jpa, it is not transactional by default, and has builtin support for more complex queries using lambdas without the need to create custom repositories.

<dependency>
    <groupId>me.yanaga</groupId>
    <artifactId>winter-data-jpa</artifactId>
    <version>1.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of me.yanaga : winter-data-jpa to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.2

All Versions

Choose a version of me.yanaga : winter-data-jpa to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.2
winter-data-jpa-1.2
1.1
winter-data-jpa-1.1
1.0.x
winter-data-jpa-1.0.2

How to add a dependency to Maven

Add the following me.yanaga : winter-data-jpa maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>me.yanaga</groupId>
    <artifactId>winter-data-jpa</artifactId>
    <version>1.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following me.yanaga : winter-data-jpa gradle dependency to your build.gradle file:

implementation 'me.yanaga:winter-data-jpa:1.2'

Gradle Kotlin DSL: Add the following me.yanaga : winter-data-jpa gradle kotlin dependency to your build.gradle.kts file:

implementation("me.yanaga:winter-data-jpa:1.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following me.yanaga : winter-data-jpa sbt scala dependency to your build.sbt file:

libraryDependencies += "me.yanaga" % "winter-data-jpa" % "1.2"

Advertisement

Dependencies from Group

Feb 22, 2015
3 usages
24 stars
Jun 22, 2017
1 usages
4 stars
Sep 17, 2015
15 stars
Jun 22, 2017
4 stars
Jun 22, 2017
4 stars

Discover Dependencies

Sep 17, 2012
31 stars
Dec 22, 2008
2 usages
Aug 14, 2013
1 usages
26 stars
Jul 03, 2014
1 usages
796 stars
Dec 11, 2014
4 stars
Dec 23, 2013
1 stars