License |
License |
---|---|
GroupId | GroupIdio.github.samburi |
ArtifactId | ArtifactIdroot |
Version | Version1.0.3 |
Type | Typejar |
Description |
DescriptionRoot
Provides a start point for building spring boot
api with spring data jpa. creates base classes and interfaces required toj get you started
|
Filename | Size |
---|---|
root-1.0.3.pom | |
root-1.0.3.jar | 47 KB |
root-1.0.3-sources.jar | 29 KB |
root-1.0.3-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.3</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.samburi/root/
implementation 'io.github.samburi:root:1.0.3'
// https://jarcasting.com/artifacts/io.github.samburi/root/
implementation ("io.github.samburi:root:1.0.3")
'io.github.samburi:root:jar:1.0.3'
<dependency org="io.github.samburi" name="root" rev="1.0.3">
<artifact name="root" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.samburi', module='root', version='1.0.3')
)
libraryDependencies += "io.github.samburi" % "root" % "1.0.3"
[io.github.samburi/root "1.0.3"]
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 |