| License |
License |
|---|---|
| GroupId | GroupIdbr.com.caiquejh |
| ArtifactId | ArtifactIdspring-sample |
| Last Version | Last Version1.0.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionRQuery is a simple query language on top of Criteria Query.
|
| Filename | Size |
|---|---|
| spring-sample-1.0.0.pom | |
| spring-sample-1.0.0.jar | 15 KB |
| spring-sample-1.0.0-sources.jar | 10 KB |
| spring-sample-1.0.0-javadoc.jar | 150 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/br.com.caiquejh/spring-sample/ -->
<dependency>
<groupId>br.com.caiquejh</groupId>
<artifactId>spring-sample</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/br.com.caiquejh/spring-sample/
implementation 'br.com.caiquejh:spring-sample:1.0.0'
// https://jarcasting.com/artifacts/br.com.caiquejh/spring-sample/
implementation ("br.com.caiquejh:spring-sample:1.0.0")
'br.com.caiquejh:spring-sample:jar:1.0.0'
<dependency org="br.com.caiquejh" name="spring-sample" rev="1.0.0">
<artifact name="spring-sample" type="jar" />
</dependency>
@Grapes(
@Grab(group='br.com.caiquejh', module='spring-sample', version='1.0.0')
)
libraryDependencies += "br.com.caiquejh" % "spring-sample" % "1.0.0"
[br.com.caiquejh/spring-sample "1.0.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.springframework.boot : spring-boot-starter-data-jpa | jar | |
| org.springframework.boot : spring-boot-starter-web | jar | |
| org.springframework.boot : spring-boot-starter-validation | jar | |
| br.com.caiquejh : rquery | jar | 1.0.0 |
| org.projectlombok : lombok Optional | jar |
| Group / Artifact | Type | Version |
|---|---|---|
| com.h2database : h2 | jar |
| Group / Artifact | Type | Version |
|---|---|---|
| org.springframework.boot : spring-boot-starter-test | jar |