| GroupId | GroupIdcom.github.braisdom |
|---|---|
| ArtifactId | ArtifactIdspringboot |
| Last Version | Last Version1.1.0-2.4.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionSpringBoot adapter for ObjectiveSQL
|
| Filename | Size |
|---|---|
| springboot-1.1.0-2.4.0.pom | |
| springboot-1.1.0-2.4.0.jar | 6 KB |
| springboot-1.1.0-2.4.0-sources.jar | 3 KB |
| springboot-1.1.0-2.4.0-javadoc.jar | 30 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.braisdom/springboot/ -->
<dependency>
<groupId>com.github.braisdom</groupId>
<artifactId>springboot</artifactId>
<version>1.1.0-2.4.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.braisdom/springboot/
implementation 'com.github.braisdom:springboot:1.1.0-2.4.0'
// https://jarcasting.com/artifacts/com.github.braisdom/springboot/
implementation ("com.github.braisdom:springboot:1.1.0-2.4.0")
'com.github.braisdom:springboot:jar:1.1.0-2.4.0'
<dependency org="com.github.braisdom" name="springboot" rev="1.1.0-2.4.0">
<artifact name="springboot" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.braisdom', module='springboot', version='1.1.0-2.4.0')
)
libraryDependencies += "com.github.braisdom" % "springboot" % "1.1.0-2.4.0"
[com.github.braisdom/springboot "1.1.0-2.4.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.springframework.boot : spring-boot-autoconfigure | jar | ${springboot-version} |
| com.github.braisdom : objective-sql | jar | 1.3.8 |