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