| GroupId | GroupIdcom.github.vincentrussell |
|---|---|
| ArtifactId | ArtifactIdsql-to-mongo-db-query-converter |
| Version | Version1.7 |
| Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.vincentrussell/sql-to-mongo-db-query-converter/ -->
<dependency>
<groupId>com.github.vincentrussell</groupId>
<artifactId>sql-to-mongo-db-query-converter</artifactId>
<version>1.7</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.vincentrussell/sql-to-mongo-db-query-converter/
implementation 'com.github.vincentrussell:sql-to-mongo-db-query-converter:1.7'
// https://jarcasting.com/artifacts/com.github.vincentrussell/sql-to-mongo-db-query-converter/
implementation ("com.github.vincentrussell:sql-to-mongo-db-query-converter:1.7")
'com.github.vincentrussell:sql-to-mongo-db-query-converter:jar:1.7'
<dependency org="com.github.vincentrussell" name="sql-to-mongo-db-query-converter" rev="1.7">
<artifact name="sql-to-mongo-db-query-converter" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.vincentrussell', module='sql-to-mongo-db-query-converter', version='1.7')
)
libraryDependencies += "com.github.vincentrussell" % "sql-to-mongo-db-query-converter" % "1.7"
[com.github.vincentrussell/sql-to-mongo-db-query-converter "1.7"]