is not current version
Last Version 1.0.2

com.github.kentyeh:sd4j 1.0.1

Spring Dao Libray for easy using JPA

GroupId

GroupId

com.github.kentyeh
ArtifactId

ArtifactId

sd4j
Version

Version

1.0.1
Type

Type

jar

Download sd4j 1.0.1


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