GroupId | GroupIdcom.ibeetl |
---|---|
ArtifactId | ArtifactIdsql-sample-common |
Version | Version3.1.0-RELEASE |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.ibeetl/sql-sample-common/ -->
<dependency>
<groupId>com.ibeetl</groupId>
<artifactId>sql-sample-common</artifactId>
<version>3.1.0-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.ibeetl/sql-sample-common/
implementation 'com.ibeetl:sql-sample-common:3.1.0-RELEASE'
// https://jarcasting.com/artifacts/com.ibeetl/sql-sample-common/
implementation ("com.ibeetl:sql-sample-common:3.1.0-RELEASE")
'com.ibeetl:sql-sample-common:jar:3.1.0-RELEASE'
<dependency org="com.ibeetl" name="sql-sample-common" rev="3.1.0-RELEASE">
<artifact name="sql-sample-common" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.ibeetl', module='sql-sample-common', version='3.1.0-RELEASE')
)
libraryDependencies += "com.ibeetl" % "sql-sample-common" % "3.1.0-RELEASE"
[com.ibeetl/sql-sample-common "3.1.0-RELEASE"]