GroupId | GroupIdcom.github.marschall |
---|---|
ArtifactId | ArtifactIdjfr-jdbctemplate |
Version | Version0.4.1 |
Type | Typejar |
Filename | Size |
---|---|
jfr-jdbctemplate-0.4.1.pom | |
jfr-jdbctemplate-0.4.1.jar | 19 KB |
jfr-jdbctemplate-0.4.1-sources.jar | 9 KB |
jfr-jdbctemplate-0.4.1-javadoc.jar | 624 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.marschall/jfr-jdbctemplate/ -->
<dependency>
<groupId>com.github.marschall</groupId>
<artifactId>jfr-jdbctemplate</artifactId>
<version>0.4.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.marschall/jfr-jdbctemplate/
implementation 'com.github.marschall:jfr-jdbctemplate:0.4.1'
// https://jarcasting.com/artifacts/com.github.marschall/jfr-jdbctemplate/
implementation ("com.github.marschall:jfr-jdbctemplate:0.4.1")
'com.github.marschall:jfr-jdbctemplate:jar:0.4.1'
<dependency org="com.github.marschall" name="jfr-jdbctemplate" rev="0.4.1">
<artifact name="jfr-jdbctemplate" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.marschall', module='jfr-jdbctemplate', version='0.4.1')
)
libraryDependencies += "com.github.marschall" % "jfr-jdbctemplate" % "0.4.1"
[com.github.marschall/jfr-jdbctemplate "0.4.1"]