is not current version
Last Version 1.1.0-2.4.0

com.github.braisdom:springboot 1.0.0-2.1.0.RELEASE

SpringBoot adapter for ObjectiveSQL

GroupId

GroupId

com.github.braisdom
ArtifactId

ArtifactId

springboot
Version

Version

1.0.0-2.1.0.RELEASE
Type

Type

jar

Download springboot 1.0.0-2.1.0.RELEASE


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