не последняя версия
Последняя версия 1.0.2

com.github.kentyeh:sd4j 1.0

Spring Dao Libray for easy using JPA

Группа

Группа

com.github.kentyeh
Идентификатор

Идентификатор

sd4j
Версия

Версия

1.0
Тип

Тип

jar

Скачать sd4j 1.0

Имя Файла Размер
sd4j-1.0.pom
sd4j-1.0.jar 40 KB
sd4j-1.0-sources.jar 20 KB
sd4j-1.0-javadoc.jar 181 KB
Обзор

<!-- 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"]