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