License |
License |
---|---|
GroupId | GroupIdio.github.samburi |
ArtifactId | ArtifactIdroot |
Last Version | Last Version1.0.7 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionRoot
Provides a start point for building spring boot
api with spring data jpa. creates base classes and interfaces required to get you started
|
Filename | Size |
---|---|
root-1.0.7.pom | |
root-1.0.7.jar | 47 KB |
root-1.0.7-sources.jar | 29 KB |
root-1.0.7-javadoc.jar | 354 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.samburi/root/ -->
<dependency>
<groupId>io.github.samburi</groupId>
<artifactId>root</artifactId>
<version>1.0.7</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.samburi/root/
implementation 'io.github.samburi:root:1.0.7'
// https://jarcasting.com/artifacts/io.github.samburi/root/
implementation ("io.github.samburi:root:1.0.7")
'io.github.samburi:root:jar:1.0.7'
<dependency org="io.github.samburi" name="root" rev="1.0.7">
<artifact name="root" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.samburi', module='root', version='1.0.7')
)
libraryDependencies += "io.github.samburi" % "root" % "1.0.7"
[io.github.samburi/root "1.0.7"]
Group / Artifact | Type | Version |
---|---|---|
mysql : mysql-connector-java | jar | 8.0.26 |
com.microsoft.sqlserver : mssql-jdbc | jar | 9.2.1.jre8 |
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-test | jar | 2.5.4 |