GroupId | GroupIdio.syndesis |
---|---|
ArtifactId | ArtifactIdsql-common |
Version | Version1.2.5 |
Type | Typejar |
Filename | Size |
---|---|
sql-common-1.2.5.pom | |
sql-common-1.2.5.jar | 34 KB |
sql-common-1.2.5-tests.jar | 16 KB |
sql-common-1.2.5-test-sources.jar | 9 KB |
sql-common-1.2.5-sources.jar | 17 KB |
sql-common-1.2.5-javadoc.jar | 101 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.syndesis/sql-common/ -->
<dependency>
<groupId>io.syndesis</groupId>
<artifactId>sql-common</artifactId>
<version>1.2.5</version>
</dependency>
// https://jarcasting.com/artifacts/io.syndesis/sql-common/
implementation 'io.syndesis:sql-common:1.2.5'
// https://jarcasting.com/artifacts/io.syndesis/sql-common/
implementation ("io.syndesis:sql-common:1.2.5")
'io.syndesis:sql-common:jar:1.2.5'
<dependency org="io.syndesis" name="sql-common" rev="1.2.5">
<artifact name="sql-common" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.syndesis', module='sql-common', version='1.2.5')
)
libraryDependencies += "io.syndesis" % "sql-common" % "1.2.5"
[io.syndesis/sql-common "1.2.5"]