GroupId | GroupIdcom.github.braisdom |
---|---|
ArtifactId | ArtifactIdspringboot |
Version | Version1.1.0-2.4.0 |
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 | 8 KB |
springboot-1.1.0-2.4.0-sources.jar | 4 KB |
springboot-1.1.0-2.4.0-javadoc.jar | 35 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 |