GroupId | GroupIdcom.github.braisdom |
---|---|
ArtifactId | ArtifactIdobjsql-springboot |
Version | Version1.3.4 |
Type | Typejar |
Description |
DescriptionSpringBoot adapter for ObjectiveSQL
|
Project Organization |
Project Organizationcom.github.braisdom |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
objsql-springboot-1.3.4.pom | |
objsql-springboot-1.3.4.jar | 7 KB |
objsql-springboot-1.3.4-sources.jar | 5 KB |
objsql-springboot-1.3.4-javadoc.jar | 30 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.braisdom/objsql-springboot/ -->
<dependency>
<groupId>com.github.braisdom</groupId>
<artifactId>objsql-springboot</artifactId>
<version>1.3.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.braisdom/objsql-springboot/
implementation 'com.github.braisdom:objsql-springboot:1.3.4'
// https://jarcasting.com/artifacts/com.github.braisdom/objsql-springboot/
implementation ("com.github.braisdom:objsql-springboot:1.3.4")
'com.github.braisdom:objsql-springboot:jar:1.3.4'
<dependency org="com.github.braisdom" name="objsql-springboot" rev="1.3.4">
<artifact name="objsql-springboot" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.braisdom', module='objsql-springboot', version='1.3.4')
)
libraryDependencies += "com.github.braisdom" % "objsql-springboot" % "1.3.4"
[com.github.braisdom/objsql-springboot "1.3.4"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-autoconfigure | jar | 2.3.6.RELEASE |
org.springframework.boot : spring-boot-starter-jdbc | jar | 2.3.6.RELEASE |
com.github.braisdom : objective-sql | jar | 1.4.6 |