| GroupId | GroupIdbr.com.objectos.way |
|---|---|
| ArtifactId | ArtifactIdsql-legacy-core |
| Version | Version0.3.1 |
| Type | Typejar |
| Filename | Size |
|---|---|
| sql-legacy-core-0.3.1.pom | |
| sql-legacy-core-0.3.1.jar | 164 KB |
| sql-legacy-core-0.3.1-sources.jar | 110 KB |
| sql-legacy-core-0.3.1-javadoc.jar | 414 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/br.com.objectos.way/sql-legacy-core/ -->
<dependency>
<groupId>br.com.objectos.way</groupId>
<artifactId>sql-legacy-core</artifactId>
<version>0.3.1</version>
</dependency>
// https://jarcasting.com/artifacts/br.com.objectos.way/sql-legacy-core/
implementation 'br.com.objectos.way:sql-legacy-core:0.3.1'
// https://jarcasting.com/artifacts/br.com.objectos.way/sql-legacy-core/
implementation ("br.com.objectos.way:sql-legacy-core:0.3.1")
'br.com.objectos.way:sql-legacy-core:jar:0.3.1'
<dependency org="br.com.objectos.way" name="sql-legacy-core" rev="0.3.1">
<artifact name="sql-legacy-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='br.com.objectos.way', module='sql-legacy-core', version='0.3.1')
)
libraryDependencies += "br.com.objectos.way" % "sql-legacy-core" % "0.3.1"
[br.com.objectos.way/sql-legacy-core "0.3.1"]