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