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