GroupId | GroupIdcom.ibeetl |
---|---|
ArtifactId | ArtifactIdsql-spring |
Version | Version3.2.2-RELEASE |
Type | Typejar |
Filename | Size |
---|---|
sql-spring-3.2.2-RELEASE.pom | |
sql-spring-3.2.2-RELEASE.jar | 21 KB |
sql-spring-3.2.2-RELEASE-sources.jar | 12 KB |
sql-spring-3.2.2-RELEASE-javadoc.jar | 75 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.ibeetl/sql-spring/ -->
<dependency>
<groupId>com.ibeetl</groupId>
<artifactId>sql-spring</artifactId>
<version>3.2.2-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.ibeetl/sql-spring/
implementation 'com.ibeetl:sql-spring:3.2.2-RELEASE'
// https://jarcasting.com/artifacts/com.ibeetl/sql-spring/
implementation ("com.ibeetl:sql-spring:3.2.2-RELEASE")
'com.ibeetl:sql-spring:jar:3.2.2-RELEASE'
<dependency org="com.ibeetl" name="sql-spring" rev="3.2.2-RELEASE">
<artifact name="sql-spring" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.ibeetl', module='sql-spring', version='3.2.2-RELEASE')
)
libraryDependencies += "com.ibeetl" % "sql-spring" % "3.2.2-RELEASE"
[com.ibeetl/sql-spring "3.2.2-RELEASE"]