is not current version
Last Version 0.0.5

com.github.ozayduman:specification-builder 0.0.3

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

GroupId

GroupId

com.github.ozayduman
ArtifactId

ArtifactId

specification-builder
Version

Version

0.0.3
Type

Type

jar

Download specification-builder 0.0.3


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