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