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