is not current version
Last Version 1.0.2

com.github.kentyeh:sd4j 1.0

Spring Dao Libray for easy using JPA

GroupId

GroupId

com.github.kentyeh
ArtifactId

ArtifactId

sd4j
Version

Version

1.0
Type

Type

jar

Download sd4j 1.0


<!-- https://jarcasting.com/artifacts/com.github.kentyeh/sd4j/ -->
<dependency>
    <groupId>com.github.kentyeh</groupId>
    <artifactId>sd4j</artifactId>
    <version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.kentyeh/sd4j/
implementation 'com.github.kentyeh:sd4j:1.0'
// https://jarcasting.com/artifacts/com.github.kentyeh/sd4j/
implementation ("com.github.kentyeh:sd4j:1.0")
'com.github.kentyeh:sd4j:jar:1.0'
<dependency org="com.github.kentyeh" name="sd4j" rev="1.0">
  <artifact name="sd4j" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.kentyeh', module='sd4j', version='1.0')
)
libraryDependencies += "com.github.kentyeh" % "sd4j" % "1.0"
[com.github.kentyeh/sd4j "1.0"]