is not current version
Last Version 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.

GroupId

GroupId

com.github.ozayduman
ArtifactId

ArtifactId

specification-builder
Version

Version

0.0.2
Type

Type

jar

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