| Группа | Группаcom.github.tezc |
|---|---|
| Идентификатор | Идентификаторresql |
| Версия | Версия0.1.2 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| resql-0.1.2.pom | |
| resql-0.1.2.jar | 20 KB |
| resql-0.1.2-sources.jar | 21 KB |
| resql-0.1.2-javadoc.jar | 429 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.github.tezc/resql/ -->
<dependency>
<groupId>com.github.tezc</groupId>
<artifactId>resql</artifactId>
<version>0.1.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.tezc/resql/
implementation 'com.github.tezc:resql:0.1.2'
// https://jarcasting.com/artifacts/com.github.tezc/resql/
implementation ("com.github.tezc:resql:0.1.2")
'com.github.tezc:resql:jar:0.1.2'
<dependency org="com.github.tezc" name="resql" rev="0.1.2">
<artifact name="resql" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.tezc', module='resql', version='0.1.2')
)
libraryDependencies += "com.github.tezc" % "resql" % "0.1.2"
[com.github.tezc/resql "0.1.2"]