| License | License | 
|---|---|
| Categories | CategoriesSpring Boot Container Microservices | 
| GroupId | GroupIdcom.github.mikesafonov | 
| ArtifactId | ArtifactIdspring-boot-starter-specification-builder | 
| Last Version | Last Version1.10.0 | 
| Release Date | Release Date | 
| Type | Typejar | 
| Description | Descriptionspring-boot-starter-specification-builder Spring Boot starter for building specifications in declarative way | 
| Project URL | Project URL | 
| Project Organization | Project Organization | 
| Source Code Management | Source Code Management | 
<!-- https://jarcasting.com/artifacts/com.github.mikesafonov/spring-boot-starter-specification-builder/ -->
<dependency>
    <groupId>com.github.mikesafonov</groupId>
    <artifactId>spring-boot-starter-specification-builder</artifactId>
    <version>1.10.0</version>
</dependency>// https://jarcasting.com/artifacts/com.github.mikesafonov/spring-boot-starter-specification-builder/
implementation 'com.github.mikesafonov:spring-boot-starter-specification-builder:1.10.0'// https://jarcasting.com/artifacts/com.github.mikesafonov/spring-boot-starter-specification-builder/
implementation ("com.github.mikesafonov:spring-boot-starter-specification-builder:1.10.0")'com.github.mikesafonov:spring-boot-starter-specification-builder:jar:1.10.0'<dependency org="com.github.mikesafonov" name="spring-boot-starter-specification-builder" rev="1.10.0">
  <artifact name="spring-boot-starter-specification-builder" type="jar" />
</dependency>@Grapes(
@Grab(group='com.github.mikesafonov', module='spring-boot-starter-specification-builder', version='1.10.0')
)libraryDependencies += "com.github.mikesafonov" % "spring-boot-starter-specification-builder" % "1.10.0"[com.github.mikesafonov/spring-boot-starter-specification-builder "1.10.0"]| Group / Artifact | Type | Version | 
|---|---|---|
| org.springframework.boot : spring-boot-starter-data-jpa | jar | |
| org.slf4j : slf4j-api | jar | |
| org.apache.commons : commons-lang3 | jar | 
| Group / Artifact | Type | Version | 
|---|---|---|
| org.springframework.boot : spring-boot-starter-test | jar | |
| com.h2database : h2 | jar | 1.4.200 |