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

com.github.ozayduman:specification-builder 0.0.2

Specification-Builder is a client-oriented dynamic search query library that supports joins among multiple tables in a strongly-type manner for Spring Projects.

Группа

Группа

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

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

specification-builder
Версия

Версия

0.0.2
Тип

Тип

jar

Скачать specification-builder 0.0.2


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