e

euler-web-authentication-impl-jpa

An Implement of Euler Web Authentication Use Spring Data JPA.
https://eulerproject.io/euler-framework
Files download
File Operation
euler-web-authentication-impl-jpa-1.0.0.M1.jar download
euler-web-authentication-impl-jpa-1.0.0.M1.pom download
euler-web-authentication-impl-jpa-1.0.0.M1-sources.jar download
Apache Maven
<dependency>
  <groupId>net.eulerframework</groupId>
  <artifactId>euler-web-authentication-impl-jpa</artifactId>
  <version>1.0.0.M1</version>
</dependency>
Gradle Groovy
implementation 'net.eulerframework:euler-web-authentication-impl-jpa:1.0.0.M1'
Gradle Kotlin
implementation("net.eulerframework:euler-web-authentication-impl-jpa:1.0.0.M1")
Scala SBT
libraryDependencies += "net.eulerframework" % "euler-web-authentication-impl-jpa" % "1.0.0.M1"
Groovy Grape
@Grapes(
  @Grab(group='net.eulerframework', module='euler-web-authentication-impl-jpa', version='1.0.0.M1')
)
Apache Ivy
<dependency org="net.eulerframework" name="euler-web-authentication-impl-jpa" rev="1.0.0.M1" />
Leiningen
[net.eulerframework/euler-web-authentication-impl-jpa "1.0.0.M1"]
Apache Buildr
'net.eulerframework:euler-web-authentication-impl-jpa:jar:1.0.0.M1'