is not current version
Last Version 1.0.7

io.github.samburi:root 1.0.5

Provides a start point for building spring boot api with spring data jpa. creates base classes and interfaces required to get you started

GroupId

GroupId

io.github.samburi
ArtifactId

ArtifactId

root
Version

Version

1.0.5
Type

Type

jar

Download root 1.0.5


<!-- https://jarcasting.com/artifacts/io.github.samburi/root/ -->
<dependency>
    <groupId>io.github.samburi</groupId>
    <artifactId>root</artifactId>
    <version>1.0.5</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.samburi/root/
implementation 'io.github.samburi:root:1.0.5'
// https://jarcasting.com/artifacts/io.github.samburi/root/
implementation ("io.github.samburi:root:1.0.5")
'io.github.samburi:root:jar:1.0.5'
<dependency org="io.github.samburi" name="root" rev="1.0.5">
  <artifact name="root" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.samburi', module='root', version='1.0.5')
)
libraryDependencies += "io.github.samburi" % "root" % "1.0.5"
[io.github.samburi/root "1.0.5"]